summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/scriptutils
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2018-12-13 19:14:08 -0500
committerMinenash <minenash@protonmail.com>2018-12-13 19:14:08 -0500
commit1fa3c1d031837c708c933fa188b7860a56d6f349 (patch)
tree27a75aed615241fc8cc6667a1a77731d819c935c /src/main/java/com/redstoner/modules/scriptutils
parentb2d82f8a143a0ce61b495a65c38dd7446e7712d1 (diff)
Removed the commands for the scripts removed in an earlier commit.
Diffstat (limited to 'src/main/java/com/redstoner/modules/scriptutils')
-rw-r--r--src/main/java/com/redstoner/modules/scriptutils/Scriptutils.cmd28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/main/java/com/redstoner/modules/scriptutils/Scriptutils.cmd b/src/main/java/com/redstoner/modules/scriptutils/Scriptutils.cmd
index c8498b2..e4e7ac1 100644
--- a/src/main/java/com/redstoner/modules/scriptutils/Scriptutils.cmd
+++ b/src/main/java/com/redstoner/modules/scriptutils/Scriptutils.cmd
@@ -47,20 +47,6 @@ command script_backup_error {
run script_backup_error;
}
}
-command script_trim {
- [empty] {
- help Prints the world trimming started message and starts trimming;
- type console;
- run script_trim;
- }
-}
-command script_trim_result {
- [string:size] [string:data...] {
- help Prints the trimming finished message;
- type console;
- run script_trim_result size data;
- }
-}
command script_backup_database_begin {
[empty] {
help Prints the database backup started message and admin-chat warning;
@@ -96,20 +82,6 @@ command script_backup_database_abort {
run script_backup_database_abort;
}
}
-command script_spigot_update {
- [empty] {
- help Prints the spigot update message;
- type console;
- run script_spigot_update;
- }
-}
-command script_disk_filled {
- [string:percentage] {
- help Prints the admin-chat warning for disk is filled;
- type console;
- run script_disk_filled percentage;
- }
-}
command script_shutdown {
[string:reason] {
help Saves all worlds, kicks players and shuts down the server;