mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-21 23:54:38 +00:00
7 lines
No EOL
221 B
JavaScript
7 lines
No EOL
221 B
JavaScript
// Add your commands to this list
|
|
var commands = ["mycommand"];
|
|
|
|
// Command registration:
|
|
for (var i in commands) {
|
|
MainCommand.class.static.onCommand(PlotPlayer, "plot", "debugexec", "addcmd", commands[i] + ".js");
|
|
} |