Added new Server.getPlayerExact() method, added whitelist methods and don't use vanilla commands

This commit is contained in:
Dinnerbone
2011-09-03 15:57:54 +01:00
parent 09d90e639b
commit c8d77561b1
4 changed files with 60 additions and 56 deletions

View File

@@ -42,7 +42,7 @@ public class ServerConfigurationManager {
private File l;
private File m;
public PlayerFileData playerFileData; // CraftBukkit - private - >public
private boolean o;
public boolean o; // Craftbukkit - private -> public
// CraftBukkit start
private CraftServer cserver;