Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. * Spigot.yml:
  2. ticks-per:
  3. hopper-transfer: 8
  4. hopper-check: 8
  5. hopper-amount: 2
  6.  
  7. max-tick-time:
  8. tile: 8
  9. entity: 8
  10.  
  11. arrow-despawn-rate: 500
  12.  
  13. * Bukkit.yml:
  14.  
  15. chunk-gc:
  16. period-in-ticks: 1728000
  17. load-threshold: 0
  18.  
  19. plugin-profiling: true
  20.  
  21. * skrypt.sh:
  22.  
  23. MEMORY="12G"
  24. MEMORYL="4G"
  25.  
  26. INVOCATION="java -d64 -Xmx$MEMORY -Xms$MEMORYL -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -jar $JAR"
  27.  
  28. * Usunięcie pluginu CustomEnderchest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement