MyCommand v5.6.6
Details
-
FilenameMyCommand.jar
-
Uploaded by
-
UploadedJul 4, 2020
-
Size490.48 KB
-
Downloads7,648
-
MD50eab4db0136ef932b355cb116d8b7b26
Supported Bukkit Versions
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
Changelog
MyCommand 5.6.6
Built with Spigot 1.16.1 API
IconMenu's :
Updated the iconmenu_autofill field, now can support old server type item data values, enchantments, custom title and lore.
iconmenu_autofill: "STAINED_GLASS_PANE:14:true:&aHey&b$player: And this is the lore; line 2".
ITEM : DATA : ENCHATED TRUE OR FALSE : TITLE : LORE
runcmd:
Added "%PlayerOptionsFor%player_name%method: value" works only in runcmd for now.
chat:
Added the support for hexadecimal rgb colors.
Use the placeholder : "$hex%#123456% Text" to get the color you want.
But from what i can see, you can use '&x&f&f&f&f&f&f' this style aswell.
general:
Added "broadcast_radius: 100", with this option you can adjust how deliver the message, sending it only to the players inside a certain range. (This option works only with BROADCAST_TEXT type (or $broadcasttext$), not BROADCAST_RAW_TEXT)
utilities:
Added /mycmd tellnear <radius> <message>
placeholders:
Added $nearestplayer placeholder. Will return with "NoPlayer" if nothing is found.
Tab Completer :
- Added the $customnames_player_list placeholder for the tab_completer
Added a way to create permission based tab_completer suggestions.
Use the parameter <permission> to split the suggestion to the permission node area.
Example:
tab_completer: 1: - Show this to members<permission>myperm.member - Show this only to vips<permission>myperm.vips - Show this to everyone
misc:
raw_text commands are now disabled only if it's a CraftBukkit server based.
cooldown-message now replace placeholders.
minor changes to the interface of certain commands.
"fixed" scoreboard commands npe on 1.16.1 servers