CommandHelper
CommandHelper copied to clipboard
Rapid scripting and command aliases for Minecraft owners
Add a function tryelse, which accepts two statement, trying the first one, and returning it if successful, otherwise, returning the else. ``` string @a = tryelse(functionThatThrows(), 'default'); ``` If scream-errors...
For now, the search results are returned in an arbitrary order. It should certainly be possible to add a bit of smartness to the results, to ensure that they are...
CMDHELPER-3145 - Reported by PseudoKnight https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/FurnaceSmeltEvent.html Per request by Raven0
CMDHELPER-2640 - Reported by jb_aero @startup and @shutdown tags run when the compiler runs... So I guess these need to be triggered from onEnable and onDisable.
CMDHELPER-2674 - Reported by ryan_the_leach At current there is no way to manipulate maps with CommandHelper, whether it be simple stuff like changing zoom levels, scale and location, or the...
CMDHELPER-2756 - Reported by Plancke http://jd.bukkit.org/rb/doxygen/d5/d74/interfaceorg_1_1bukkit_1_1entity_1_1Player.html#ab93da1df9aed2d570e91127b4ab0c9cd So this function would have 2 arguments: @playertohidefrom, @playerthatwillgethidedfromfirstplayer. I hope this gets added soon, Plancke OUT
CMDHELPER-2803 - Reported by RobotoRaccoon Many issues with locating files within directories. These all worked fine in commandline outside of Minecraft. Was told to submit this in IRC, so apologies...
CMDHELPER-2819 - Reported by CyaNox Currently the redis persistance network seems to have no way of selecting any other database aside from the default one. It would be nice is...
CMDHELPER-2822 - Reported by VergilPrime Create a script that reads in a file read('..//config.yml') shove it in an MSLP All of a sudden it can't find the file.