Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. towns=DeadmanWonderland,Vatn,Uprising,ClockSmashers,Praegressus,TheEminent,CashMoney,PopTart
  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.  
  18. # Unclaimed Zone settings.
  19. unclaimedZoneBuild=false
  20. unclaimedZoneDestroy=false
  21. unclaimedZoneSwitch=false
  22. unclaimedZoneItemUse=false
  23. unclaimedZoneName=Wilderness
  24.  
  25. # The following settings are only used if you are not using any permissions provider plugin
  26. unclaimedZoneIgnoreIds=SAPLING,GOLD_ORE,IRON_ORE,COAL_ORE,LOG,LEAVES,LAPIS_ORE,LONG_GRASS,YELLOW_FLOWER,RED_ROSE,BROWN_MUSHROOM,RED_MUSHROOM,TORCH,DIAMOND_ORE,LADDER,RAILS,REDSTONE_ORE,GLOWING_REDSTONE_ORE,CACTUS,CLAY,SUGAR_CANE_BLOCK,PUMPKIN,GLOWSTONE
  27.  
  28.  
  29. # The following settings control what blocks are deleted upon a townblock being unclaimed
  30. usingPlotManagementDelete=true
  31. plotManagementDeleteIds=BED_BLOCK,TORCH,REDSTONE_WIRE,SIGN_POST,WOODEN_DOOR,WALL_SIGN,STONE_PLATE,IRON_DOOR_BLOCK,WOOD_PLATE,REDSTONE_TORCH_OFF,REDSTONE_TORCH_ON,DIODE_BLOCK_OFF,DIODE_BLOCK_ON
  32.  
  33.  
  34. # The following settings control what blocks are deleted upon a mayor issuing a '/plot clear' command
  35. usingPlotManagementMayorDelete=true
  36. plotManagementMayorDelete=WALL_SIGN,SIGN_POST
  37.  
  38. # If enabled when a town claims a townblock a snapshot will be taken at the time it is claimed.
  39. # When the townblock is unclaimded its blocks will begin to revert to the original snapshot.
  40. usingPlotManagementRevert=false
  41. usingPlotManagementRevertSpeed=1
  42. # Any block Id's listed here will not be respawned. Instead it will revert to air.
  43. plotManagementIgnoreIds=GOLD_ORE,LAPIS_ORE,LAPIS_BLOCK,GOLD_BLOCK,IRON_BLOCK,MOSSY_COBBLESTONE,TORCH,MOB_SPAWNER,DIAMOND_ORE,DIAMOND_BLOCK,SIGN_POST,WALL_SIGN,GLOWSTONE
  44.  
  45. # If enabled any damage caused by explosions will repair itself.
  46. usingPlotManagementWildRegen=true
  47. PlotManagementWildRegenEntities=creeper,endercrystal,enderdragon,fireball,smallfireball,largefireball,tntprimed,explosiveminecart
  48. usingPlotManagementWildRegenDelay=20
  49.  
  50. # This setting is used to enable or disable Towny in this world.
  51. usingTowny=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement