Allows greater control over Tab Command Complete.

You can now specify how many letters of the command must be typed before it will be tab completed this will help deter people from just spamming round all the commands to see if there is one incorrectly set up.
0 will tab complete all commands
-1 will disable tab complete

1 will mean you have to type the first letter
2 will mean you have to the second letter... etc...

By: Ginger Geek <MailMe@GingerGeek.co.uk>
This commit is contained in:
Spigot
2014-04-02 18:00:58 +11:00
parent c936739c09
commit fc70685814
15 changed files with 75 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
From a7b42fb91500ce69102e9fa2007fe059f1420eb3 Mon Sep 17 00:00:00 2001
From c4865a8d3af6d5e5a9704f7dfa4cba7811c54d43 Mon Sep 17 00:00:00 2001
From: md_5 <git@md-5.net>
Date: Sun, 9 Feb 2014 14:39:01 +1100
Subject: [PATCH] Add Option to Silence CommandBlock Console
@@ -18,10 +18,10 @@ index 4c21643..4e4f001 100644
}
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
index 8da3cc9..7cba69f 100644
index 5d65983..d749f16 100644
--- a/src/main/java/org/spigotmc/SpigotConfig.java
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
@@ -261,4 +261,10 @@ public class SpigotConfig
@@ -272,4 +272,10 @@ public class SpigotConfig
"/skill"
} ) );
}
@@ -33,5 +33,5 @@ index 8da3cc9..7cba69f 100644
+ }
}
--
1.8.5.2.msysgit.0
1.8.3.2