Archived
0

Added world-specific arrow colors. Added format reset command*.

*Can not reset world-specific settings
This commit is contained in:
Minenash
2019-01-13 23:09:20 -05:00
parent 6466001b9a
commit 5459c791e2
2 changed files with 25 additions and 5 deletions

View File

@@ -87,4 +87,10 @@ command chatonly {
help Shows that you're onlu able to chat, nothing else.;
type player;
}
}
}
command resetchatformating {
run resetformating;
help Resets the formatting to defaults.;
type console;
}