Remove chat-based WECUI protocol. Everybody running a modern (1.2.5 or newer) WECUI should be fine.

This has a bonus of allowing us to stay far far away from that smelly PlayerChatEvent guy who's always late (or early, or both).
This commit is contained in:
zml2008
2012-08-04 20:22:55 -07:00
parent ce20f33425
commit fe445a7ec9
13 changed files with 157 additions and 112 deletions

View File

@@ -28,7 +28,7 @@ import java.util.Set;
/**
* Represents WorldEdit's configuration.
*
*
* @author sk89q
*/
public abstract class LocalConfiguration {
@@ -78,7 +78,6 @@ public abstract class LocalConfiguration {
};
public boolean profile = false;
public boolean enableWECUI = true;
public Set<Integer> disallowedBlocks = new HashSet<Integer>();
public int defaultChangeLimit = -1;
public int maxChangeLimit = -1;
@@ -113,7 +112,7 @@ public abstract class LocalConfiguration {
/**
* Get the working directory to work from.
*
*
* @return
*/
public File getWorkingDirectory() {