Order System

Now you can do the commands with order. It will be executed from top to bottom. Numbers are irrelevant and only for identification purposes.

drinkingCommands:
  '1':
    commands:
      - fly %player% enable
    chance: 0
    weight: 0
    executor: CONSOLE
  '2':
    commands:
      - w %player% You get this whimsical feeling flowing through your body.. you're glowing.. and you can fly!!
    chance: 0
    weight: 0
    executor: CONSOLE

In this example, flight command will execute before the message.

Last updated