Vinetos

[Bukkit NMS] Mount - 4

Sep 9th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public void onEnable() {
  2. Bukkit.getScheduler().runTaskLater(this, new Runnable(){
  3. public void run(){
  4. CustomEntityType.registerEntities();
  5. }
  6. }, 10);
  7.  
  8. }
  9.  
  10. @Override
  11. public void onDisable() {
  12. CustomEntityType.unregisterEntities();
  13. PetsUtils.removeAllPets();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment