MyCommand v5.2.3

Details

  • Filename
    MyCommand.jar
  • Uploaded by
  • Uploaded
    Apr 2, 2016
  • Size
    239.96 KB
  • Downloads
    1,752
  • MD5
    6be3b4c970a4e7929b7e02236659b233

Supported Bukkit Versions

  • 1.9

Changelog

MyCommand Version 5.2.3

  • Build with Spigot API 1.9.2
  • Added the support for the external Plugin PlaceholderAPI (Great plugin if you want more placeholder. A complete list of avalaible placeholder is visible here)
    • MyCommand Placeholder for other plugins : %mycommand_playerdata_<variable_name>%
  • More progress on NPCs (/mycmd-npcs) feature.
    • NPCs can spawn also in WG region with "mob-spawning: deny"
    • Added NPC_ONLY in the ExecutionMode (execute_mode)
  • Re-enabled Action.RIGHT_CLICK_BLOCK in the ItemsListener.
  • $Script$%PlayerData% and $Script$%Variable% now can replace $args.

MyCommand Version 5.1.7 - 5.2.2

  • $text$ now replace $args correctly.
  • fixed "require_all_arguments: false" doesn't replace $args.
  • $multiargs now get replaced correctly if before him there is one or multiple $args. Anyway works how intended only if placed in the last position.
  • Added a "no permissions" error-message in the BlockListener.
  • Fixed cooldown and warmup parameter for works together
  • Fixed ADD_PERMISSION Type, not working if launched by the console.
  • Added $Script$%Variable%var1+var2, $Script$%Variable%var1-var2 and $Script$%Variable%var1=var2 (= "set")
  • Added $Script$%PlayerData%var1*var2
  • Added /mycmd-variables <add/remove>
  • Added some basics "npcs" or better "villager npcs" commands and functions. (Require more works) /mycmd-npcs (Permission for users: mycommand.interact.villager)
  • 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.
  • 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 be replaced multiple times for line.
  • RAW_TEXT now can run directly a command or open a url(web link).
  • Added %PlayerOptions%addItem
  • Added some placeholders:
    • $random_color
    • $NoReplace (If any string start with this variable, nothing get replaced.)
    • $iteminoffhand
    • $amount_iteminhand
    • $name_iteminhand
    • $loc_highestY
  • Added more script statement (see Example/config page for more detail)
    • .contains=
    • .args.lenght>
    • .string.lenght>
  • The command cost bypass permission now work if you don't have money.
  • 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.
  • RAW_TEXT Now works on Spigot servers without external plugin (never released..:D) (No Craftbukkit support).
  • 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. (IteminMainHand)
  • 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)
  • Minor changes.

NPCs location yaw, don't work properly.