Started MCBarrel

This commit is contained in:
Sn0wStorm
2019-08-17 12:07:57 +02:00
parent 37f22f248f
commit a95437cdf1
4 changed files with 149 additions and 0 deletions
+1
View File
@@ -903,6 +903,7 @@ public class P extends JavaPlugin {
cauldron.onUpdate();// runs every min to update cooking time
}
Barrel.onUpdate();// runs every min to check and update ageing time
MCBarrel.onUpdate();
BPlayer.onUpdate();// updates players drunkeness
debugLog("Update");