MyCommand v5.6.5

Details

  • Filename
    MyCommand.jar
  • Uploaded by
  • Uploaded
    May 10, 2020
  • Size
    485.95 KB
  • Downloads
    10,904
  • MD5
    e828ac7a40975e8eb9524e25f81d5c11

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

Changelog

MyCommand 5.6.5

 

Holograms
  The stand used are now set to small type.
  The location is now getting saved with the decimal part of the coordinate.

 

Cooldowns
  Fixed bypass permission wasn't really working. (it showed the message but you've to wait anyway)

Changed language.yml COOLDOWN1: "&cWait $days$hours$minutes$seconds before you can use this command again"

If you're using custom cooldown-messages, please update with the new style.

 

new lines added in language.yml :


TIME_DAYS: "days "
TIME_DAY: "day "
TIME_SECONDS: "seconds"
TIME_SECOND: "second"
TIME_HOURS: "hours "
TIME_HOUR: "hour "
TIME_MINUTES: "minutes "
TIME_MINUTE: "minute "


PlaceHolderAPI placeholder :
Added %mycommand_cooldown_<command_name>% placeholder for PAPI. It will returns with the amount of seconds remaining.

 

MyCmd GUI :

New progress in /mycmd gui. Increased the size to 45 (1 row more). More mycmd-edit functions, once edit something from the ANVIL GUI return's automatically to the last ICONMENU menu, and minor adjustments.


Misc fixes and changes:

BROADCAST_RAW_TEXT now works with broadcast_message_permission_node
TEXT and BOOK and RAW_BOOK now support placeholders_replace_mode
BOOK and RAW_BOOK now can replace arguments typed too.

placeholders_replace_mode: NO_COLORCODE now will disable PLACEHOLDER_API, otherwise PAPI will replace colors for you.
Fixed TitleNotSet error if you've not closed correctly the /mycmd gui. Again, about other plugin, i can't resolve this problem.
Fix - If the amount of the anvil_left_item is zero it will automatically set to one

Fix - Added a message that prevents 1.7 and 1.8 servers from using BOSSBAR commands.

Removed Old colorcodes ex: $darkblue, $darkgreen ecc to make the process faster.

 

 

TEXT $text$ and BROADCAST_TEXT $broadcasttext$ addition :

 

 Added "text_style: CENTERED" command field. It automatically center the text in the chat.

 

 Added $rainbow_color (just randomly gives each letter a random color)

 

 

playerevents.yml now support the prefix "$RUN_CONSOLE$" that's allows you to run the command as console sender.


/mycmd-edit <here> now suggest the commands name in the tab autocompletions.
Some /mycmd-edit tab_completation now suggest the content of that field.

 

Scheduler :


Some updates to the probably older feature never touched in years.

 

The command list can now replace some placeholders.
Added /mycmd-scheduler add/remove <name> time 12:00 (In this way you can choose the precise minute when the task have to run the command)
Revamped some /mycmd-scheduler commands, added the tab_completer.

Some adjustment to the /mycmd help menu style (Under Spigot/Paper).