Advertisement
Guest User

Update Log

a guest
Feb 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 KB | None | 0 0
  1. --[02/20/17]----------------------------------------------------------------------------
  2. stevescarts.cfg
  3. -> B:ChunkLoader=false
  4.  
  5. Morpheus.cfg
  6. -> I:SleeperPerc=50 #Previously 20
  7.  
  8. Lootbags_bagConfigs.cfg
  9. -> #Disabled bags spawning from player deaths
  10.  
  11. ExtraUtils2.cfg
  12. -> B:Contract=false
  13.  
  14. sponge\global.conf
  15. logging {
  16.     # Log when blocks are broken
  17.     block-break=true
  18.     # Log when blocks are placed
  19.     block-place=true
  20. }
  21.  
  22. ChickenChunks.cfg
  23. #Set to false to deny a player access to the chunk viewer
  24. allowchunkviewer
  25. {
  26.     DEFAULT=false
  27. }
  28. #Per player chunk limiting.
  29. players
  30. {
  31.     DEFAULT=10
  32. }
  33. #The maximum number of chunks per chunkloader
  34. maxchunks=100
  35. #Enabling this lets OPs alter other player's chunkloaders.
  36. chunkloaded.
  37. op-interact=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement