mirror of
https://github.com/aikar/commands.git
synced 2026-06-03 15:52:18 +00:00
add t/f to the truthy list
This commit is contained in:
@@ -38,7 +38,7 @@ public class CommandReplacements {
|
||||
|
||||
CommandReplacements(CommandManager manager) {
|
||||
this.manager = manager;
|
||||
addReplacement("truthy", "true|false|yes|no|1|0|on|off");
|
||||
addReplacement("truthy", "true|false|yes|no|1|0|on|off|t|f");
|
||||
}
|
||||
|
||||
public void addReplacements(String... replacements) {
|
||||
|
||||
Reference in New Issue
Block a user