Guilds v2.1.1

Details

  • Filename
    Guilds_v2.1.1.jar
  • Uploaded by
  • Uploaded
    Dec 3, 2012
  • Size
    40.95 KB
  • Downloads
    267
  • MD5
    ffb746b4a5f80839dede06708247c733

Supported Bukkit Versions

  • CB 1.4.5-R0.2

Changelog

Update to remove players via kick or leave command from the config:

Set<String> ply = PlayersConfig.getConfigurationSection("").getKeys(false);

for (String str : ply) {
    PlayersConfig.set(str, null);
}