Make commands case insensitive.
Note that this doesn't make the arguments for commands case insensitive. Each command is still responsible for lowercasing their arguments if it makes sense for them to do so. This closes #446.
This commit is contained in:
@@ -16,6 +16,7 @@ These changes will (most likely) be included in the next version.
|
||||
- Spectators can no longer take damage when the arena isn't running.
|
||||
- Pets can now teleport back to their owners if they get too far away.
|
||||
- Enchantment names are now case insensitive (i.e. `FIRE_PROTECTION` is the same as `fire_protection`).
|
||||
- All commands are now case insensitive. This means that typing `/ma join` is the same as typing `/MA JOIN`. This should help reduce the confusion with commands like `/ma l` where the L can be confused with a 1 (one).
|
||||
|
||||
## [0.103] - 2018-08-28
|
||||
- It is now possible to add a fixed delay (in seconds) between waves with the new per-arena setting `next-wave-delay`.
|
||||
|
||||
Reference in New Issue
Block a user