CommandHelper
CommandHelper copied to clipboard
Rapid scripting and command aliases for Minecraft owners
CMDHELPER-3153 - Reported by PseudoKnight Not sure what's going on here, but I thought I'd add this to keep track of it. This code has run countless times with no...
CMDHELPER-3163 - Reported by PseudoKnight We need to do a pass over the logging in CH to make it more consistent and work on various platforms correctly. (some platforms show...
CMDHELPER-3167 - Reported by malon https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/block/EntityBlockFormEvent.html I'm guessing that it goes in CHSpigot. I don't really care where it goes as long as I can use it. Thank you!
CMDHELPER-3171 - Reported by bexco2010 If we(non-ascii users) write non-ascii character(which is hangul(korean) in my case), CommandHelper won't show correct letters on UTF-8 Encoded File. This means If code is...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
The following code causes a repro: ``` register_command('astralproject', array( 'description': 'Use it like /locate', 'usage': colorize('&cExample: /astralproject structure village_desert'), 'permission': 'command.astralproject', 'noPermMsg': 'Sorry you don\'t have permission to use this...
- Export functionality of Java's `String.compareTo(String)` in MethodScript API. - Support integer return type in array_sort closure. This is useful to convert hacky code such as: ```java array @arr =...
This adds conversion from MC RGB colors to ANSI color codes. The catch is that Windows command prompt does not show these colors, so it might still make sense to...
Some events pass a player object for players that are missing from the player list during the event. This causes a CREPlayerOfflineException when getting these players from Static.GetPlayer() or Static.GetCommandSender(),...