| @@ -53,18 +53,6 @@ public class LibsDisguises extends JavaPlugin { | |||||||
|  |  | ||||||
|     @Override |     @Override | ||||||
|     public void onEnable() { |     public void onEnable() { | ||||||
|         // Simple codes to make sure a few certain people don't run this on their server -.- |  | ||||||
|         for (String s : new String[] { "enayet123", "shazz96", "PimpMyCreeper", "DemandedLogic", "LinearLogic", "FileDotJar", |  | ||||||
|                 "ExoticGhost", "gizzy14gazza", "C43DR", "ExportB", "OverlordKiller", "Scribbles21", "Queen_Cerii" }) { |  | ||||||
|             OfflinePlayer offline = Bukkit.getOfflinePlayer(s); |  | ||||||
|             if (offline.isOp()) |  | ||||||
|                 return; |  | ||||||
|         } |  | ||||||
|         for (String s : new String[] { "archergames", "eye of ender", "eyeofender", "the mass" }) { |  | ||||||
|             if (Bukkit.getMotd().toLowerCase().contains(s) || Bukkit.getServerName().toLowerCase().contains(s)) { |  | ||||||
|                 return; |  | ||||||
|             } |  | ||||||
|         } |  | ||||||
|         saveDefaultConfig(); |         saveDefaultConfig(); | ||||||
|         FileConfiguration config = YamlConfiguration.loadConfiguration(new File(getDataFolder(), "config.yml")); |         FileConfiguration config = YamlConfiguration.loadConfiguration(new File(getDataFolder(), "config.yml")); | ||||||
|         boolean modified = false; |         boolean modified = false; | ||||||
| @@ -248,4 +236,4 @@ public class LibsDisguises extends JavaPlugin { | |||||||
|         return builder.toString(); |         return builder.toString(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user