MyCommand 5.6.6
Built with Spigot 1.16.1 API
Info: I've decided to upload the file directly here on spigotmc.org (bukkit.org approvation times takes everytime longer and longer).
I'm saying this, because until the plugin get's approved on bukkitdev, the updater will says you that there is a new version (5.6.5). It will fix itself once the 5.6.6 is on bukkit.org
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' 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:
Code (Text):
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