Essentials - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html) +--- Thread: Essentials (/thread-1685.html) |
Essentials - wammigames - 12-18-2014 Alkl of the essential commands. It might take a lonjg time but we all know it would be useful RE: Essentials - tonibm19 - 12-18-2014 Try https://github.com/tonibm19/Essentials It hasn't all essentials command, but some of them. RE: Essentials - donvdp - 12-19-2014 be carefull when using this essentials, since core is an build in plugin you will get a conflict with hooks: RE: Essentials - NiLSPACE - 12-19-2014 You can disable the Core by removing it from the settings.ini file. Why do we give an error anyway? Why not just return true if registering the command was a succes, and return false when something went wrong? RE: Essentials - xoft - 12-19-2014 Usually the admin wants to know that a command from one plugin collides with another plugin - so that when you use that command, you may get unexpected results. True, a full stacktrace is pretty useless nowadays, we have Info.lua file for our commands (another plus point for it |