Advertisement
Guest User

config.yml

a guest
Jul 20th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. name: Towny
  2. main: ca.xshade.bukkit.towny.Towny
  3. version: 0.73.0
  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. nation_creation_admin_only: false
  42. town_creation_admin_only: false
  43. townLevel:
  44. - 0,, Ruin,Spirit ,,1,1.0
  45. - 1,, (Settlement),Hermit ,,16,1.0
  46. - 2,, (Hamlet),Chief ,,32,1.0
  47. - 6,, (Village),Baron Von ,,96,1.0
  48. - 10,, (Town),Viscount ,,160,1.0
  49. - 14,, (Large Town),Count Von ,,224,1.0
  50. - 20,, (City),Earl ,,320,1.0
  51. - 24,, (Large City),Duke ,,384,1.0
  52. - 28,, (Metropolis),Lord ,,448,1.0
  53. nationLevel:
  54. - 0,Lands of , (Nation),,,Leader ,,1.0
  55. - 10,Federation of , (Nation),,,Count ,,1.0
  56. - 20,Dominion of , (Nation),,,Duke ,,1.0
  57. - 30,Kingdom of , (Nation),,,King ,,1.0
  58. - 40,The , Empire,,,Emperor ,,1.0
  59. - 60,The , Realm,,,God Emperor ,,1.0
  60. max_plots_per_resident: 10
  61. town_limit: 3000
  62. min_distance_from_town_homeblock: 5
  63. town_block_ratio: 16
  64. town_block_size: 16
  65. force_pvp_on: false
  66. force_explosions_on: false
  67. world_monsters_on: true
  68. force_town_monsters_on: false
  69. force_fire_on: false
  70. friendly_fire: true
  71. health_regen: true
  72. health_regen_speed: 1000
  73. daily_taxes: false
  74. allow_outposts: true
  75. allow_resident_plots: true
  76. allow_town_spawn: true
  77. allow_town_spawn_travel: true
  78. town_respawn: false
  79. show_town_notifications: true
  80. using_essentials: false
  81. using_iconomy: true
  82. using_permissions: true
  83. using_questioner: false
  84. database_load: flatfile
  85. database_save: flatfile
  86. daily_backups: true
  87. flatfile_backup: zip
  88. day_interval: 86400000
  89. debug_mode: false
  90. dev_mode: false
  91. dev_name: ElgarL
  92. logging: true
  93. reset_log_on_boot: true
  94. name_check_regex: ^[a-zA-Z0-9]+[a-zA-Z0-9._-]*$
  95. name_filter_regex: '[ /]'
  96. name_remove_regex: '[^a-zA-Z0-9._-]'
  97. npc_prefix: NPC
  98. modify_chat_name: true
  99. protection:
  100. item_use_ids: 259,325,326,327,351
  101. switch_ids: 25,54,61,62,64,69,70,71,72,77,96,84,93,94
  102. town_mob_removal_entities: Monster,WaterMob,Flying,Slime
  103. world_mob_removal_entities: WaterMob,Flying,Slime
  104. mob_removal_speed: 5000
  105. cheat_protection: false
  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. default_town_name: ''
  141. economy:
  142. price_town_spawn_travel: 0
  143. price_death: 0
  144. price_death_wartime: 0
  145. price_nation_neutrality: 0
  146. price_new_nation: 100000.0
  147. price_new_town: 250.0
  148. price_outpost: 500.0
  149. price_claim_townblock: 25.0
  150. price_nation_upkeep: 0
  151. price_town_upkeep: 0
  152. wartime_nation_can_be_neutral: true
  153. wartime_base_spoils: 100.0
  154. wartime_home_block_hp: 120
  155. wartime_min_height: 60
  156. wartime_points_kill: 1
  157. wartime_points_nation: 100
  158. wartime_points_town: 10
  159. wartime_points_townblock: 1
  160. wartime_remove_on_monarch_death: false
  161. wartime_town_block_hp: 60
  162. wartime_town_block_loss_price: 100.0
  163. wartime_warning_delay: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement