Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. towns=
  2.  
  3. pvp=false
  4. forcepvp=false
  5. # Can players found towns and claim plots in this world?
  6. claimable=false
  7. worldmobs=true
  8. forcetownmobs=false
  9. firespread=false
  10. forcefirespread=false
  11. explosions=false
  12. forceexplosions=false
  13. endermanprotect=true
  14. disableplayertrample=true
  15. disablecreaturetrample=true
  16.  
  17. # Unclaimed Zone settings.
  18. unclaimedZoneBuild=true
  19. unclaimedZoneDestroy=true
  20. unclaimedZoneSwitch=true
  21. unclaimedZoneItemUse=true
  22. unclaimedZoneName=Wilderness
  23.  
  24. # The following settings are only used if you are not using any permissions provider plugin
  25. unclaimedZoneIgnoreIds=6,14,15,16,17,18,21,31,37,38,39,40,50,56,65,66,73,74,81,82,83,86,89
  26.  
  27. # The following settings control what blocks are deleted upon a townblock being unclaimed
  28. usingPlotManagementDelete=true
  29. plotManagementDeleteIds=26,50,55,63,64,68,70,71,72,75,76,93,94
  30.  
  31. # The following settings control what blocks are deleted upon a mayor issuing a '/plot clear' command
  32. usingPlotManagementMayorDelete=true
  33. plotManagementMayorDelete=WALL_SIGN,SIGN_POST
  34.  
  35. # If enabled when a town claims a townblock a snapshot will be taken at the time it is claimed.
  36. # When the townblock is unclaimded its blocks will begin to revert to the original snapshot.
  37. usingPlotManagementRevert=true
  38. usingPlotManagementRevertSpeed=1
  39. # Any block Id's listed here will not be respawned. Instead it will revert to air.
  40. plotManagementIgnoreIds=14,21,22,41,42,48,50,52,56,57,63,68,89
  41.  
  42. # If enabled any damage caused by explosions will repair itself.
  43. usingPlotManagementWildRegen=true
  44. PlotManagementWildRegenEntities=creeper,endercrystal,enderdragon,fireball,smallfireball,tntprimed
  45. usingPlotManagementWildRegenDelay=20
  46.  
  47. # This setting is used to enable or disable Towny in this world.
  48. usingTowny=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement