endercrest / VoidSpawn

A Spigot & Bukkit plugin that teleports players upon entering the void.
https://www.spigotmc.org/resources/voidspawn.19350/
GNU Lesser General Public License v2.1
5 stars 10 forks source link

[HOW] I cant add multiple commands? #51

Closed agent112 closed 4 years ago

agent112 commented 5 years ago

How would I add multiple commands?

endercrest commented 5 years ago

Hey, this can be achieved by separating the commands by a semi-colon.

/vs command spawn;heal

This would run the command /spawn, followed by /heal.