Advertisement
PoundFoot

ARG.properties

Jun 5th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. #maxchunks - (default 25) Maximum number of chunks a player can own.
  2. #timetoexpire - (default 30) Time in days before a user AND his chunks will expire (deletes players friends and unclaims their chunks)
  3. #autoclaimdefault - (default 1) 1/0 whether autoclaim will be on(1) or off(0) by default
  4. #claimthreshold - (default 10) How many blocks a user needs to place in a chunk before it gets autoclaimed
  5. #cacheclear - (default 90) Seconds How frequently plugin cache is cleared and data must be loaded from DB (default is recommended)
  6. #reconnect - (default 10) Minutes How frequently plugin reconnect to DB to prevent connection lost (only lower it if you lose connection)
  7. #infotool - (default 288) ItemID to use as infotool. The infotool shows all protections in the selected chunk
  8. #unclaimtool - (default 369) ItemID to use as unclaimtool
  9. #messagesdefault - (default 0) 1/0 whether chunk changing messages will be on(1) or off(0) by default (CAN BE TOGGLE INGAME WITH /arg message
  10. #
  11. #Protections
  12. #The stuff below can be handled by any user ingame with commands too (if the permission is set)!
  13. #
  14. #explosionprotection - (default 1) 1/0 weather to protect claimed chunks from explosions or not
  15. #fireprotection - (default 1) 1/0 Protects claimed chunks from fire spread(blocks can still be set ablaze by flint and finder/lava)
  16. #protectdoor - (default 1) 1/0 weather to protect door,trapdoor in claimed chunks or not
  17. #protectstore - (default 1) 1/0 weather to protect chests,dispenser,furnace in claimed chunks or not
  18. #protectpiston - (default 1) 1/0 weather to protect pistons movement on claimed chunks borders or not
  19. #protectanimal - (default 1) 1/0 weather to protect animals in claimed chunks
  20. #protectcartdestroy - (default 1) 1/0 weather to protect Minecarts from getting destroyed in claimed chunks
  21. #protectcartdrive - default 0) 1/0 weather to protect Minecarts from getting drived in claimed chunks
  22. #protectredstone - (default 1) 1/0 weather to protect redstone stuff and activation in claimed chunks or not
  23. #
  24. #Sun Apr 14 15:39:30 CEST 2013
  25. autoclaimdefault=1
  26. protectredstone=1
  27. fireprotection=1
  28. protectstore=1
  29. timetoexpire=100
  30. cacheclear=90
  31. explosionprotection=1
  32. messagesdefault=1
  33. protectcartdestroy=0
  34. infotool=288
  35. protectpiston=1
  36. ignoreop=true
  37. claimthreshold=5
  38. protectanimal=0
  39. maxchunks=200
  40. protectdoor=1
  41. reconnect=10
  42. protectcartdrive=0
  43. unclaimtool=369
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement