Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.65 KB | None | 0 0
  1. #
  2. # The language file you wish to use
  3.  
  4. version:
  5. # This is the current version of Towny. Please do not edit.
  6. version: 0.82.1.0
  7. # This is for showing the changelog on updates. Please do not edit.
  8. last_run_version: 0.82.1.0
  9. # Minimum required version of CraftBukkit. Please do not edit.
  10. bukkit_version: '2602'
  11. # If enabled we will not check the CraftBukkit version at startup.
  12. bypass_version_check: 'false'
  13.  
  14. # The language file you wish to use
  15. language: english.yml
  16.  
  17. ############################################################
  18. # +------------------------------------------------------+ #
  19. # | Permission nodes | #
  20. # +------------------------------------------------------+ #
  21. ############################################################
  22.  
  23. # Possible permission nodes
  24. #
  25. # towny.admin: 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.
  26. # towny.cheat.bypass : User is able to use any fly mods and double block jump (disables towny cheat protection for this user).
  27. # towny.top : User can access the command towny top
  28. # towny.town.* : User has access to all town permission nodes.
  29. # towny.town.new :User is able to create a town
  30. # towny.town.delete :User is able to delete their town
  31. # towny.town.claim : User is able to expand his town with /town claim
  32. # towny.town.plot : User is able to use the /plot commands
  33. # towny.town.resident : User is able to join towns upon invite.
  34. # towny.town.toggle.*: User can access all town toggle commands (if a mayor or assistant).
  35. # towny.town.toggle.pvp
  36. # towny.town.toggle.public
  37. # towny.town.toggle.explosions
  38. # towny.town.toggle.fire
  39. # towny.town.toggle.mobs
  40. # towny.nation.* : User has access to all town permission nodes.
  41. # towny.nation.new :User is able to create a nation
  42. # towny.nation.delete :User is able to delete their nation (if king)
  43. # towny.nation.rename :User is able to rename their nation (if king/assistant)
  44. # towny.nation.grant-titles :User is able to grant titles/surnames to the nation residents (if King)
  45. # towny.wild.*: User is able to build/destroy in wild regardless.
  46. # towny.wild.build
  47. # towny.wild.destroy
  48. # towny.wild.switch
  49. # towny.wild.item_use
  50. # towny.wild.block.[block id].* : User is able to edit [block id] in the wild.
  51. # towny.wild.build.[block id]
  52. # towny.wild.destroy.[block id]
  53. # towny.wild.switch.[block id]
  54. # towny.wild.item_use.[block id]
  55. #
  56. # towny.claimed.* : User can build/destroy/switch/item_use in all towns.
  57. # towny.claimed.build : User can build in all towns.
  58. # towny.claimed.destroy : User can destroy in all towns.
  59. # towny.claimed.switch : User can switch in all towns.
  60. # towny.claimed.item_use : User can use use items in all towns.
  61. # towny.claimed.alltown.* : User is able to edit specified/all block types in all towns.
  62. # towny.claimed.alltown.build.[block id]
  63. # towny.claimed.alltown.destroy.[block id]
  64. # towny.claimed.alltown.switch.[block id] : User can switch specified/all block types in all towns.
  65. # towny.claimed.alltown.item_use.[block id]
  66. # towny.claimed.owntown.* : User is able to edit specified/all block types in their own town.
  67. # towny.claimed.owntown.build.[block id]
  68. # towny.claimed.owntown.destroy.[block id] : (handy to allow clearing of snow '78')
  69. # towny.claimed.owntown.switch.[block id]
  70. # towny.claimed.owntown.item_use.[block id]
  71. #
  72. # towny.town.spawn.*: Grants all Spawn travel nodes
  73. # towny.town.spawn.town : Ability to spawn to your own town.
  74. # towny.town.spawn.nation : Ability to spawn to other towns in your nation.
  75. # towny.town.spawn.ally : Ability to spawn to towns in nations allied with yours.
  76. # towny.town.spawn.public : Ability to spawn to unaffilated public towns.
  77. #
  78. # these will be moved to permissions nodes at a later date
  79. permissions:
  80. town_creation_admin_only: 'false'
  81. nation_creation_admin_only: 'false'
  82.  
  83. ############################################################
  84. # +------------------------------------------------------+ #
  85. # | Town and Nation levels | #
  86. # +------------------------------------------------------+ #
  87. ############################################################
  88.  
  89. levels:
  90.  
  91. # default Town levels.
  92. town_level:
  93. - upkeepModifier: 1.0
  94. namePostfix: ' Ruins'
  95. mayorPrefix: 'Spirit '
  96. mayorPostfix: ''
  97. townBlockLimit: 1
  98. namePrefix: ''
  99. numResidents: 0
  100. - upkeepModifier: 1.0
  101. namePostfix: ' (Settlement)'
  102. mayorPrefix: 'Hermit '
  103. mayorPostfix: ''
  104. townBlockLimit: 16
  105. namePrefix: ''
  106. numResidents: 1
  107. - upkeepModifier: 1.0
  108. namePostfix: ' (Hamlet)'
  109. mayorPrefix: 'Chief '
  110. mayorPostfix: ''
  111. townBlockLimit: 32
  112. namePrefix: ''
  113. numResidents: 2
  114. - upkeepModifier: 1.0
  115. namePostfix: ' (Village)'
  116. mayorPrefix: 'Baron Von '
  117. mayorPostfix: ''
  118. townBlockLimit: 96
  119. namePrefix: ''
  120. numResidents: 6
  121. - upkeepModifier: 1.0
  122. namePostfix: ' (Town)'
  123. mayorPrefix: 'Viscount '
  124. mayorPostfix: ''
  125. townBlockLimit: 160
  126. namePrefix: ''
  127. numResidents: 10
  128. - upkeepModifier: 1.0
  129. namePostfix: ' (Large Town)'
  130. mayorPrefix: 'Count Von '
  131. mayorPostfix: ''
  132. townBlockLimit: 224
  133. namePrefix: ''
  134. numResidents: 14
  135. - upkeepModifier: 2.0
  136. namePostfix: ' (City)'
  137. mayorPrefix: 'Earl '
  138. mayorPostfix: ''
  139. townBlockLimit: 320
  140. namePrefix: ''
  141. numResidents: 20
  142. - upkeepModifier: 2.5
  143. namePostfix: ' (Large City)'
  144. mayorPrefix: 'Duke '
  145. mayorPostfix: ''
  146. townBlockLimit: 384
  147. namePrefix: ''
  148. numResidents: 24
  149. - upkeepModifier: 3.0
  150. namePostfix: ' (Metropolis)'
  151. mayorPrefix: 'Lord '
  152. mayorPostfix: ''
  153. townBlockLimit: 448
  154. namePrefix: ''
  155. numResidents: 28
  156.  
  157. # default Nation levels.
  158. nation_level:
  159. - capitalPostfix: ''
  160. upkeepModifier: 1.0
  161. namePostfix: ' (Nation)'
  162. kingPrefix: 'Leader '
  163. townBlockLimitBonus: 10
  164. namePrefix: 'Land of '
  165. numResidents: 0
  166. capitalPrefix: ''
  167. kingPostfix: ''
  168. - capitalPostfix: ''
  169. upkeepModifier: 1.0
  170. namePostfix: ' (Nation)'
  171. kingPrefix: 'Count '
  172. townBlockLimitBonus: 20
  173. namePrefix: 'Federation of '
  174. numResidents: 10
  175. capitalPrefix: ''
  176. kingPostfix: ''
  177. - capitalPostfix: ''
  178. upkeepModifier: 1.0
  179. namePostfix: ' (Nation)'
  180. kingPrefix: 'Duke '
  181. townBlockLimitBonus: 40
  182. namePrefix: 'Dominion of '
  183. numResidents: 20
  184. capitalPrefix: ''
  185. kingPostfix: ''
  186. - capitalPostfix: ''
  187. upkeepModifier: 1.0
  188. namePostfix: ' (Nation)'
  189. kingPrefix: 'King '
  190. townBlockLimitBonus: 60
  191. namePrefix: 'Kingdom of '
  192. numResidents: 30
  193. capitalPrefix: ''
  194. kingPostfix: ''
  195. - capitalPostfix: ''
  196. upkeepModifier: 1.0
  197. namePostfix: ' Empire'
  198. kingPrefix: 'Emperor '
  199. townBlockLimitBonus: 100
  200. namePrefix: 'The '
  201. numResidents: 40
  202. capitalPrefix: ''
  203. kingPostfix: ''
  204. - capitalPostfix: ''
  205. upkeepModifier: 1.0
  206. namePostfix: ' Realm'
  207. kingPrefix: 'God Emperor '
  208. townBlockLimitBonus: 140
  209. namePrefix: 'The '
  210. numResidents: 60
  211. capitalPrefix: ''
  212. kingPostfix: ''
  213.  
  214. ############################################################
  215. # +------------------------------------------------------+ #
  216. # | Town Claim/new defaults | #
  217. # +------------------------------------------------------+ #
  218. ############################################################
  219.  
  220. town:
  221. # Default public status of the town (used for /town spawn)
  222. default_public: 'true'
  223. # Default Open status of the town (are new towns open and joinable by anyone at creation?)
  224. default_open: 'false'
  225. # Limits the maximum amount of bonus blocks a town can buy.
  226. max_purchased_blocks: '0'
  227. # maximum number of plots any single resident can own
  228. max_plots_per_resident: '1000'
  229. # Maximum number of towns allowed on the server.
  230. town_limit: '3000'
  231.  
  232. # Minimum number of plots any towns home plot must be from the next town.
  233. # This will prevent someone founding a town right on your doorstep
  234. min_distance_from_town_homeblock: '5'
  235.  
  236. # Maximum distance between homblocks.
  237. # This will force players to build close together.
  238. max_distance_between_homeblocks: '0'
  239.  
  240. # The maximum townblocks available to a town is (numResidents * ratio).
  241. # Setting this value to 0 will instead use the level based jump values determined in the town level config.
  242. town_block_ratio: '8'
  243. # The size of the square grid cell. Changing this value is suggested only when you first install Towny.
  244. # Doing so after entering data will shift things unwantedly. Using smaller value will allow higher precision,
  245. # at the cost of more work setting up. Also, extremely small values will render the caching done useless.
  246. # Each cell is (town_block_size * town_block_size * 128) in size, with 128 being from bedrock to clouds.
  247. town_block_size: '16'
  248.  
  249.  
  250. ############################################################
  251. # +------------------------------------------------------+ #
  252. # | Default new world settings | #
  253. # +------------------------------------------------------+ #
  254. ############################################################
  255.  
  256. # These flags are only used at the initial setp of a new world.
  257.  
  258. # Once Towny is running each world can be altered from within game
  259. # using '/townyworld toggle'
  260.  
  261. new_world_settings:
  262.  
  263. pvp:
  264. # Set if PVP is enabled in this world
  265. world_pvp: 'true'
  266. # force_pvp_on is a global flag and overrides any towns flag setting
  267. force_pvp_on: 'false'
  268.  
  269. mobs:
  270. # world_monsters_on is a global flag setting per world.
  271. world_monsters_on: 'true'
  272. # force_town_monsters_on is a global flag and overrides any towns flag setting
  273. force_town_monsters_on: 'false'
  274.  
  275. explosions:
  276. # Allow explosions in this world
  277. world_explosions_enabled: 'true'
  278. # force_explosions_on is a global flag and overrides any towns flag setting
  279. force_explosions_on: 'false'
  280.  
  281. fire:
  282. # Allow fire to be lit and spread in this world.
  283. world_firespread_enabled: 'true'
  284. # force_fire_on is a global flag and overrides any towns flag setting
  285. force_fire_on: 'false'
  286.  
  287. # Prevent Endermen from picking up and placing blocks.
  288. enderman_protect: 'true'
  289. # Disable players trampling crops
  290. disable_player_crop_trampling: 'true'
  291. # Disable creatures trampling crops
  292. disable_creature_crop_trampling: 'true'
  293.  
  294. # World management settings to deal with un/claiming plots
  295. plot_management:
  296.  
  297. block_delete:
  298. enabled: 'true'
  299. # These items will be deleted upon a plot being unclaimed
  300. unclaim_delete: 26,50,55,63,64,68,70,71,72,75,76,93,94
  301.  
  302. mayor_plotblock_delete:
  303. enabled: 'true'
  304. # These items will be deleted upon a mayor using /plot clear
  305. # To disable deleting replace the current entries with NONE.
  306. mayor_plot_delete: WALL_SIGN,SIGN_POST
  307.  
  308. revert_on_unclaim:
  309. # *** WARNING***
  310. # If this is enabled any town plots which become unclaimed will
  311. # slowly be reverted to a snapshot taken before the plot was claimed.
  312. #
  313. # Regeneration will only work if the plot was
  314. # claimed under version 0.76.2, or
  315. # later with this feature enabled
  316. #
  317. # If you allow players to break/build in the wild the snapshot will
  318. # include any changes made before the plot was claimed.
  319. enabled: 'false'
  320. speed: 1s
  321. # These block types will NOT be regenerated
  322. block_ignore: 14,21,22,41,42,48,50,52,56,57,63,68,89
  323.  
  324. wild_revert_on_mob_explosion:
  325. # Enabling this will slowly regenerate holes created in the
  326. # wilderness by monsters exploding.
  327. enabled: 'true'
  328. entities: Creeper,EnderCrystal,EnderDragon,Fireball,SmallFireball,TNTPrimed
  329. delay: 10s
  330.  
  331.  
  332. ############################################################
  333. # +------------------------------------------------------+ #
  334. # | Global town settings | #
  335. # +------------------------------------------------------+ #
  336. ############################################################
  337.  
  338. global_town_settings:
  339. # can residents/Allies harm other residents when in an area with pvp enabled? Other than an Arena plot.
  340. friendly_fire: 'true'
  341. # Players within their town or allied towns will regenerate half a heart after every health_regen_speed seconds.
  342. health_regen:
  343. speed: 3s
  344. enable: 'true'
  345. # Allow towns to claim outposts (a townblock not connected to town).
  346. allow_outposts: 'true'
  347. # Allow the use of /town spawn
  348. allow_town_spawn: 'true'
  349. # Allow regular residents to use /town spawn [town] (TP to other towns if they are public).
  350. allow_town_spawn_travel: 'true'
  351. # Allow regular residents to use /town spawn [town] to other towns in your nation.
  352. allow_town_spawn_travel_nation: 'true'
  353. # Allow regular residents to use /town spawn [town] to other towns in a nation allied with your nation.
  354. allow_town_spawn_travel_ally: 'true'
  355. # If non zero it delays any spawn request by x seconds.
  356. teleport_warmup_time: '5'
  357. # Respawn the player at his town spawn point when he/she dies
  358. town_respawn: 'false'
  359. # Town respawn only happens when the player dies in the same world as the town's spawn point.
  360. town_respawn_same_world_only: 'false'
  361. # Prevent players from using /town spawn while within unclaimed areas and/or enemy/neutral towns.
  362. # Allowed options: unclaimed,enemy,neutral
  363. prevent_town_spawn_in: enemy
  364. # Enables the [~Home] message.
  365. # If false it will make it harder for enemies to find the home block during a war
  366. show_town_notifications: 'true'
  367.  
  368.  
  369. ############################################################
  370. # +------------------------------------------------------+ #
  371. # | Plugin interfacing | #
  372. # +------------------------------------------------------+ #
  373. ############################################################
  374.  
  375. plugin:
  376.  
  377. # Valid load and save types are: flatfile, mysql, sqlite, h2.
  378. database:
  379. database_load: flatfile
  380. database_save: flatfile
  381.  
  382. # SQL database connection details (IF set to use SQL).
  383. sql:
  384. hostname: localhost
  385. port: '3306'
  386. dbname: towny
  387. table_prefix: towny_
  388. username: root
  389. password: ''
  390.  
  391. # Flatfile backup settings.
  392. daily_backups: 'true'
  393. backups_are_deleted_after: 90d
  394.  
  395. # Valid entries are: zip, none.
  396. flatfile_backup: zip
  397.  
  398. interfacing:
  399.  
  400. tekkit:
  401. # Add any fake players for client/server mods (aka Tekkit) here
  402. fake_residents: '[IndustrialCraft],[BuildCraft],[Redpower],[Forestry],[Turtle]'
  403.  
  404. # Enable using_essentials if you are using cooldowns in essentials for teleports.
  405. using_essentials: 'false'
  406.  
  407. # This will attempt to use Register (if present)
  408. # Then it will attempt to access iConomy 5.01 directly
  409. # Enable if you have either iConomy 5.01, or Register.jar to
  410. # support: iConomy5, iConomy6, EssentialsEco, BOSEconomy.
  411. # https://github.com/iConomy/Register/tree/master/dist
  412. using_economy: 'true'
  413.  
  414. # Enable using_questioner if you are using questioner to send/receive invites to towns/nations.
  415. # See http://code.google.com/a/eclipselabs.org/p/towny/wiki/Questioner for more info.
  416. using_questioner:
  417. enable: 'true'
  418. # The command to accept invitations.
  419. accept: accept
  420. # The command to refuse invitations.
  421. deny: deny
  422.  
  423. # True to attempt to use GroupManager, PEX, bPermissions, Permissions2/3 or BukkitPerms
  424. # False to disable permission checks and rely on Towny settings.
  425. using_permissions: 'true'
  426.  
  427. day_timer:
  428. # The number of hours in each "day".
  429. # You can configure for 10 hour days. Default is 24 hours.
  430. day_interval: 1d
  431. # The time each "day", when taxes will be collected.
  432. # MUST be less than day_interval. Default is 12h (midday).
  433. new_day_time: 12h
  434.  
  435. # Lots of messages to tell you what's going on in the server with time taken for events.
  436. debug_mode: 'false'
  437.  
  438. # Spams the player named in dev_name with all messages related to towny.
  439. dev_mode:
  440. enable: 'false'
  441. dev_name: ElgarL
  442.  
  443. # Record all messages to the towny.log
  444. logging: 'true'
  445. # If true this will cause the log to be wiped at every startup.
  446. reset_log_on_boot: 'true'
  447.  
  448.  
  449. ############################################################
  450. # +------------------------------------------------------+ #
  451. # | Filters colour and chat | #
  452. # +------------------------------------------------------+ #
  453. ############################################################
  454.  
  455. filters_colour_chat:
  456. # This is the name given to any NPC assigned mayor.
  457. npc_prefix: NPC
  458. # Regex fields used in validating inputs.
  459. regex:
  460. name_filter_regex: '[ /]'
  461. name_check_regex: ^[a-zA-Z0-9._-]*$
  462. name_remove_regex: '[^a-zA-Z0-9._-]'
  463.  
  464. modify_chat:
  465. # Maximum length of Town and Nation names.
  466. max_name_length: '20'
  467. # Maximum length of titles and surnames.
  468. max_title_length: '20'
  469.  
  470.  
  471. ############################################################
  472. # +------------------------------------------------------+ #
  473. # | block/item/mob protection | #
  474. # +------------------------------------------------------+ #
  475. ############################################################
  476.  
  477. protection:
  478.  
  479. # Items that can be blocked within towns via town/plot flags
  480. # 259 - flint and steel
  481. # 325 - bucket
  482. # 326 - water bucket
  483. # 327 - lava bucket
  484. # 351 - bone/bonemeal
  485. # 359 - shears
  486. # 368 - ender pearl
  487. # 374 - glass bottle
  488. # 385 - fire charge
  489. item_use_ids: 259,325,326,327,351, 368
  490.  
  491. # Items which can be blocked or enabled via town/plot flags
  492. # 25 - noteblock
  493. # 54 - chest
  494. # 61 - furnace
  495. # 62 - lit furnace
  496. # 64 - wooden door
  497. # 69 - lever
  498. # 70 - stone pressure plate
  499. # 71 - iron door
  500. # 72 - wooden pressure plate
  501. # 77 - stone button
  502. # 96 - trap door
  503. # 84 - jukebox
  504. # 93/94 - redstone repeater
  505. switch_ids: 23,25,54,61,62,64,69,70,71,72,77,96,84,93,94,107
  506.  
  507. # permitted entities http://jd.bukkit.org/apidocs/org/bukkit/entity/package-summary.html
  508. # Animals, Chicken, Cow, Creature, Creeper, Flying, Ghast, Giant, Monster, Pig,
  509. # PigZombie, Sheep, Skeleton, Slime, Spider, Squid, WaterMob, Wolf, Zombie
  510.  
  511. # Remove living entities within a town's boundaries, if the town has the mob removal flag set.
  512. town_mob_removal_entities: Monster,WaterMob,Flying,Slime
  513.  
  514. # Prevent the spawning of villager babies in towns.
  515. town_prevent_villager_breeding: 'false'
  516.  
  517. # Globally remove living entities in all worlds that have their flag set.
  518. world_mob_removal_entities: WaterMob,Flying,Slime
  519.  
  520. # Prevent the spawning of villager babies in the world.
  521. world_prevent_villager_breeding: 'false'
  522.  
  523. # The maximum amount of time a mob could be inside a town's boundaries before being sent to the void.
  524. # Lower values will check all entities more often at the risk of heavier burden and resource use.
  525. # NEVER set below 1.
  526. mob_removal_speed: 5s
  527.  
  528. # Prevent fly and double block jump cheats.
  529. cheat_protection: 'true'
  530.  
  531. # The amount of time it takes for a protected block to regenerate. Use zero for no delay.
  532. regen_delay: 0s
  533.  
  534.  
  535. ############################################################
  536. # +------------------------------------------------------+ #
  537. # | Wilderness settings | #
  538. # +------------------------------------------------------+ #
  539. ############################################################
  540.  
  541. # These Settings defaults only. They are copied to each worlds data files upon first detection
  542. # To make changes for each world edit the settings in the relevant worlds data file 'plugins/Towny/data/worlds/'
  543.  
  544. unclaimed:
  545. unclaimed_zone_build: 'false'
  546. unclaimed_zone_destroy: 'false'
  547. unclaimed_zone_item_use: 'false'
  548. 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
  549. unclaimed_zone_switch: 'false'
  550.  
  551.  
  552. ############################################################
  553. # +------------------------------------------------------+ #
  554. # | Town Notifications | #
  555. # +------------------------------------------------------+ #
  556. ############################################################
  557.  
  558. # This is the format for the notifications sent as players move between plots.
  559. # Empty a particular format for it to be ignored.
  560.  
  561. # Example:
  562. # [notification.format]
  563. # ~ [notification.area_[wilderness/town]][notification.splitter][notification.[no_]owner][notification.splitter][notification.plot.format]
  564. # ... [notification.plot.format]
  565. # ... [notification.plot.homeblock][notification.plot.splitter][notification.plot.forsale][notification.plot.splitter][notification.plot.type]
  566. # ~ Wak Town - Lord Jebus - [Home] [For Sale: 50 Beli] [Shop]
  567.  
  568. notification:
  569. format: '&6 ~ %s'
  570. splitter: '&7 - '
  571. area_wilderness: '&2%s'
  572. area_town: '&6%s'
  573. owner: '&a%s'
  574. no_owner: '&a%s'
  575. plot:
  576. splitter: ' '
  577. format: '%s'
  578. homeblock: '&b[Home]'
  579. outpostblock: '&b[Outpost]'
  580. forsale: '&e[For Sale: %s]'
  581. type: '&6[%s]'
  582.  
  583.  
  584. ############################################################
  585. # +------------------------------------------------------+ #
  586. # | Default Town/Plot flags | #
  587. # +------------------------------------------------------+ #
  588. ############################################################
  589.  
  590.  
  591. default_perm_flags:
  592.  
  593. # Default permission flags for residents plots within a town
  594. #
  595. # Can allies/friends/outsiders perform certain actions in the town
  596. #
  597. # build - place blocks and other items
  598. # destroy - break blocks and other items
  599. # itemuse - use items such as furnaces (as defined in item_use_ids)
  600. # switch - trigger or activate switches (as defined in switch_ids)
  601. resident:
  602. friend:
  603. build: 'true'
  604. destroy: 'true'
  605. item_use: 'true'
  606. switch: 'true'
  607. ally:
  608. build: 'false'
  609. destroy: 'false'
  610. item_use: 'false'
  611. switch: 'false'
  612. outsider:
  613. build: 'false'
  614. destroy: 'false'
  615. item_use: 'false'
  616. switch: 'false'
  617.  
  618. # Default permission flags for towns
  619. # These are copied into the town data file at creation
  620. #
  621. # Can allies/outsiders/residents perform certain actions in the town
  622. #
  623. # build - place blocks and other items
  624. # destroy - break blocks and other items
  625. # itemuse - use items such as flint and steel or buckets (as defined in item_use_ids)
  626. # switch - trigger or activate switches (as defined in switch_ids)
  627. town:
  628. default:
  629. pvp: 'true'
  630. fire: 'false'
  631. explosion: 'false'
  632. mobs: 'false'
  633. resident:
  634. build: 'true'
  635. destroy: 'true'
  636. item_use: 'true'
  637. switch: 'true'
  638. ally:
  639. build: 'false'
  640. destroy: 'false'
  641. item_use: 'false'
  642. switch: 'false'
  643. outsider:
  644. build: 'false'
  645. destroy: 'false'
  646. item_use: 'false'
  647. switch: 'false'
  648.  
  649.  
  650. ############################################################
  651. # +------------------------------------------------------+ #
  652. # | Resident settings | #
  653. # +------------------------------------------------------+ #
  654. ############################################################
  655.  
  656. resident_settings:
  657. # player is flagged as inactive after 1 hour (default)
  658. inactive_after_time: 1h
  659. # if enabled old residents will be kicked and deleted from a town
  660. # after Two months (default) of not logging in
  661. delete_old_residents:
  662. enable: 'false'
  663. deleted_after_time: 60d
  664. delete_economy_account: 'true'
  665. # The name of the town a resident will automatically join when he first registers.
  666. default_town_name: ''
  667.  
  668.  
  669. ############################################################
  670. # +------------------------------------------------------+ #
  671. # | Economy settings | #
  672. # +------------------------------------------------------+ #
  673. ############################################################
  674.  
  675. economy:
  676.  
  677. spawn_travel:
  678. # Cost to use /town spawn
  679. price_town_spawn_travel: '50.0'
  680. # Cost to use '/town spawn [town]' to another town in your nation.
  681. price_town_nation_spawn_travel: '50.0'
  682. # Cost to use '/town spawn [town]' to another town in a nation that is allied with your nation.
  683. price_town_ally_spawn_travel: '50.0'
  684. # Cost to use /town spawn [town]
  685. # This is paid to the town you goto.
  686. price_town_public_spawn_travel: '50.0'
  687.  
  688. # The daily upkeep to remain neutral during a war. Neutrality will exclude you from a war event, as well as deterring enemies.
  689. price_nation_neutrality: '100.0'
  690.  
  691. new_expand:
  692. # How much it costs to start a nation.
  693. price_new_nation: '100000.0'
  694. # How much it costs to start a town.
  695. price_new_town: '25000.0'
  696. # How much it costs to make an outpost. An outpost isn't limited to being on the edge of town.
  697. price_outpost: '2500.0'
  698. # The price for a town to expand one townblock.
  699. price_claim_townblock: '100.0'
  700. # How much it costs a player to buy extra blocks.
  701. price_purchased_bonus_townblock: '100.0'
  702.  
  703. price_death: '0.0'
  704.  
  705. banks:
  706. # Maximum amount of money allowed in town bank
  707. # Use 0 for no limit
  708. town_bank_cap: '0.0'
  709. # Set to true to allow withdrawls from town banks
  710. town_allow_withdrawls: 'false'
  711. # Maximum amount of money allowed in nation bank
  712. # Use 0 for no limit
  713. nation_bank_cap: '0.0'
  714. # Set to true to allow withdrawls from nation banks
  715. nation_allow_withdrawls: 'true'
  716. closed_economy:
  717. # The name of the account that all money that normally disappears goes into.
  718. server_account: towny-server
  719. # Turn on/off whether all transactions that normally don't have a second party are to be done with a certain account.
  720. # Eg: The money taken during Daily Taxes is just removed. With this on, the amount taken would be funneled into an account.
  721. # This also applies when a player collects money, like when the player is refunded money when a delayed teleport fails.
  722. enabled: 'false'
  723.  
  724. daily_taxes:
  725. # Enables taxes to be collected daily by town/nation
  726. # If a town can't pay it's tax then it is kicked from the nation.
  727. # if a resident can't pay his plot tax he loses his plot.
  728. # if a resident can't pay his town tax then he is kicked from the town.
  729. # if a town or nation fails to pay it's upkeep it is deleted.
  730. enabled: 'true'
  731. # Maximum tax amount allowed when using flat taxes
  732. max_tax_amount: '1000000.0'
  733. # maximum tax percentage allowed when taxing by percentages
  734. max_tax_percent: '25'
  735. # The server's daily charge on each nation. If a nation fails to pay this upkeep
  736. # all of it's member town are kicked and the Nation is removed.
  737. price_nation_upkeep: '500.0'
  738. # The server's daily charge on each town. If a town fails to pay this upkeep
  739. # all of it's residents are kicked and the town is removed.
  740. price_town_upkeep: '50.0'
  741. # Uses total amount of owned plots to determine upkeep instead of the town level (Number of residents)
  742. # calculated by (number of claimed plots X price_town_upkeep).
  743. town_plotbased_upkeep: 'true'
  744. # If enabled and you set a negative upkeep for the town
  745. # any funds the town gains via upkeep at a new day
  746. # will be shared out between the plot owners.
  747. use_plot_payments: 'false'
  748.  
  749.  
  750. ############################################################
  751. # +------------------------------------------------------+ #
  752. # | War settings | #
  753. # +------------------------------------------------------+ #
  754. ############################################################
  755.  
  756. war:
  757. #This setting allows you disable the ability for a nation to pay to remain neutral during a war.
  758. nation_can_be_neutral: 'true'
  759.  
  760.  
  761. ############################################################
  762. # +------------------------------------------------------+ #
  763. # | Economy Transfers During War settings | #
  764. # +------------------------------------------------------+ #
  765. ############################################################
  766.  
  767. economy:
  768. enemy:
  769. # Amount charged to place a warflag (payed to server).
  770. place_flag: '10'
  771. # Amount payed from the flagbearer to the defender after defending the area.
  772. defended_attack: '10'
  773. # Defending town pays attaking flagbearer. If a negative (attacker pays defending town),
  774. # and the attacker can't pay, the attack is canceled.
  775. townblock_won: '10'
  776. # Same as townblock_won but for the special case of winning the homeblock.
  777. homeblock_won: '100'
  778.  
  779.  
  780. ############################################################
  781. # +------------------------------------------------------+ #
  782. # | War Event settings | #
  783. # +------------------------------------------------------+ #
  784. ############################################################
  785.  
  786. # This is started with /townyadmnin toggle war
  787.  
  788. # In peace time War spoils are accumulated from towns and nations being
  789. # deleted with any money left in the bank.
  790. #
  791. # These funds are increased during a war event upon a player death.
  792. # An additional bonus to the war chest is set in base_spoils.
  793. #
  794. # During the event a town losing a townblock pays the wartime_town_block_loss_price to the attacking town.
  795. # The war is won when the only nations left in the battle are allies, or only a single nation.
  796. #
  797. # The winning nations share half of the war spoils.
  798. # The remaining half is paid to the town which took the most town blocks, and lost the least.
  799.  
  800. event:
  801. warning_delay: '30'
  802. #If false all towns not in nations can be attacked during a war event.
  803. towns_are_neutral: 'true'
  804.  
  805. # If true and the monarch/king dies the nation is removed from the war.
  806. remove_on_monarch_death: 'true'
  807. # If enabled players will be able to break/place blocks in enemy plots during a war.
  808. allow_block_griefing: 'false'
  809.  
  810. # A townblock takes damage every 5 seconds that an enemy is stood in it.
  811. block_hp:
  812. town_block_hp: '60'
  813. home_block_hp: '120'
  814.  
  815. eco:
  816. # This amount is new money injected into the economy with a war event.
  817. base_spoils: '5000.0'
  818. # This amount is taken from the losing town for each plot lost.
  819. wartime_town_block_loss_price: '100.0'
  820. # This amount is taken from the player if they die during the event
  821. price_death_wartime: '100.0'
  822.  
  823. points:
  824. points_townblock: '1'
  825. points_town: '10'
  826. points_nation: '100'
  827. points_kill: '1'
  828.  
  829. # The minimum height at which a player must stand to count as an attacker.
  830. min_height: '60'
  831.  
  832. ############################################################
  833. # +------------------------------------------------------+ #
  834. # | Flag war settings | #
  835. # +------------------------------------------------------+ #
  836. ############################################################
  837.  
  838. enemy:
  839. # If false, players won't be able to place war flags, effectively disabling warzones.
  840. allow_attacks: 'false'
  841. # If true, enemy's can only attack the edge plots of a town with war flags.
  842. only_attack_borders: 'true'
  843. # This many people must be online in target town in order to place a war flag in their domain.
  844. min_players_online_in_town: '2'
  845. # This many people must be online in target nation in order to place a war flag in their domain.
  846. min_players_online_in_nation: '3'
  847. max_active_flags_per_player: '1'
  848. flag:
  849. waiting_time: 1m
  850. # This is the block a player must place to trigger the attack event.
  851. base_block: fence
  852. # This is the block a player must place to trigger the attack event.
  853. light_block: torch
  854. beacon:
  855. # Must be smaller than half the size of town_block_size.
  856. radius: '3'
  857. # The range the beacon will be drawn in. It's flexibility is in case the flag is close to the height limit.
  858. # If a flag is too close to the height limit (lower than the minimum), it will not be drawn.
  859. height_above_flag:
  860. min: '3'
  861. max: '64'
  862. draw: 'true'
  863. wireframe_block: glowstone
  864. ############################################################
  865. # +------------------------------------------------------+ #
  866. # | Warzone Block Permissions | #
  867. # +------------------------------------------------------+ #
  868. ############################################################
  869.  
  870. warzone:
  871. # List of materaials that can be modified in a warzone.
  872. # '*' = Allow all materials.
  873. # Prepend a '-' in front of a material to remove it. Used in conjunction with when you use '*'.
  874. # Eg: '*,-chest,-furnace'
  875. editable_materials: tnt,fence,ladder,wood_door,iron_door,fire
  876. item_use: 'true'
  877. switch: 'true'
  878. # Add '-fire' to editable materials for complete protection when setting is false. This prevents fire to be created and spread.
  879. fire: 'true'
  880. explosions: 'true'
  881. explosions_break_blocks: 'true'
  882. # TODO: Blocks will not regen as of yet. Stay tuned for later changes.
  883. # Only under affect when explosions_break_blocks is true.
  884. explosions_regen_blocks: 'true'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement