Esempio n. 1
0
 static {
   Skript.registerEffect(
       EffExit.class,
       "(exit|stop) [trigger]",
       "(exit|stop) [(1|a|the|this)] (0¦section|1¦loop|2¦conditional)",
       "(exit|stop) <\\d+> (0¦section|1¦loop|2¦conditional)s",
       "(exit|stop) all (0¦section|1¦loop|2¦conditional)s");
 }
Esempio n. 2
0
 static {
   Skript.registerEffect(
       EffHealth.class,
       "damage %slots% by %integer%",
       "damage %livingentities% by %double% [heart[s]]",
       "heal %livingentities% [by %-double% [heart[s]]]",
       "repair %slots% [by %-integer%]");
 }