CommandHelper icon indicating copy to clipboard operation
CommandHelper copied to clipboard

Rapid scripting and command aliases for Minecraft owners

Results 81 CommandHelper issues
Sort by recently updated
recently updated
newest added

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...

feature request
good first issue

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...

feature request
documentation

CMDHELPER-3145 - Reported by PseudoKnight https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/FurnaceSmeltEvent.html Per request by Raven0

feature request
good first issue

CMDHELPER-2627 - Reported by jb_aero Recreating the old blanket issue.

bug

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.

feature request

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...

feature request

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

feature request

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...

feature request

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...

feature request

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.

bug