Advertisement
Guest User

Untitled

a guest
Jul 19th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. name: Towny
  2. main: ca.xshade.bukkit.towny.Towny
  3. version: 0.72.1
  4. language: english.yml
  5. last_run_version: 0.73.0
  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. allow_outposts: true
  42. allow_resident_plots: true
  43. allow_town_spawn: true
  44. allow_town_spawn_travel: true
  45. town_respawn: true
  46. townLevel:
  47. - 0,, Ruin,Spirit ,,1
  48. - 1,, (Settlement),,,16
  49. - 2,, (Hamlet),Chief ,,32
  50. - 6,, (Village),Baron Von ,,96
  51. - 10,, (Town),Viscount ,,160
  52. - 14,, (Large Town),Count Von ,,224
  53. - 20,, (City),Earl ,,320
  54. - 24,, (Large City),Duke ,,384
  55. - 28,, (Metropolis),Lord ,,448
  56. nationLevel:
  57. - 0,Lands of , (Nation),,,Leader ,
  58. - 10,Federation of , (Nation),,,Count ,
  59. - 20,Dominion of , (Nation),,,Duke ,
  60. - 30,Kingdom of , (Nation),,,King ,
  61. - 40,The , Empire,,,Emperor ,
  62. - 60,The , Realm,,,God Emperor ,
  63. default_max_town_blocks: 64
  64. max_plots_per_resident: 100
  65. town_limit: 3000
  66. min_distance_from_town_homeblock: 5
  67. town_block_ratio: 16
  68. town_block_size: 16
  69. force_pvp_on: false
  70. friendly_fire: true
  71. health_regen: true
  72. health_regen_speed: 3000
  73. daily_taxes: true
  74. nation_creation_admin_only: false
  75. town_creation_admin_only: false
  76. using_essentials: false
  77. using_iconomy: true
  78. using_permissions: true
  79. using_questioner: true
  80. database_load: flatfile
  81. database_save: flatfile
  82. daily_backups: true
  83. flatfile_backup: zip
  84. day_interval: 86400000
  85. debug_mode: false
  86. dev_mode: false
  87. dev_name: Shadeness
  88. logging: true
  89. name_check_regex: ^[a-zA-Z0-9]+[a-zA-Z0-9._-]*$
  90. name_filter_regex: '[ /]'
  91. name_remove_regex: '[^a-zA-Z0-9._-]'
  92. npc_prefix: NPC
  93. pve_in_non_pvp_towns: true
  94. reset_log_on_boot: true
  95. show_town_notifications: true
  96. default_town_name: ''
  97. modify_chat_name: false
  98. protection:
  99. item_use_ids: 259,325,326,327,351
  100. switch_ids: 64,69,70,71,72,77,96,25,84,93,94
  101. mob_removal_town: true
  102. town_mob_removal_entities: Monster,WaterMob,Flying,Slime
  103. mob_removal_world: false
  104. world_mob_removal_entities: WaterMob,Flying,Slime
  105. mob_removal_speed: 5000
  106. unclaimed:
  107. unclaimed_zone_build: false
  108. unclaimed_zone_destroy: false
  109. unclaimed_zone_item_use: false
  110. unclaimed_zone_switch: false
  111. 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
  112. default_perm_flags:
  113. default_town_perm_ally_build: false
  114. default_town_perm_ally_destroy: false
  115. default_town_perm_ally_itemuse: false
  116. default_town_perm_ally_switch: false
  117. default_town_perm_outsider_build: false
  118. default_town_perm_outsider_destroy: false
  119. default_town_perm_outsider_itemuse: false
  120. default_town_perm_outsider_switch: false
  121. default_town_perm_resident_build: true
  122. default_town_perm_resident_destroy: true
  123. default_town_perm_resident_itemuse: true
  124. default_town_perm_resident_switch: true
  125. default_resident_perm_ally_build: false
  126. default_resident_perm_ally_destroy: false
  127. default_resident_perm_ally_itemuse: false
  128. default_resident_perm_ally_switch: false
  129. default_resident_perm_friend_build: true
  130. default_resident_perm_friend_destroy: true
  131. default_resident_perm_friend_itemuse: true
  132. default_resident_perm_friend_switch: true
  133. default_resident_perm_outsider_build: false
  134. default_resident_perm_outsider_destroy: false
  135. default_resident_perm_outsider_itemuse: false
  136. default_resident_perm_outsider_switch: false
  137. inactive_after_time: 86400000
  138. delete_old_residents: false
  139. deleted_after_time: 5184000000
  140. economy:
  141. price_town_spawn_travel: 250.0
  142. price_death: 75.0
  143. price_death_wartime: 5000.0
  144. price_nation_neutrality: 2500.0
  145. price_new_nation: 25000.0
  146. price_new_town: 6250.0
  147. price_outpost: 12500.0
  148. price_claim_townblock: 625.0
  149. price_nation_upkeep: 2500.0
  150. price_town_upkeep: 250.0
  151. wartime_nation_can_be_neutral: true
  152. wartime_base_spoils: 100.0
  153. wartime_home_block_hp: 120
  154. wartime_min_height: 60
  155. wartime_points_kill: 1
  156. wartime_points_nation: 100
  157. wartime_points_town: 10
  158. wartime_points_townblock: 1
  159. wartime_remove_on_monarch_death: false
  160. wartime_town_block_hp: 60
  161. wartime_town_block_loss_price: 100.0
  162. wartime_warning_delay: 30
  163. force_fire_on: true
  164. force_town_monsters_on: true
  165. force_explosions_on: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement