Advertisement
Wolf2323

Untitled

Jan 3rd, 2018
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.16 KB | None | 0 0
  1.  
  2. version:
  3. # This is the current version of Towny. Please do not edit.
  4. version: 0.92.0.2
  5. # This is for showing the changelog on updates. Please do not edit.
  6. last_run_version: 0.92.0.2
  7. # Minimum required version of CraftBukkit. Please do not edit.
  8. bukkit_version: '2918'
  9.  
  10. # The language file you wish to use
  11. language: german.yml
  12.  
  13. ############################################################
  14. # +------------------------------------------------------+ #
  15. # | Permission nodes | #
  16. # +------------------------------------------------------+ #
  17. ############################################################
  18.  
  19. # Possible permission nodes
  20. #
  21. # 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.
  22. # towny.cheat.bypass : User is able to use any fly mods and double block jump (disables towny cheat protection for this user).
  23. # towny.top : User can access the command towny top
  24. # towny.town.* : User has access to all town permission nodes.
  25. # towny.town.new :User is able to create a town
  26. # towny.town.delete :User is able to delete their town
  27. # towny.town.claim : User is able to expand his town with /town claim
  28. # towny.town.plot : User is able to use the /plot commands
  29. # towny.town.resident : User is able to join towns upon invite.
  30. # towny.town.toggle.*: User can access all town toggle commands (if a mayor or assistant).
  31. # towny.town.toggle.pvp
  32. # towny.town.toggle.public
  33. # towny.town.toggle.explosions
  34. # towny.town.toggle.fire
  35. # towny.town.toggle.mobs
  36. # towny.nation.* : User has access to all town permission nodes.
  37. # towny.nation.new :User is able to create a nation
  38. # towny.nation.delete :User is able to delete their nation (if king)
  39. # towny.nation.rename :User is able to rename their nation (if king/assistant)
  40. # towny.nation.grant-titles :User is able to grant titles/surnames to the nation residents (if King)
  41. # towny.wild.*: User is able to build/destroy in wild regardless.
  42. # towny.wild.build
  43. # towny.wild.destroy
  44. # towny.wild.switch
  45. # towny.wild.item_use
  46. # towny.wild.block.[block id].* : User is able to edit [block id] in the wild.
  47. # towny.wild.build.[block id]
  48. # towny.wild.destroy.[block id]
  49. # towny.wild.switch.[block id]
  50. # towny.wild.item_use.[block id]
  51. #
  52. # towny.claimed.* : User can build/destroy/switch/item_use in all towns.
  53. # towny.claimed.build : User can build in all towns.
  54. # towny.claimed.destroy : User can destroy in all towns.
  55. # towny.claimed.switch : User can switch in all towns.
  56. # towny.claimed.item_use : User can use use items in all towns.
  57. # towny.claimed.alltown.* : User is able to edit specified/all block types in all towns.
  58. # towny.claimed.alltown.build.[block id]
  59. # towny.claimed.alltown.destroy.[block id]
  60. # towny.claimed.alltown.switch.[block id] : User can switch specified/all block types in all towns.
  61. # towny.claimed.alltown.item_use.[block id]
  62. # towny.claimed.owntown.* : User is able to edit specified/all block types in their own town (ALL plots, including resident owned).
  63. # towny.claimed.owntown.build.[block id]
  64. # towny.claimed.owntown.destroy.[block id] : (handy to allow clearing of snow '78')
  65. # towny.claimed.owntown.switch.[block id]
  66. # towny.claimed.owntown.item_use.[block id]
  67. # towny.claimed.townowned.* : User is able to edit specified/all block types in their towns owned plots (Town only, not resident owned).
  68. # towny.claimed.townowned.build.[block id]
  69. # towny.claimed.townowned.destroy.[block id] : (handy to allow clearing of snow '78' on town owned roads/plots)
  70. # towny.claimed.townowned.switch.[block id]
  71. # towny.claimed.townowned.item_use.[block id]
  72. #
  73. # towny.town.spawn.*: Grants all Spawn travel nodes
  74. # towny.town.spawn.town : Ability to spawn to your own town.
  75. # towny.town.spawn.nation : Ability to spawn to other towns in your nation.
  76. # towny.town.spawn.ally : Ability to spawn to towns in nations allied with yours.
  77. # towny.town.spawn.public : Ability to spawn to unaffilated public towns.
  78. #
  79. # these will be moved to permissions nodes at a later date
  80. permissions: ''
  81.  
  82. ############################################################
  83. # +------------------------------------------------------+ #
  84. # | Town and Nation levels | #
  85. # +------------------------------------------------------+ #
  86. ############################################################
  87.  
  88. levels:
  89.  
  90. # default Town levels.
  91. town_level:
  92. - numResidents: 0
  93. namePostfix: ' Ruine'
  94. mayorPrefix: 'Geist '
  95. namePrefix: ''
  96. mayorPostfix: ''
  97. townBlockLimit: 1
  98. upkeepModifier: 1.0
  99. - numResidents: 1
  100. namePostfix: ' (Gehöft)'
  101. mayorPrefix: 'Einsiedler '
  102. namePrefix: ''
  103. mayorPostfix: ''
  104. townBlockLimit: 3
  105. upkeepModifier: 1.0
  106. - numResidents: 2
  107. namePostfix: ' (Hof)'
  108. mayorPrefix: 'Herr '
  109. namePrefix: ''
  110. mayorPostfix: ''
  111. townBlockLimit: 7
  112. upkeepModifier: 1.0
  113. - numResidents: 6
  114. namePostfix: ' (Ansiedlung)'
  115. mayorPrefix: 'Freiherr '
  116. namePrefix: ''
  117. mayorPostfix: ''
  118. townBlockLimit: 16
  119. upkeepModifier: 1.0
  120. - numResidents: 10
  121. namePostfix: ' (Siedlung)'
  122. mayorPrefix: 'Graf '
  123. namePrefix: ''
  124. mayorPostfix: ''
  125. townBlockLimit: 26
  126. upkeepModifier: 1.25
  127. - numResidents: 14
  128. namePostfix: ' (Dorf)'
  129. mayorPrefix: 'Fürst '
  130. namePrefix: ''
  131. mayorPostfix: ''
  132. townBlockLimit: 35
  133. upkeepModifier: 1.5
  134. - numResidents: 20
  135. namePostfix: ' (Kleinstadt)'
  136. mayorPrefix: 'Landgraf '
  137. namePrefix: ''
  138. mayorPostfix: ''
  139. townBlockLimit: 48
  140. upkeepModifier: 1.75
  141. - numResidents: 25
  142. namePostfix: ' (Stadt)'
  143. mayorPrefix: 'Herzog '
  144. namePrefix: ''
  145. mayorPostfix: ''
  146. townBlockLimit: 59
  147. upkeepModifier: 2.0
  148. - numResidents: 30
  149. namePostfix: ' (Großstadt)'
  150. mayorPrefix: 'Großherzog '
  151. namePrefix: ''
  152. mayorPostfix: ''
  153. townBlockLimit: 70
  154. upkeepModifier: 2.5
  155.  
  156. # default Nation levels.
  157. nation_level:
  158. - kingPostfix: ''
  159. numResidents: 0
  160. namePostfix: ' (Bund)'
  161. townBlockLimitBonus: 0
  162. namePrefix: 'Bund von '
  163. capitalPostfix: ''
  164. upkeepModifier: 1.0
  165. kingPrefix: 'Oberhaupt '
  166. capitalPrefix: Hauptstadt
  167. - kingPostfix: ''
  168. numResidents: 10
  169. namePostfix: ' (Bund)'
  170. townBlockLimitBonus: 6
  171. namePrefix: 'Bund von '
  172. capitalPostfix: ''
  173. upkeepModifier: 1.25
  174. kingPrefix: 'Leiter '
  175. capitalPrefix: Hauptstadt
  176. - kingPostfix: ''
  177. numResidents: 20
  178. namePostfix: ' (Vereinigung)'
  179. townBlockLimitBonus: 13
  180. namePrefix: 'Vereinigung von '
  181. capitalPostfix: ''
  182. upkeepModifier: 1.5
  183. kingPrefix: 'Anführer '
  184. capitalPrefix: Hauptstadt
  185. - kingPostfix: ''
  186. numResidents: 30
  187. namePostfix: ' (Vereinigung)'
  188. townBlockLimitBonus: 20
  189. namePrefix: 'Vereinigung von '
  190. capitalPostfix: ''
  191. upkeepModifier: 1.75
  192. kingPrefix: 'Herrscher '
  193. capitalPrefix: Hauptstadt
  194. - kingPostfix: ''
  195. numResidents: 40
  196. namePostfix: ' Reich'
  197. townBlockLimitBonus: 25
  198. namePrefix: 'Reich von '
  199. capitalPostfix: ''
  200. upkeepModifier: 2.0
  201. kingPrefix: 'König '
  202. capitalPrefix: Hauptstadt
  203. - kingPostfix: ''
  204. numResidents: 60
  205. namePostfix: ' Kaiserreich'
  206. townBlockLimitBonus: 40
  207. namePrefix: 'Kaiserreich von '
  208. capitalPostfix: ''
  209. upkeepModifier: 2.5
  210. kingPrefix: 'Kaiser '
  211. capitalPrefix: Hauptstadt
  212.  
  213. ############################################################
  214. # +------------------------------------------------------+ #
  215. # | Town Claim/new defaults | #
  216. # +------------------------------------------------------+ #
  217. ############################################################
  218.  
  219. town:
  220. # Default public status of the town (used for /town spawn)
  221. default_public: 'false'
  222. # Default Open status of the town (are new towns open and joinable by anyone at creation?)
  223. default_open: 'false'
  224. # Default tax settings for new towns.
  225. default_taxes:
  226. # Default amount of tax of a new town. This must be lower than the economy.daily_taxes.max_tax_percent setting.
  227. tax: '0.0'
  228. # Default amount of shop tax of a new town.
  229. shop_tax: '0.0'
  230. # Default amount of embassy tax of a new town.
  231. embassy_tax: '0.0'
  232. # Default amount for town's plottax costs.
  233. plot_tax: '0.0'
  234. # Default status of new town's taxpercentage. True means that the default_tax is treated as a percentage instead of a fixed amount.
  235. taxpercentage: 'false'
  236. # A required minimum tax amount for the default_tax, will not change any towns which already have a tax set.
  237. # Do not forget to set the default_tax to more than 0 or new towns will still begin with a tax of zero.
  238. minimumtax: '0.0'
  239. # Limits the maximum amount of bonus blocks a town can buy.
  240. max_purchased_blocks: '100'
  241. # maximum number of plots any single resident can own
  242. max_plots_per_resident: '10'
  243. # maximum number used in /town claim/unclaim # commands.
  244. # set to 0 to disable limiting of claim radius value check.
  245. # keep in mind that the default value of 4 is a radius,
  246. # and it will allow claiming 9x9 (80 plots) at once.
  247. max_claim_radius_value: '4'
  248. # Maximum number of towns allowed on the server.
  249. town_limit: '0'
  250.  
  251. # Minimum number of plots any towns plot must be from the next town's own plots.
  252. # This will prevent town encasement to a certain degree.
  253. min_plot_distance_from_town_plot: '5'
  254.  
  255. # Minimum number of plots any towns home plot must be from the next town.
  256. # This will prevent someone founding a town right on your doorstep
  257. min_distance_from_town_homeblock: '10'
  258.  
  259. # Maximum distance between homblocks.
  260. # This will force players to build close together.
  261. max_distance_between_homeblocks: '100'
  262.  
  263. # The maximum townblocks available to a town is (numResidents * ratio).
  264. # Setting this value to 0 will instead use the level based jump values determined in the town level config.
  265. town_block_ratio: '3'
  266. # The size of the square grid cell. Changing this value is suggested only when you first install Towny.
  267. # Doing so after entering data will shift things unwantedly. Using smaller value will allow higher precision,
  268. # at the cost of more work setting up. Also, extremely small values will render the caching done useless.
  269. # Each cell is (town_block_size * town_block_size * 128) in size, with 128 being from bedrock to clouds.
  270. town_block_size: '16'
  271.  
  272.  
  273. ############################################################
  274. # +------------------------------------------------------+ #
  275. # | Default new world settings | #
  276. # +------------------------------------------------------+ #
  277. ############################################################
  278.  
  279. # These flags are only used at the initial setup of a new world.
  280.  
  281. # Once Towny is running each world can be altered from within game
  282. # using '/townyworld toggle'
  283.  
  284. new_world_settings:
  285. # Default for new worlds to have towny enabled.
  286. using_towny: 'false'
  287.  
  288. pvp:
  289. # Set if PVP is enabled in this world
  290. world_pvp: 'true'
  291. # force_pvp_on is a global flag and overrides any towns flag setting
  292. force_pvp_on: 'true'
  293.  
  294. mobs:
  295. # world_monsters_on is a global flag setting per world.
  296. world_monsters_on: 'true'
  297. # force_town_monsters_on is a global flag and overrides any towns flag setting
  298. force_town_monsters_on: 'false'
  299.  
  300. explosions:
  301. # Allow explosions in this world
  302. world_explosions_enabled: 'true'
  303. # force_explosions_on is a global flag and overrides any towns flag setting
  304. force_explosions_on: 'false'
  305.  
  306. fire:
  307. # Allow fire to be lit and spread in this world.
  308. world_firespread_enabled: 'true'
  309. # force_fire_on is a global flag and overrides any towns flag setting
  310. force_fire_on: 'false'
  311.  
  312. # Prevent Endermen from picking up and placing blocks.
  313. enderman_protect: 'true'
  314. # Disable players trampling crops
  315. disable_player_crop_trampling: 'true'
  316. # Disable creatures trampling crops
  317. disable_creature_crop_trampling: 'true'
  318.  
  319. # World management settings to deal with un/claiming plots
  320. plot_management:
  321.  
  322. block_delete:
  323. enabled: 'false'
  324. # These items will be deleted upon a plot being unclaimed
  325. unclaim_delete: 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
  326.  
  327. mayor_plotblock_delete:
  328. enabled: 'false'
  329. # These items will be deleted upon a mayor using /plot clear
  330. # To disable deleting replace the current entries with NONE.
  331. mayor_plot_delete: WALL_SIGN,SIGN_POST
  332.  
  333. revert_on_unclaim:
  334. # *** WARNING***
  335. # If this is enabled any town plots which become unclaimed will
  336. # slowly be reverted to a snapshot taken before the plot was claimed.
  337. #
  338. # Regeneration will only work if the plot was
  339. # claimed under version 0.76.2, or
  340. # later with this feature enabled
  341. # Unlike the rest of this config section, the speed setting is not
  342. # set per-world. What you set for speed will be used in all worlds.
  343. #
  344. # If you allow players to break/build in the wild the snapshot will
  345. # include any changes made before the plot was claimed.
  346. enabled: 'false'
  347. speed: 1s
  348. # These block types will NOT be regenerated
  349. block_ignore: GOLD_ORE,LAPIS_ORE,LAPIS_BLOCK,GOLD_BLOCK,IRON_BLOCK,MOSSY_COBBLESTONE,TORCH,MOB_SPAWNER,DIAMOND_ORE,DIAMOND_BLOCK,SIGN_POST,WALL_SIGN,GLOWSTONE
  350.  
  351. wild_revert_on_mob_explosion:
  352. # Enabling this will slowly regenerate holes created in the
  353. # wilderness by monsters exploding.
  354. enabled: 'true'
  355. entities: Creeper,EnderCrystal,EnderDragon,Fireball,SmallFireball,LargeFireball
  356. delay: 300s
  357.  
  358.  
  359. ############################################################
  360. # +------------------------------------------------------+ #
  361. # | Global town settings | #
  362. # +------------------------------------------------------+ #
  363. ############################################################
  364.  
  365. global_town_settings:
  366. # can residents/Allies harm other residents when in an area with pvp enabled? Other than an Arena plot.
  367. friendly_fire: 'true'
  368. # Players within their town or allied towns will regenerate half a heart after every health_regen_speed seconds.
  369. health_regen:
  370. speed: 3s
  371. enable: 'true'
  372. # Allow towns to claim outposts (a townblock not connected to town).
  373. allow_outposts: 'true'
  374. # Allow the use of /town spawn
  375. allow_town_spawn: 'true'
  376. # Allow regular residents to use /town spawn [town] (TP to other towns if they are public).
  377. allow_town_spawn_travel: 'false'
  378. # Allow regular residents to use /town spawn [town] to other towns in your nation.
  379. allow_town_spawn_travel_nation: 'false'
  380. # Allow regular residents to use /town spawn [town] to other towns in a nation allied with your nation.
  381. allow_town_spawn_travel_ally: 'false'
  382. # If non zero it delays any spawn request by x seconds.
  383. teleport_warmup_time: '10'
  384. # Respawn the player at his town spawn point when he/she dies
  385. town_respawn: 'true'
  386. # Town respawn only happens when the player dies in the same world as the town's spawn point.
  387. town_respawn_same_world_only: 'false'
  388. # Prevent players from using /town spawn while within unclaimed areas and/or enemy/neutral towns.
  389. # Allowed options: unclaimed,enemy,neutral
  390. prevent_town_spawn_in: enemy
  391. # Enables the [~Home] message.
  392. # If false it will make it harder for enemies to find the home block during a war
  393. show_town_notifications: 'true'
  394. # The required number of residents in a town to join a nation
  395. # If the number is 0, towns will not require a certain amount of residents to join a nation
  396. required_number_residents_join_nation: '6'
  397. # The required number of residents in a town to create a nation
  398. # If the number is 0, towns will not require a certain amount of residents to create a nation
  399. required_number_residents_create_nation: '10'
  400. # If set to true, if a nation is disbanded due to a lack of residents, the capital will be refunded the cost of nation creation.
  401. refund_disband_low_residents: 'false'
  402. # The maximum number of townblocks a town can be away from a nation capital,
  403. # Automatically precludes towns from one world joining a nation in another world.
  404. # If the number is 0, towns will not a proximity to a nation.
  405. nation_requires_proximity: '500.0'
  406. # List of blocks which can be modified on farm plots, as long as player is also allowed in the plot's '/plot perm' line.
  407. farm_plot_allow_blocks: LONG_GRASS,DOUBLE_PLANT,YELLOW_FLOWER,RED_ROSE,PUMPKIN_STEM,MELON_STEM,BEETROOT_BLOCK,CARROT,POTATO,CROPS,MELON_BLOCK,PUMPKIN,BEETROOT_BLOCK,CHORUS_PLANT,CHORUS_FLOWER
  408. # List of animals which can be kiled on farm plots by town residents.
  409. farm_animals: PIG,COW,CHICKEN,SHEEP,MOOSHROOM
  410. # The maximum number of residents that can be joined to a town. Setting to 0 disables this feature.
  411. max_residents_per_town: '0'
  412. # If Towny should show players the townboard when they login
  413. display_board_onlogin: 'true'
  414. # If set to true, Towny will prevent a town from toggling PVP while an outsider is within the town's boundaries.
  415. # When active this feature can cause a bit of lag when the /t toggle pvp command is used, depending on how many players are online.
  416. outsiders_prevent_pvp_toggle: 'false'
  417. # The amount of residents a town needs to claim an outpost,
  418. # Setting this value to 0, means a town can claim outposts no matter how many residents
  419. minimum_amount_of_residents_in_town_for_outpost: '10'
  420.  
  421.  
  422. ############################################################
  423. # +------------------------------------------------------+ #
  424. # | Plugin interfacing | #
  425. # +------------------------------------------------------+ #
  426. ############################################################
  427.  
  428. plugin:
  429.  
  430. # Valid load and save types are: flatfile, mysql, sqlite, h2.
  431. database:
  432. database_load: flatfile
  433. database_save: flatfile
  434.  
  435. # SQL database connection details (IF set to use SQL).
  436. sql:
  437. hostname: ********
  438. port: '3306'
  439. dbname: ********
  440. table_prefix: towny_
  441. username: ********
  442. password: ********
  443. ssl: 'false'
  444.  
  445. # Flatfile backup settings.
  446. daily_backups: 'true'
  447. backups_are_deleted_after: 60d
  448.  
  449. # Valid entries are: zip, none.
  450. flatfile_backup: zip
  451.  
  452. interfacing:
  453.  
  454. tekkit:
  455. # Add any fake players for client/server mods (aka Tekkit) here
  456. fake_residents: '[IndustrialCraft],[BuildCraft],[Redpower],[Forestry],[Turtle]'
  457.  
  458. # Enable using_essentials if you are using cooldowns in essentials for teleports.
  459. using_essentials: 'false'
  460.  
  461. # This will attempt to use Register (if present)
  462. # Then it will attempt to access iConomy 5.01 directly
  463. # Enable if you have either iConomy 5.01, or Register.jar to
  464. # support: iConomy5, iConomy6, EssentialsEco, BOSEconomy.
  465. # https://github.com/iConomy/Register/tree/master/dist
  466. using_economy: 'true'
  467.  
  468. # Enable using_questioner if you are using questioner to send/receive invites to towns/nations.
  469. # See http://code.google.com/a/eclipselabs.org/p/towny/wiki/Questioner for more info.
  470. using_questioner:
  471. enable: 'true'
  472. # The command to accept invitations.
  473. accept: accept
  474. # The command to refuse invitations.
  475. deny: deny
  476. # When set for more than 0m, the amount of time (in minutes) which must have passed between
  477. # a player's first log in and when they can be invited to a town.
  478. cooldowntime: 10m
  479.  
  480. # True to attempt to use GroupManager, PEX, bPermissions, Permissions2/3 or BukkitPerms
  481. # False to disable permission checks and rely on Towny settings.
  482. using_permissions: 'true'
  483.  
  484. day_timer:
  485. # The number of hours in each "day".
  486. # You can configure for 10 hour days. Default is 24 hours.
  487. day_interval: 1d
  488. # The time each "day", when taxes will be collected.
  489. # MUST be less than day_interval. Default is 12h (midday).
  490. new_day_time: 18h
  491.  
  492. # Lots of messages to tell you what's going on in the server with time taken for events.
  493. debug_mode: 'false'
  494.  
  495. # Info tool for server admins to use to query in game blocks and entities.
  496. info_tool: CLAY_BRICK
  497.  
  498. # Spams the player named in dev_name with all messages related to towny.
  499. dev_mode:
  500. enable: 'false'
  501. dev_name: Wolf2323
  502.  
  503. # Record all messages to the towny.log
  504. logging: 'true'
  505. # If true this will cause the log to be wiped at every startup.
  506. reset_log_on_boot: 'true'
  507.  
  508.  
  509. ############################################################
  510. # +------------------------------------------------------+ #
  511. # | Filters colour and chat | #
  512. # +------------------------------------------------------+ #
  513. ############################################################
  514.  
  515. filters_colour_chat:
  516. # This is the name given to any NPC assigned mayor.
  517. npc_prefix: NPC
  518. # Regex fields used in validating inputs.
  519. regex:
  520. name_filter_regex: '[ /]'
  521. name_check_regex: ^[a-zA-Z0-9._\[\]-]*$
  522. string_check_regex: ^[a-zA-Z0-9\s._\[\]-]*$
  523. name_remove_regex: '[^a-zA-Z0-9._\[\]-]'
  524.  
  525. modify_chat:
  526. # Maximum length of Town and Nation names.
  527. max_name_length: '20'
  528. # Maximum length of titles and surnames.
  529. max_title_length: '10'
  530.  
  531.  
  532. ############################################################
  533. # +------------------------------------------------------+ #
  534. # | block/item/mob protection | #
  535. # +------------------------------------------------------+ #
  536. ############################################################
  537.  
  538. protection:
  539.  
  540. # Items that can be blocked within towns via town/plot flags
  541. # 259 - flint and steel
  542. # 325 - bucket
  543. # 326 - water bucket
  544. # 327 - lava bucket
  545. # 351 - bone/bonemeal
  546. # 359 - shears
  547. # 368 - ender pearl
  548. # 374 - glass bottle
  549. # 385 - fire charge
  550. item_use_ids: FLINT_AND_STEEL,BUCKET,WATER_BUCKET,LAVA_BUCKET,MINECART,STORAGE_MINECART,INK_SACK,SHEARS,ENDER_PEARL,GLASS_BOTTLE,FIREBALL,ARMOR_STAND,SKULL_ITEM
  551.  
  552. # Items which can be blocked or enabled via town/plot flags
  553. # 25 - noteblock
  554. # 54 - chest ...etc
  555. switch_ids: DISPENSER,NOTE_BLOCK,CHEST,FURNACE,BURNING_FURNACE,WOODEN_DOOR,ACACIA_DOOR,DARK_OAK_DOOR,JUNGLE_DOOR,BIRCH_DOOR,SPRUCE_DOOR,LEVER,STONE_PLATE,IRON_DOOR_BLOCK,WOOD_PLATE,STONE_BUTTON,TRAP_DOOR,JUKEBOX,DIODE_BLOCK_OFF,DIODE_BLOCK_ON,FENCE_GATE,SPRUCE_FENCE_GATE,BIRCH_FENCE_GATE,JUNGLE_FENCE_GATE,DARK_OAK_FENCE_GATE,ACACIA_FENCE_GATE,TRAPPED_CHEST,GOLD_PLATE,IRON_PLATE,REDSTONE_COMPARATOR_OFF,REDSTONE_COMPARATOR_ON,BEACON,HOPPER,DROPPER,MINECART,STORAGE_MINECART,POWERED_MINECART,CARROT_STICK,EXPLOSIVE_MINECART,HOPPER_MINECART,WHITE_SHULKER_BOX,ORANGE_SHULKER_BOX,MAGENTA_SHULKER_BOX,LIGHT_BLUE_SHULKER_BOX,YELLOW_SHULKER_BOX,LIME_SHULKER_BOX,PINK_SHULKER_BOX,GRAY_SHULKER_BOX,SILVER_SHULKER_BOX,CYAN_SHULKER_BOX,PURPLE_SHULKER_BOX,BLUE_SHULKER_BOX,BROWN_SHULKER_BOX,GREEN_SHULKER_BOX,RED_SHULKER_BOX,BLACK_SHULKER_BOX
  556.  
  557. # permitted entities https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/LivingEntity.htmll
  558. # Animals, Chicken, Cow, Creature, Creeper, Flying, Ghast, Giant, Monster, Pig,
  559. # PigZombie, Sheep, Skeleton, Slime, Spider, Squid, WaterMob, Wolf, Zombie, Shulker
  560. # Husk, Stray, SkeletonHorse, ZombieHorse, Vex, Vindicator, Evoker, Endermite, PolarBear
  561.  
  562. # Remove living entities within a town's boundaries, if the town has the mob removal flag set.
  563. town_mob_removal_entities: Monster,WaterMob,Flying,Slime,Shulker,SkeletonHorse,ZombieHorse
  564.  
  565. # Prevent the spawning of villager babies in towns.
  566. town_prevent_villager_breeding: 'true'
  567. # Disable creatures triggering stone pressure plates
  568. disable_creature_pressureplate_stone: 'true'
  569.  
  570. # Globally remove living entities in all worlds that have their flag set.
  571. world_mob_removal_entities: Monster,WaterMob,Flying,Slime
  572.  
  573. # Prevent the spawning of villager babies in the world.
  574. world_prevent_villager_breeding: 'true'
  575.  
  576. # The maximum amount of time a mob could be inside a town's boundaries before being sent to the void.
  577. # Lower values will check all entities more often at the risk of heavier burden and resource use.
  578. # NEVER set below 1.
  579. mob_removal_speed: 0s
  580.  
  581. # permitted entities http://jd.bukkit.org/apidocs/org/bukkit/entity/package-summary.html
  582. # Animals, Chicken, Cow, Creature, Creeper, Flying, Ghast, Giant, Monster, Pig,
  583. # PigZombie, Sheep, Skeleton, Slime, Spider, Squid, WaterMob, Wolf, Zombie
  584.  
  585. # Protect living entities within a town's boundaries from being killed by players.
  586. mob_types: Animals,NPC,Snowman,ArmorStand
  587.  
  588. # permitted Potion Types http://jd.bukkit.org/apidocs/org/bukkit/potion/PotionType.html
  589. # ABSORPTION, BLINDNESS, CONFUSION, DAMAGE_RESISTANCE, FAST_DIGGING, FIRE_RESISTANCE, HARM, HEAL, HEALTH_BOOST, HUNGER,
  590. # INCREASE_DAMAGE, INVISIBILITY, JUMP, NIGHT_VISION, POISON, REGENERATION, SATURATION, SLOW , SLOW_DIGGING,
  591. # SPEED, WATER_BREATHING, WEAKNESS, WITHER.
  592.  
  593. # When preventing PVP prevent the use of these potions.
  594. potion_types: BLINDNESS,CONFUSION,HARM,HUNGER,POISON,SLOW,SLOW_DIGGING,WEAKNESS,WITHER
  595.  
  596. # Prevent fly and double block jump cheats.
  597. cheat_protection: 'true'
  598.  
  599. # The amount of time it takes for a protected block to regenerate. Use zero for no delay.
  600. regen_delay: 0s
  601.  
  602.  
  603. ############################################################
  604. # +------------------------------------------------------+ #
  605. # | Wilderness settings | #
  606. # +------------------------------------------------------+ #
  607. ############################################################
  608.  
  609. # These Settings defaults only. They are copied to each worlds data files upon first detection
  610. # To make changes for each world edit the settings in the relevant worlds data file 'plugins/Towny/data/worlds/'
  611.  
  612. unclaimed:
  613. unclaimed_zone_build: 'true'
  614. unclaimed_zone_destroy: 'true'
  615. unclaimed_zone_item_use: 'true'
  616. unclaimed_zone_ignore: 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
  617. unclaimed_zone_switch: 'true'
  618.  
  619.  
  620. ############################################################
  621. # +------------------------------------------------------+ #
  622. # | Town Notifications | #
  623. # +------------------------------------------------------+ #
  624. ############################################################
  625.  
  626. # This is the format for the notifications sent as players move between plots.
  627. # Empty a particular format for it to be ignored.
  628.  
  629. # Example:
  630. # [notification.format]
  631. # ~ [notification.area_[wilderness/town]][notification.splitter][notification.[no_]owner][notification.splitter][notification.plot.format]
  632. # ... [notification.plot.format]
  633. # ... [notification.plot.homeblock][notification.plot.splitter][notification.plot.forsale][notification.plot.splitter][notification.plot.type]
  634. # ~ Wak Town - Lord Jebus - [Home] [For Sale: 50 Beli] [Shop]
  635.  
  636. notification:
  637. format: '&6 ~ %s'
  638. splitter: '&7 - '
  639. area_wilderness: '&2%s'
  640. area_wilderness_pvp: '%s'
  641. area_town: '&6%s'
  642. area_town_pvp: '%s'
  643. owner: '&a%s'
  644. no_owner: '&a%s'
  645. plot:
  646. splitter: ' '
  647. format: '%s'
  648. homeblock: '&b[Home]'
  649. outpostblock: '&b[Outpost]'
  650. forsale: '&e[Zu Verkaufen: %s]'
  651. type: '&6[%s]'
  652. # If set to true MC's Title and Subtitle feature will be used when crossing into a town.
  653. # Could be seen as intrusive/distracting, so false by default.
  654. using_titles: 'true'
  655. # If the notification.owner option should show name or {title} name.
  656. # Titles are the ones granted by nation kings.
  657. owner_shows_nation_title: 'false'
  658.  
  659.  
  660.  
  661. ############################################################
  662. # +------------------------------------------------------+ #
  663. # | Default Town/Plot flags | #
  664. # +------------------------------------------------------+ #
  665. ############################################################
  666.  
  667.  
  668. default_perm_flags:
  669.  
  670. # Default permission flags for residents plots within a town
  671. #
  672. # Can allies/friends/outsiders perform certain actions in the town
  673. #
  674. # build - place blocks and other items
  675. # destroy - break blocks and other items
  676. # itemuse - use items such as furnaces (as defined in item_use_ids)
  677. # switch - trigger or activate switches (as defined in switch_ids)
  678. resident:
  679. friend:
  680. build: 'false'
  681. destroy: 'false'
  682. item_use: 'false'
  683. switch: 'false'
  684. ally:
  685. build: 'false'
  686. destroy: 'false'
  687. item_use: 'false'
  688. switch: 'false'
  689. outsider:
  690. build: 'false'
  691. destroy: 'false'
  692. item_use: 'false'
  693. switch: 'false'
  694.  
  695. # Default permission flags for towns
  696. # These are copied into the town data file at creation
  697. #
  698. # Can allies/outsiders/residents perform certain actions in the town
  699. #
  700. # build - place blocks and other items
  701. # destroy - break blocks and other items
  702. # itemuse - use items such as flint and steel or buckets (as defined in item_use_ids)
  703. # switch - trigger or activate switches (as defined in switch_ids)
  704. town:
  705. default:
  706. pvp: 'true'
  707. fire: 'false'
  708. explosion: 'false'
  709. mobs: 'false'
  710. resident:
  711. build: 'true'
  712. destroy: 'true'
  713. item_use: 'true'
  714. switch: 'true'
  715. ally:
  716. build: 'false'
  717. destroy: 'false'
  718. item_use: 'false'
  719. switch: 'false'
  720. outsider:
  721. build: 'false'
  722. destroy: 'false'
  723. item_use: 'false'
  724. switch: 'false'
  725.  
  726.  
  727. ############################################################
  728. # +------------------------------------------------------+ #
  729. # | Resident settings | #
  730. # +------------------------------------------------------+ #
  731. ############################################################
  732.  
  733. resident_settings:
  734. # player is flagged as inactive after 1 hour (default)
  735. inactive_after_time: 1h
  736. # if enabled old residents will be kicked and deleted from a town
  737. # after Two months (default) of not logging in
  738. delete_old_residents:
  739. enable: 'true'
  740. deleted_after_time: 30d
  741. delete_economy_account: 'false'
  742. # The name of the town a resident will automatically join when he first registers.
  743. default_town_name: ''
  744. # If true, players can only use beds in plots they personally own.
  745. deny_bed_use: 'false'
  746.  
  747.  
  748. ############################################################
  749. # +------------------------------------------------------+ #
  750. # | Economy settings | #
  751. # +------------------------------------------------------+ #
  752. ############################################################
  753.  
  754. economy:
  755. # By default it is set to true.
  756. # Rarely set to false. Set to false if you get concurrent modification errors on timers for daily tax collections.
  757. use_async: 'true'
  758. # Prefix to apply to all town economy accounts.
  759. town_prefix: town-
  760. # Prefix to apply to all nation economy accounts.
  761. nation_prefix: nation-
  762.  
  763. spawn_travel:
  764. # Cost to use /town spawn
  765. price_town_spawn_travel: '10.0'
  766. # Cost to use '/town spawn [town]' to another town in your nation.
  767. price_town_nation_spawn_travel: '50.0'
  768. # Cost to use '/town spawn [town]' to another town in a nation that is allied with your nation.
  769. price_town_ally_spawn_travel: '50.0'
  770. # Cost to use /town spawn [town]
  771. # This is paid to the town you goto.
  772. price_town_public_spawn_travel: '50.0'
  773.  
  774. # The daily upkeep to remain neutral during a war. Neutrality will exclude you from a war event, as well as deterring enemies.
  775. price_nation_neutrality: '5000.0'
  776.  
  777. new_expand:
  778. # How much it costs to start a nation.
  779. price_new_nation: '100000.0'
  780. # How much it costs to start a town.
  781. price_new_town: '30000.0'
  782. # How much it costs to make an outpost. An outpost isn't limited to being on the edge of town.
  783. price_outpost: '20000.0'
  784. # The price for a town to expand one townblock.
  785. price_claim_townblock: '2000.0'
  786. # How much it costs a player to buy extra blocks.
  787. price_purchased_bonus_townblock: '3000.0'
  788. # How much every extra bonus block costs more. Set to 1 to deactivate this. 1.2 means +20% to every bonus claim block cost.
  789. price_purchased_bonus_townblock_increase: '1.0'
  790.  
  791. death:
  792. # Either fixed or percentage.
  793. # For percentage 1.0 would be 100%. 0.01 would be 1%.
  794. price_death_type: fixed
  795. # A maximum amount paid out by a resident from their personal holdings for percentage deaths.
  796. # Set to 0 to have no cap.
  797. percentage_cap: '0.0'
  798. # If True, only charge death prices for pvp kills. Not monsters/environmental deaths.
  799. price_death_pvp_only: 'false'
  800.  
  801. price_death: '0.0'
  802.  
  803. price_death_town: '0.0'
  804.  
  805. price_death_nation: '0.0'
  806.  
  807. banks:
  808. # Maximum amount of money allowed in town bank
  809. # Use 0 for no limit
  810. town_bank_cap: '0.0'
  811. # Set to true to allow withdrawls from town banks
  812. town_allow_withdrawls: 'true'
  813. # Maximum amount of money allowed in nation bank
  814. # Use 0 for no limit
  815. nation_bank_cap: '0.0'
  816. # Set to true to allow withdrawls from nation banks
  817. nation_allow_withdrawls: 'true'
  818. closed_economy:
  819. # The name of the account that all money that normally disappears goes into.
  820. server_account: towny-server
  821. # Turn on/off whether all transactions that normally don't have a second party are to be done with a certain account.
  822. # Eg: The money taken during Daily Taxes is just removed. With this on, the amount taken would be funneled into an account.
  823. # This also applies when a player collects money, like when the player is refunded money when a delayed teleport fails.
  824. enabled: 'false'
  825.  
  826. daily_taxes:
  827. # Enables taxes to be collected daily by town/nation
  828. # If a town can't pay it's tax then it is kicked from the nation.
  829. # if a resident can't pay his plot tax he loses his plot.
  830. # if a resident can't pay his town tax then he is kicked from the town.
  831. # if a town or nation fails to pay it's upkeep it is deleted.
  832. enabled: 'true'
  833. # Maximum tax amount allowed when using flat taxes
  834. max_tax_amount: '1000.0'
  835. # maximum tax percentage allowed when taxing by percentages
  836. max_tax_percent: '25'
  837. # The server's daily charge on each nation. If a nation fails to pay this upkeep
  838. # all of it's member town are kicked and the Nation is removed.
  839. price_nation_upkeep: '400.0'
  840. # The server's daily charge on each town. If a town fails to pay this upkeep
  841. # all of it's residents are kicked and the town is removed.
  842. price_town_upkeep: '200.0'
  843. # Uses total amount of owned plots to determine upkeep instead of the town level (Number of residents)
  844. # calculated by (number of claimed plots X price_town_upkeep).
  845. town_plotbased_upkeep: 'false'
  846. # If set to true, the plot-based-upkeep system will be modified by the Town Levels' upkeep modifiers.
  847. town_plotbased_upkeep_affected_by_town_level_modifier: 'false'
  848. # If enabled and you set a negative upkeep for the town
  849. # any funds the town gains via upkeep at a new day
  850. # will be shared out between the plot owners.
  851. use_plot_payments: 'false'
  852.  
  853.  
  854. ############################################################
  855. # +------------------------------------------------------+ #
  856. # | Jail Plot settings | #
  857. # +------------------------------------------------------+ #
  858. ############################################################
  859.  
  860. jail:
  861. #If true attacking players who die on enemy-town land will be placed into the defending town's jail if it exists.
  862. #Requires town_respawn to be true in order to work.
  863. is_jailing_attacking_enemies: 'true'
  864. #If true attacking players who are considered an outlaw, that are killed inside town land will be placed into the defending town's jail if it exists.
  865. #Requires town_respawn to be true in order to work.
  866. is_jailing_attacking_outlaws: 'false'
  867. #If true jailed players can use Ender Pearls but are still barred from using other methods of teleporting.
  868. jail_allows_ender_pearls: 'true'
  869. #If false jailed players can use /town leave, and escape a jail.
  870. jail_denies_town_leave: 'false'
  871.  
  872. bail:
  873. #If true players can pay a bail amount to be unjailed.
  874. is_allowing_bail: 'true'
  875. #Amount that bail costs.
  876. bail_amount: '5000'
  877.  
  878.  
  879. ############################################################
  880. # +------------------------------------------------------+ #
  881. # | War settings | #
  882. # +------------------------------------------------------+ #
  883. ############################################################
  884.  
  885. war:
  886. #This setting allows you disable the ability for a nation to pay to remain neutral during a war.
  887. nation_can_be_neutral: 'true'
  888. #By setting this to true, nations will receive a questioner prompt for alliances and alliances will show on both nations.
  889. disallow_one_way_alliance: 'true'
  890.  
  891.  
  892. ############################################################
  893. # +------------------------------------------------------+ #
  894. # | Economy Transfers During War settings | #
  895. # +------------------------------------------------------+ #
  896. ############################################################
  897.  
  898. economy:
  899. enemy:
  900. # Amount charged to place a warflag (payed to server).
  901. place_flag: '1000'
  902. # Amount payed from the flagbearer to the defender after defending the area.
  903. defended_attack: '5000'
  904. # Defending town pays attaking flagbearer. If a negative (attacker pays defending town),
  905. # and the attacker can't pay, the attack is canceled.
  906. townblock_won: '1000'
  907. # Same as townblock_won but for the special case of winning the homeblock.
  908. homeblock_won: '5000'
  909.  
  910.  
  911. ############################################################
  912. # +------------------------------------------------------+ #
  913. # | War Event settings | #
  914. # +------------------------------------------------------+ #
  915. ############################################################
  916.  
  917. # This is started with /townyadmnin toggle war
  918.  
  919. # In peace time War spoils are accumulated from towns and nations being
  920. # deleted with any money left in the bank.
  921. #
  922. # These funds are increased during a war event upon a player death.
  923. # An additional bonus to the war chest is set in base_spoils.
  924. #
  925. # During the event a town losing a townblock pays the wartime_town_block_loss_price to the attacking town.
  926. # The war is won when the only nations left in the battle are allies, or only a single nation.
  927. #
  928. # The winning nations share half of the war spoils.
  929. # The remaining half is paid to the town which took the most town blocks, and lost the least.
  930.  
  931. event:
  932. warning_delay: '30'
  933. #If false all towns not in nations can be attacked during a war event.
  934. towns_are_neutral: 'true'
  935. enemy:
  936. # If true, enemy's can only attack the edge plots of a town in war.
  937. only_attack_borders: 'true'
  938. plots:
  939. # If true, nation members and allies can regen health on plots during war.
  940. healable: 'true'
  941. # If true, fireworks will be launched at plots being attacked or healed in war every war tick.
  942. firework_on_attacked: 'true'
  943.  
  944. # If true and the monarch/king dies the nation is removed from the war.
  945. remove_on_monarch_death: 'false'
  946. # If enabled players will be able to break/place any blocks in enemy plots during a war.
  947. # This setting SHOULD NOT BE USED unless you want the most chaotic war possible.
  948. # The editable_materials list in the Warzone Block Permission section should be used instead.
  949. allow_block_griefing: 'true'
  950.  
  951. # A townblock takes damage every 5 seconds that an enemy is stood in it.
  952. block_hp:
  953. town_block_hp: '60'
  954. home_block_hp: '120'
  955.  
  956. eco:
  957. # This amount is new money injected into the economy with a war event.
  958. base_spoils: '0.0'
  959. # This amount is taken from the losing town for each plot lost.
  960. wartime_town_block_loss_price: '0.0'
  961. # This amount is taken from the player if they die during the event
  962. price_death_wartime: '0.0'
  963. # If set to true when a town drops an enemy townblock's HP to 0, the attacking town gains a bonus townblock,
  964. # and the losing town gains a negative (-1) bonus townblock.
  965. costs_townblocks: 'false'
  966.  
  967. points:
  968. points_townblock: '1'
  969. points_town: '10'
  970. points_nation: '100'
  971. points_kill: '1'
  972.  
  973. # The minimum height at which a player must stand to count as an attacker.
  974. min_height: '60'
  975.  
  976. ############################################################
  977. # +------------------------------------------------------+ #
  978. # | Flag war settings | #
  979. # | | #
  980. # | Separate from Event War | #
  981. # | Unsupported / Buggy | #
  982. # +------------------------------------------------------+ #
  983. ############################################################
  984.  
  985. enemy:
  986. # If false, players won't be able to place war flags, effectively disabling warzones.
  987. allow_attacks: 'true'
  988. # If true, enemy's can only attack the edge plots of a town with war flags.
  989. only_attack_borders: 'true'
  990. # This many people must be online in target town in order to place a war flag in their domain.
  991. min_players_online_in_town: '8'
  992. # This many people must be online in target nation in order to place a war flag in their domain.
  993. min_players_online_in_nation: '12'
  994. max_active_flags_per_player: '1'
  995. flag:
  996. waiting_time: 3m
  997. # This is the block a player must place to trigger the attack event.
  998. base_block: fence
  999. # This is the block a player must place to trigger the attack event.
  1000. light_block: torch
  1001. beacon:
  1002. # Must be smaller than half the size of town_block_size.
  1003. radius: '3'
  1004. # The range the beacon will be drawn in. It's flexibility is in case the flag is close to the height limit.
  1005. # If a flag is too close to the height limit (lower than the minimum), it will not be drawn.
  1006. height_above_flag:
  1007. min: '3'
  1008. max: '64'
  1009. draw: 'true'
  1010. wireframe_block: glowstone
  1011. ############################################################
  1012. # +------------------------------------------------------+ #
  1013. # | Warzone Block Permissions | #
  1014. # | | #
  1015. # | Used in Flag & Event Wars | #
  1016. # +------------------------------------------------------+ #
  1017. ############################################################
  1018.  
  1019. warzone:
  1020. # List of materaials that can be modified in a warzone.
  1021. # '*' = Allow all materials.
  1022. # Prepend a '-' in front of a material to remove it. Used in conjunction with when you use '*'.
  1023. # Eg: '*,-chest,-furnace'
  1024. editable_materials: tnt,fence,ladder,wood_door,iron_door,fire,chest,trapped_chest
  1025. item_use: 'true'
  1026. switch: 'true'
  1027. # Add '-fire' to editable materials for complete protection when setting is false. This prevents fire to be created and spread.
  1028. fire: 'true'
  1029. explosions: 'true'
  1030. explosions_break_blocks: 'true'
  1031. # Only under affect when explosions_break_blocks is true.
  1032. explosions_regen_blocks: 'false'
  1033. # A list of blocks that will not be exploded, mostly because they won't regenerate properly.
  1034. # These blocks will also protect the block below them, so that blocks like doors do not dupe themselves.
  1035. # Only under affect when explosions_break_blocks is true.
  1036. explosions_ignore_list: WOODEN_DOOR,ACACIA_DOOR,DARK_OAK_DOOR,JUNGLE_DOOR,BIRCH_DOOR,SPRUCE_DOOR,IRON_DOOR,CHEST,TRAPPED_CHEST,FURNACE,BURNING_FURNACE,DROPPER,DISPENSER,HOPPER,ENDER_CHEST,WHITE_SHULKER_BOX,ORANGE_SHULKER_BOX,MAGENTA_SHULKER_BOX,LIGHT_BLUE_SHULKER_BOX,YELLOW_SHULKER_BOX,LIME_SHULKER_BOX,PINK_SHULKER_BOX,GRAY_SHULKER_BOX,SILVER_SHULKER_BOX,CYAN_SHULKER_BOX,PURPLE_SHULKER_BOX,BLUE_SHULKER_BOX,BROWN_SHULKER_BOX,GREEN_SHULKER_BOX,RED_SHULKER_BOX,BLACK_SHULKER_BOX,NOTE_BLOCK,LEVER,STONE_PLATE,IRON_DOOR_BLOCK,WOOD_PLATE,JUKEBOX,DIODE_BLOCK_OFF,DIODE_BLOCK_ON,FENCE_GATE,GOLD_PLATE,IRON_PLATE,REDSTONE_COMPARATOR_OFF,REDSTONE_COMPARATOR_ON,BEACON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement