Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void onEnable() {
- Bukkit.getScheduler().runTaskLater(this, new Runnable(){
- public void run(){
- CustomEntityType.registerEntities();
- }
- }, 10);
- }
- @Override
- public void onDisable() {
- CustomEntityType.unregisterEntities();
- PetsUtils.removeAllPets();
- }
Advertisement
Add Comment
Please, Sign In to add comment