Advertisement
DefenestrationO

worldname.txt

Mar 6th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. towns=
  2.  
  3. pvp=true
  4. forcepvp=false
  5. # Can players found towns and claim plots in this world?
  6. claimable=true
  7. worldmobs=true
  8. forcetownmobs=false
  9. firespread=true
  10. forcefirespread=false
  11. explosions=true
  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=
  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=false
  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=false
  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=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement