Advertisement
Guest User

towny config

a guest
Jul 28th, 2011
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. name: Towny
  2. main: ca.xshade.bukkit.towny.Towny
  3. version: 0.73.1
  4. language: english.yml
  5. last_run_version: 0.73.2
  6. author: Shade, Modified by FuzzeWuzze. Forked by ElgarL
  7. website: http://code.google.com/a/eclipselabs.org/p/towny/
  8. description: 'Resident-Town-Nation heirarchy combined with a grid based protection
  9. system. Including a war event.
  10.  
  11. '
  12. commands:
  13. towny:
  14. aliases: []
  15. nation:
  16. aliases:
  17. - n
  18. - nat
  19. nationchat:
  20. aliases:
  21. - nc
  22. townchat:
  23. aliases:
  24. - tc
  25. plot:
  26. aliases: []
  27. resident:
  28. aliases:
  29. - res
  30. - p
  31. - player
  32. town:
  33. aliases:
  34. - t
  35. townyadmin:
  36. aliases:
  37. - ta
  38. townyworld:
  39. aliases:
  40. - tw
  41. permissions:
  42. towny.admin:
  43. description: User is able to use /townyadmin, as well as the ability to build/destroy anywhere. User is also able to make towns or nations when set to admin only.
  44. default: op
  45. towny.town.*:
  46. description: User can create a town and claim land.
  47. default: op
  48. children:
  49. towny.town.new: true
  50. towny.town.claim: true
  51. towny.town.new:
  52. description: User is able to create a town
  53. default: false
  54. towny.town.claim:
  55. description: User is able to expand with /towny claim
  56. default: false
  57. towny.wild.*:
  58. description: User can build/destroy in wild.
  59. default: op
  60. children:
  61. towny.wild.build: true
  62. towny.wild.switch: true
  63. towny.wild.destroy: true
  64. towny.wild.item_use: true
  65. towny.wild.build:
  66. description: User can build in wild.
  67. default: false
  68. towny.wild.destroy:
  69. description: User can destroy in wild.
  70. default: false
  71. towny.wild.switch:
  72. description: User can switch in wild.
  73. default: false
  74. towny.wild.item_use:
  75. description: User can use use items in wild.
  76. default: false
  77. towny.spawntp:
  78. description: User can use /town spawn when on in config.
  79. default: true
  80. towny.publicspawntp:
  81. description: User can use /town spawn <town> when on in config.
  82. default: true
  83. nation_creation_admin_only: false
  84. town_creation_admin_only: false
  85. townLevel:
  86. - 0,, Ruin,Spirit ,,1,1.0
  87. - 1,, (Settlement),Hermit ,,16,1.0
  88. - 2,, (Hamlet),Chief ,,32,1.0
  89. - 6,, (Village),Baron Von ,,96,1.0
  90. - 10,, (Town),Viscount ,,160,1.0
  91. - 14,, (Large Town),Count Von ,,224,1.0
  92. - 20,, (City),Earl ,,320,1.0
  93. - 24,, (Large City),Duke ,,384,1.0
  94. - 28,, (Metropolis),Lord ,,448,1.0
  95. nationLevel:
  96. - 0,Lands of , (Nation),,,Leader ,,1.0
  97. - 10,Federation of , (Nation),,,Count ,,1.0
  98. - 20,Dominion of , (Nation),,,Duke ,,1.0
  99. - 30,Kingdom of , (Nation),,,King ,,1.0
  100. - 40,The , Empire,,,Emperor ,,1.0
  101. - 60,The , Realm,,,God Emperor ,,1.0
  102. max_plots_per_resident: 100
  103. town_limit: 3000
  104. min_distance_from_town_homeblock: 5
  105. town_block_ratio: 16
  106. town_block_size: 16
  107. force_pvp_on: false
  108. force_explosions_on: false
  109. world_monsters_on: true
  110. force_town_monsters_on: true
  111. force_fire_on: false
  112. friendly_fire: false
  113. health_regen: true
  114. health_regen_speed: 3000
  115. daily_taxes: false
  116. allow_outposts: true
  117. allow_resident_plots: true
  118. allow_town_spawn: true
  119. allow_town_spawn_travel: true
  120. town_respawn: true
  121. show_town_notifications: true
  122. using_essentials: true
  123. using_iconomy: true
  124. using_permissions: true
  125. using_questioner: true
  126. database_load: flatfile
  127. database_save: flatfile
  128. daily_backups: true
  129. flatfile_backup: zip
  130. day_interval: 86400000
  131. debug_mode: false
  132. dev_mode: false
  133. dev_name: ElgarL
  134. logging: true
  135. reset_log_on_boot: true
  136. name_check_regex: ^[a-zA-Z0-9._-]*$
  137. name_filter_regex: '[ /]'
  138. name_remove_regex: '[^a-zA-Z0-9._-]'
  139. npc_prefix: NPC
  140. modify_chat_name: true
  141. protection:
  142. item_use_ids: 259,325,326,327,351
  143. switch_ids: 25,54,61,62,64,69,70,71,72,77,96,84,93,94
  144. town_mob_removal_entities: Monster,WaterMob,Flying,Slime
  145. world_mob_removal_entities: WaterMob,Flying,Slime
  146. mob_removal_speed: 5000
  147. cheat_protection: false
  148. unclaimed:
  149. unclaimed_zone_build: false
  150. unclaimed_zone_destroy: false
  151. unclaimed_zone_item_use: false
  152. unclaimed_zone_switch: false
  153. unclaimed_zone_ignore: 6,14,15,16,17,18,21,31,37,38,39,40,50,56,65,66,73,74,81,82,83,86,89
  154. default_perm_flags:
  155. default_town_perm_ally_build: false
  156. default_town_perm_ally_destroy: false
  157. default_town_perm_ally_itemuse: false
  158. default_town_perm_ally_switch: false
  159. default_town_perm_outsider_build: false
  160. default_town_perm_outsider_destroy: false
  161. default_town_perm_outsider_itemuse: false
  162. default_town_perm_outsider_switch: false
  163. default_town_perm_resident_build: true
  164. default_town_perm_resident_destroy: true
  165. default_town_perm_resident_itemuse: true
  166. default_town_perm_resident_switch: true
  167. default_resident_perm_ally_build: false
  168. default_resident_perm_ally_destroy: false
  169. default_resident_perm_ally_itemuse: false
  170. default_resident_perm_ally_switch: false
  171. default_resident_perm_friend_build: true
  172. default_resident_perm_friend_destroy: true
  173. default_resident_perm_friend_itemuse: true
  174. default_resident_perm_friend_switch: true
  175. default_resident_perm_outsider_build: false
  176. default_resident_perm_outsider_destroy: false
  177. default_resident_perm_outsider_itemuse: false
  178. default_resident_perm_outsider_switch: false
  179. inactive_after_time: 86400000
  180. delete_old_residents: false
  181. deleted_after_time: 5184000000
  182. default_town_name: ''
  183. economy:
  184. price_town_spawn_travel: 0.0
  185. price_death: 0.0
  186. price_death_wartime: 200.0
  187. price_nation_neutrality: 100.0
  188. price_new_nation: 1000.0
  189. price_new_town: 250.0
  190. price_outpost: 500.0
  191. price_claim_townblock: 25.0
  192. price_nation_upkeep: 100.0
  193. price_town_upkeep: 10.0
  194. wartime_nation_can_be_neutral: true
  195. wartime_base_spoils: 100.0
  196. wartime_home_block_hp: 120
  197. wartime_min_height: 60
  198. wartime_points_kill: 1
  199. wartime_points_nation: 100
  200. wartime_points_town: 10
  201. wartime_points_townblock: 1
  202. wartime_remove_on_monarch_death: false
  203. wartime_town_block_hp: 60
  204. wartime_town_block_loss_price: 100.0
  205. wartime_warning_delay: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement