From 1fa3c1d031837c708c933fa188b7860a56d6f349 Mon Sep 17 00:00:00 2001 From: Minenash Date: Thu, 13 Dec 2018 19:14:08 -0500 Subject: [PATCH] Removed the commands for the scripts removed in an earlier commit. --- .../modules/scriptutils/Scriptutils.cmd | 28 ------------------- 1 file changed, 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;