Skip to content

Command Effect

Xemor edited this page Dec 13, 2022 · 3 revisions

Command Effect

Last updated 12/12/2022

The command effect is way of executing commands in an effect.

Here is an example of the effect

command:
  type: COMMAND
  mode: SELF
  executor: CONSOLE # alternatively, can be player, but will be restricted to the player's permissions only
  commands:
    - "tp %self_name% 0 70 0" 
    # alternatively, can be %target_name% and once the latest version of SkillsLibrary is out, you can do %other_name% instead of %target_name% so          
    # the plugin is more consistent

I intend to create an OP executor at some point, however, have not found a good way of implementing this yet!

Clone this wiki locally