Advertisement
Guest User

Update Log

a guest
Feb 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.06 KB | None | 0 0
  1. #--[02/20/17]--------------------------------------------------------------------------------------
  2.  
  3. stevescarts.cfg
  4. -> B:ChunkLoader=false
  5.  
  6. Morpheus.cfg
  7. -> I:SleeperPerc=50 #Previously 20
  8.  
  9. Lootbags_bagConfigs.cfg
  10. -> #Disabled bags spawning from player deaths
  11.  
  12. ExtraUtils2.cfg
  13. -> B:Contract=false
  14.  
  15. sponge\global.conf
  16. logging {
  17.     # Log when blocks are broken
  18.     block-break=true
  19.     # Log when blocks are placed
  20.     block-place=true
  21. }
  22.  
  23. ChickenChunks.cfg
  24. #The maximum number of chunks per chunkloader
  25. maxchunks=100
  26. #Enabling this lets OPs alter other player's chunkloaders.
  27. op-interact=true
  28. #Set to false to deny a player access to the chunk viewer
  29. allowchunkviewer
  30. {
  31.     DEFAULT=false
  32. }
  33. #Per player chunk limiting.
  34. players
  35. {
  36.     DEFAULT=10
  37. }
  38.  
  39.  
  40. #--[02/19/17]--------------------------------------------------------------------------------------
  41. Compressed block placing and breaking banned (dupe)
  42. Keep your inventory if you die (Grave mod removed)
  43. Glitch in void? Say &7/suicide&f and keep your stuff!
  44. Commands &7/tpa, /tpahere, &fand &7/msg &fenabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement