We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27f058 commit ebf1cc5Copy full SHA for ebf1cc5
src/main/java/net/elytrium/velocitytools/Settings.java
@@ -107,7 +107,8 @@ public static class FIND {
107
108
public static class SEND {
109
110
- public boolean ENABLED = true;
+ @Comment(@CommentValue("Velocity already has /send command, so this one is disabled by default to not replace it."))
111
+ public boolean ENABLED = false;
112
public String CONSOLE = "CONSOLE";
113
public String NOT_ENOUGH_ARGUMENTS = "&fNot enough arguments. Usage: &6/send <server|player|all|current> <target>";
114
@Comment(@CommentValue("Set to \"\" to disable."))
0 commit comments