Implemented Commands and Random Wakeups

This commit is contained in:
Sn0wStorm
2013-07-28 23:53:35 +02:00
parent 8e11062f56
commit da0b1ddf54
9 changed files with 681 additions and 25 deletions
+2
View File
@@ -135,6 +135,8 @@ public class BCauldron {
}
public static void save(ConfigurationSection config, ConfigurationSection oldData) {
P.p.createWorldSections(config);
if (!bcauldrons.isEmpty()) {
int id = 0;
for (BCauldron cauldron : bcauldrons) {