Added ability to disable arenas.

This commit is contained in:
2022-06-04 11:56:50 -04:00
parent b8c3bbf263
commit 08f689debf
6 changed files with 78 additions and 2 deletions

View File

@@ -35,6 +35,20 @@ command snowbrawl {
help Deletes an arena.;
}
arena [string:name] enable {
perm redstoner.snowbrawl.arena.enable;
run enable_arena name;
type all;
help Enables an arena.;
}
arena [string:name] disable {
perm redstoner.snowbrawl.arena.disable;
run disable_arena name;
type all;
help Disables an arena.;
}
arena [string:name] config {
run get_arena_config name;
type all;