Skip to content

Commit ebf1cc5

Browse files
committed
Disable /send command by default
1 parent b27f058 commit ebf1cc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/elytrium/velocitytools/Settings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ public static class FIND {
107107

108108
public static class SEND {
109109

110-
public boolean ENABLED = true;
110+
@Comment(@CommentValue("Velocity already has /send command, so this one is disabled by default to not replace it."))
111+
public boolean ENABLED = false;
111112
public String CONSOLE = "CONSOLE";
112113
public String NOT_ENOUGH_ARGUMENTS = "&fNot enough arguments. Usage: &6/send <server|player|all|current> <target>";
113114
@Comment(@CommentValue("Set to \"\" to disable."))

0 commit comments

Comments
 (0)