Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. public String warning = "&c&lWARNING: &eEntity clear in &c[time] &eseconds.";
  2. public String cleared = "&c&lWARNING: &eAll entities have been cleared.";
  3. public int autoInterval = 420;
  4. public boolean keepSpawnInMemory = true;
  5. public boolean clearUnloadedChunks = true;
  6. public boolean nerfedTnt = true;
  7. public boolean itemLimit = true;
  8. public int arrowLifetime = 15;
  9. public int mobLifetime = 60;
  10. public long fireThrottle = 75L;
  11. public long dispenserThrottle = 2L;
  12. public long spawnerThrottle = 250L;
  13. public int chunkMobLimit = 32;
  14. public int chunkItemLimit = 200;
  15. public int chunkMinecartLimit = 12;
  16. public List clearList = new ArrayList() {
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement