Archived
0

Fixed and improved BPM's messages and commands

This commit is contained in:
Minenash
2019-01-03 22:48:03 -05:00
parent 7a5323ca02
commit 25c330e4ef
3 changed files with 137 additions and 174 deletions

View File

@@ -1,25 +1,40 @@
command bpm {
alias set;
alias toggle;
alias mod;
perm blockplacemods.use;
type player;
[empty] {
[empty] {
help Lists the block place mods and their statuses.;
run list_mods;
}
list [empty] {
help Lists the block place mods and their statuses.;
run list_mods;
}
reset [string:mod] {
Help Resets the specified mod's settings to the default value.;
help Resets the specified mod's settings to the default value.;
run reset_mod mod;
}
[string:mod] {
toggle [string:mod] {
help Toggles a block place mod.;
run toggle_mod mod;
}
set [string:mod] [string:value] {
help Sets the specified mod's state to the specified value. Only works for mods that have a state.;
run set_mod_value mod value;
}
[string:mod] {
help Toggles a block place mod.;
run toggle_mod_no_prefix mod;
}
[string:mod] [string:value] {
help Sets the specified mod's state to the specified value. Only works for mods that have a state.;