$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)
Minor changes.
MyCommand Version 5.1.7 - 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.
Implemented some Hover and ClickEvent in the /mycmd main GUI.
Added $GetPlayerByName%playername% (TEXT type only(for now))
$PlayerData%variable%, now can replace multiple times for line.
RAW_TEXT now can run directly a command or open a url(web link).
Added %PlayerOptions%addItem
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
- $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"