Removed the commands for the scripts removed in an earlier commit.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user