CustomCommands  [1.8-1.16] icon

CustomCommands [1.8-1.16] -----

Create unlimited commands. do the impossible cool things. from server owner to server owners



Full Coding system revamp! New Abilities
New Code System Format:

The difference between New and old code systems is:
  • Replaced '*' with 'x' for multiply.
  • Now when you need to use a variable value use vars*<var name> instead of <var name>.
  • now you'll need to use methods.getPlayer(), methods.getWorld(), methods.getFile() instead of getPlayer(), getWorld(), getFile().
  • If you want to use math in any argument you need to put ! before the arguments, example: player.setHealth(!5 x 2).
  • If you want to use methods in an arguments such as: 'player.getHealth' inside player.setHealth(). now you can't you need to make a variable with the value. example: 'var Number health = player.getHealth()', 'player.setHealth(!vars*health / 2)'.
  • In new code system, you can change the a variable value afterwards, example: 'var Number health = player.getHealth()', 'vars*health => 10'
Please update your files.
----------, Mar 24, 2020
Resource Information
Author:
----------
Total Downloads: 17,150
First Release: Jan 25, 2020
Last Update: Jun 13, 2021
Category: ---------------
All-Time Rating:
29 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings