MyCommand v5.2.1
Details
-
FilenameMyCommand.jar
-
Uploaded by
-
UploadedMar 21, 2016
-
Size216.21 KB
-
Downloads1,370
-
MD5bc298ed9d6ab199be1a514166110c288
Supported Bukkit Versions
- 1.9
Changelog
MyCommand Version 5.2.1
- Arguments ($arg1..2) now get replace correctly also if they are part of the string.
- Added COMMANDS.MAX_ARGUMENTS in config.yml. (Default: 9)
- Itemmenù items, now support multiple enchantments.
- Minor changes.
MyCommand Version 5.2.0
- Implemented some Hover and ClickEvent in the /mycmd main GUI.
- Added $GetPlayerByName%playername% (TEXT type only(for now))
- Added $GetRandomStringFromList%string1;String2;...3%
- $PlayerData%variable%, now can replace multiple times for line.
- RAW_TEXT now can run directly a command or open a url(web link).
- Added $loc_highestY
- Added %PlayerOptions%addItem
- Minor changes.
MyCommand Version 5.1.9
- Added some variables :
- - $random_color
- - $NoReplace - If any string start with this variable, nothing get replaced. Example, if you put $player in the final output you get $player and not the sender name.
- - $iteminoffhand
- - $amount_iteminhand
- - $name_iteminhand
- Added more script statement (see Example/config page for more detail)
- .contains=
- .args.lenght>
- .string.lenght>
MyCommand Version 5.1.8
- Tested with Spigot 1.9
Fixed or updated: - The command cost bypass permission now work if you don't have money.
- Fixed ticket 51 again, but for commands executed directly from the console.
- Fixed mycmd-book.
- BAR_API or better BOSS_BAR now works without the external plugin "BarAPI"
- Added bar_color, bar_style, bar_flag
- + BossBar supported colors : BLUE,RED,GREEN,PINK,PURPLE,WHITE,YELLOW
- + BossBar Style : SEGMENTED_6,SEGMENTED_10,SEGMENTED_12,SEGMENTED_20
- + BossBar Flag : PLAY_BOSS_MUSIC, DARKEN_SKY, CREATE_FOG (This 3 currently does nothing, api problem?)
- &0 now get replaced correctly.
- Disabled temporary the Action.RIGHT_CLICK_BLOCK in itemset. RIGHT_CLICK_AIR still work as expected.
- RAW_TEXT Now works on Spigot servers without external plugin (never released..:D) (No Craftbukkit support).
- + You can use RAW_TEXT commands for suggest commands and hover text over a message.
MyCommand Version 5.1.7
- Tested with Spigot 1.9
Fixed or updated:
- Fixed http://dev.bukkit.org/bukkit-plugins/mycommand/tickets/51-second-argument-is-not-working/
- Fixed http://dev.bukkit.org/bukkit-plugins/mycommand/tickets/53-arguments-in-if-statments/
- Updated Itemset with the new API.
- Fixed various NullPointerException in ItemSet
- Fixed mycmd-playerdata check command not working correcly if uuid is enabled.
- Added mycommand.cost.bypass.commandname for bypass the command cost.
- ADDED TITLE AND BROADCAST_TITLE command type. (Very old stuff added 1 year ago.. already deprecated lol, but works)
$text$ line under runcmd dont replace $args. (This append also in older version.) - Fixed in next release.
Require all arguments: false dont replace $args. Fixed in next release.