Advertisement
MrJayse

Untitled

Feb 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.43 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Notes | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  8. # If you receive an error when Essentials loads, ensure that:
  9. # - No tabs are present: YAML only allows spaces
  10. # - Indents are correct: YAML hierarchy is based entirely on indentation
  11. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
  12. # - Text with symbols is enclosed in single or double quotation marks
  13.  
  14. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  15.  
  16. ############################################################
  17. # +------------------------------------------------------+ #
  18. # | Essentials (Global) | #
  19. # +------------------------------------------------------+ #
  20. ############################################################
  21.  
  22. # A color code between 0-9 or a-f. Set to 'none' to disable.
  23. ops-name-color: 'none'
  24.  
  25. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  26. nickname-prefix: '~'
  27.  
  28. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  29. max-nick-length: 15
  30.  
  31. # Disable this if you have any other plugin, that modifies the displayname of a user.
  32. change-displayname: true
  33.  
  34. # When this option is enabled, the (tab) player list will be updated with the displayname.
  35. # The value of change-displayname (above) has to be true.
  36. #change-playerlist: true
  37.  
  38. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  39. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  40. # The value of change-displayname (above) has to be true.
  41. # Do not edit this setting unless you know what you are doing!
  42. #add-prefix-suffix: false
  43.  
  44. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  45. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  46. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  47. teleport-safety: true
  48.  
  49. # The delay, in seconds, required between /home, /tp, etc.
  50. teleport-cooldown: 60
  51.  
  52. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  53. teleport-delay: 3
  54.  
  55. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  56. # This will also prevent the player attacking other players.
  57. teleport-invulnerability: 4
  58.  
  59. # The delay, in seconds, required between /heal or /feed attempts.
  60. heal-cooldown: 60
  61.  
  62. # What to prevent from /i /give.
  63. # e.g item-spawn-blacklist: 46,11,10
  64. item-spawn-blacklist:
  65.  
  66. # Set this to true if you want permission based item spawn rules.
  67. # Note: The blacklist above will be ignored then.
  68. # Example permissions (these go in your permissions manager):
  69. # - essentials.itemspawn.item-all
  70. # - essentials.itemspawn.item-[itemname]
  71. # - essentials.itemspawn.item-[itemid]
  72. # - essentials.give.item-all
  73. # - essentials.give.item-[itemname]
  74. # - essentials.give.item-[itemid]
  75. # - essentials.unlimited.item-all
  76. # - essentials.unlimited.item-[itemname]
  77. # - essentials.unlimited.item-[itemid]
  78. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  79. #
  80. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  81. permission-based-item-spawn: false
  82.  
  83. # Mob limit on the /spawnmob command per execution.
  84. spawnmob-limit: 10
  85.  
  86. # Shall we notify users when using /lightning?
  87. warn-on-smite: true
  88.  
  89. # motd and rules are now configured in the files motd.txt and rules.txt.
  90.  
  91. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  92. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  93. # In this state, which plugin 'wins' appears to be almost random.
  94. #
  95. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  96. # To force essentials to take 'god' alias 'god' to 'egod'.
  97. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  98.  
  99. overridden-commands:
  100. # - god
  101. # - info
  102.  
  103. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  104. # Commands should fallback to the vanilla versions if available.
  105. # You should not have to disable commands used in other plugins, they will automatically get priority.
  106. disabled-commands:
  107. # - nick
  108. # - clear
  109.  
  110. # These commands will be shown to players with socialSpy enabled.
  111. # You can add commands from other plugins you may want to track or
  112. # remove commands that are used for something you dont want to spy on.
  113. socialspy-commands:
  114. - msg
  115. - w
  116. - r
  117. - mail
  118. - m
  119. - t
  120. - whisper
  121. - emsg
  122. - tell
  123. - er
  124. - reply
  125. - ereply
  126. - email
  127. - action
  128. - describe
  129. - eme
  130. - eaction
  131. - edescribe
  132. - etell
  133. - ewhisper
  134. - pm
  135.  
  136. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  137. # This list has no effect if you are using a supported permissions system.
  138. # If you are using an unsupported permissions system, simply delete this section.
  139. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  140. # These are the permissions without the "essentials." part.
  141. player-commands:
  142. - afk
  143. - afk.auto
  144. - back
  145. - back.ondeath
  146. - balance
  147. - balance.others
  148. - balancetop
  149. - build
  150. - chat.color
  151. - chat.format
  152. - chat.shout
  153. - chat.question
  154. - clearinventory
  155. - compass
  156. - depth
  157. - delhome
  158. - getpos
  159. - geoip.show
  160. - help
  161. - helpop
  162. - home
  163. - home.others
  164. - ignore
  165. - info
  166. - itemdb
  167. - kit
  168. - kits.tools
  169. - list
  170. - mail
  171. - mail.send
  172. - me
  173. - motd
  174. - msg
  175. - msg.color
  176. - nick
  177. - near
  178. - pay
  179. - ping
  180. - protect
  181. - r
  182. - rules
  183. - realname
  184. - seen
  185. - sell
  186. - sethome
  187. - setxmpp
  188. - signs.create.protection
  189. - signs.create.trade
  190. - signs.break.protection
  191. - signs.break.trade
  192. - signs.use.balance
  193. - signs.use.buy
  194. - signs.use.disposal
  195. - signs.use.enchant
  196. - signs.use.free
  197. - signs.use.gamemode
  198. - signs.use.heal
  199. - signs.use.info
  200. - signs.use.kit
  201. - signs.use.mail
  202. - signs.use.protection
  203. - signs.use.repair
  204. - signs.use.sell
  205. - signs.use.time
  206. - signs.use.trade
  207. - signs.use.warp
  208. - signs.use.weather
  209. - spawn
  210. - suicide
  211. - time
  212. - tpa
  213. - tpaccept
  214. - tpahere
  215. - tpdeny
  216. - warp
  217. - warp.list
  218. - world
  219. - worth
  220. - xmpp
  221. - cart
  222.  
  223. # Note: All items MUST be followed by a quantity!
  224. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  225. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  226. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  227. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  228. # For more information, visit http://wiki.ess3.net/wiki/Kits
  229. kits:
  230. start:
  231. delay: 86400
  232. items:
  233. - lhat 1 name:&2Зашкварный_шлем_новичка
  234. - lplate 1 name:&2Зашкварный_нагрудник_новичка
  235. - llegs 1 name:&2Зашкварные_штаны_новичка
  236. - lboots 1 name:&2Зашкварные_поножи_новичка
  237. - ssword 1 name:&2Каменный_меч_новичка
  238. - spick 1 name:&2Каменная_кирка_новичка
  239. - saxe 1 name:&2Каменный_топор_новичка
  240. - sspade 1 name:&2Каменная_лопата_новичка
  241. - rawbeef 32 name:&2Вкусняшка_чтобы_не_помереть =)
  242. - log 64 name:&2Дерево,_на_случай_очень_важной_"коробки"!
  243. - chest 1 name:&2Деревянный_сундук_новичка
  244. - wbench 1 name:&2Верстак
  245. - furnace 1 name:&2Печечька
  246. wand:
  247. delay: 900
  248. items:
  249. - 271 1 name:Топорик_для_привата._Наведи_курсор_для_информации. lore:Чтобы_заприватить_территорию_стукни_этим_топориком_ПКМ_по_земле|После_отойди_по_диагонали_и_снова_ударь_по_земле_но_уже_ЛКМ|Расширить_приват_вверх_//expand_[количество_блоков]_up|Расширить_приват_вниз_//expand_[количество_блоков]_down|Сохранить_приват_/rg_claim_[название_привата]|------------------------------------------|Количество_и_размеры_привата_для_каждой_группы_смотри_на_форуме_в_разделе_Донат|------------------------------------------|Дополнительные_команды:|Добавить_друга_в_приват_и_дать_полные_права:_/rg_addowner_[название_привата]_[ник]|Добавить_друга_в_приват_и_разрешить_только_доступ_к_сундукам_и_механизмам:_/rg_addmember_[название_привата]_[ник]|Удалить_друга_из_привата_если_у_него_полный_доступ:_/rg_removeowner_[название_привата]_[ник]|Удалить_друга_из_привата_если_у_него_не_полный_доступ:_/rg_removemember_[название_привата]_[ник]|Удалить_приват:_/rg_remove_[название_привата]|Узнать_координаты_своего_привата:_/rg_info_[название_привата]|Установить_флаг_на_привате:_/rg_flag_[название_привата]_[название_флага]_true_или_false|Пример_установки_флага_на_запрет_PVP_внутри_привата_с_названием_test:_/rg_flag_test_pvp_false|Снять_выделение_сетки:_//sel||Чтобы_получить_еще_один_топор_с_подсказками_введите:_/kit_wand
  250. Vip:
  251. delay: 604800
  252. items:
  253. - IC2_BLOCKMETAL 6
  254. - gold_block 6
  255. - iron_block 6
  256. - IC2_BLOCKMETAL:1 6
  257. - IC2_BLOCKMETAL:2 6
  258. - IC2_BLOCKMETAL:5 4
  259. - IC2_BLOCKALLOYGLASS 6
  260. - IC2_BLOCKMACHINE 1
  261. - COMPACTSOLARS_COMPACTSOLARBLOCK 2
  262. - PROJREDILLUMINATION_PROJECTREDILLUMINATIONLAMP:16 8
  263. - IC2_BLOCKELECTRIC 1
  264. - IRONCHEST_BLOCKIRONCHEST:1 3
  265. - IC2_ITEMPARTALLOY 6
  266. - IC2_ITEMPARTCIRCUIT 3
  267. - IC2_ITEMARMORBATPACK 1
  268. - IC2_ITEMBATCRYSTAL 1
  269. - IC2_BLOCKRUBSAPLING 8
  270. - IC2_ITEMRUBBER 16
  271. VipArmor:
  272. delay: 604800
  273. items:
  274. - IC2_ITEMARMORBRONZEHELMET 1
  275. - IC2_ITEMARMORALLOYCHESTPLATE 1
  276. - IC2_ITEMARMORBRONZELEGS 1
  277. - IC2_ITEMARMORBRONZEBOOTS 1
  278. VipTools:
  279. delay: 604800
  280. items:
  281. - IC2_ITEMTOOLDRILL 1
  282. - IC2_ITEMTOOLCHAINSAW 1
  283. - IC2_ITEMTOOLWRENCHELECTRIC 1
  284. - IC2_ITEMTOOLFORGEHAMMER 1
  285. - IC2_ITEMTOOLWRENCH 1
  286. - IC2_ITEMTOOLCUTTER 1
  287. Premium:
  288. delay: 1209600
  289. items:
  290. - IC2_BLOCKALLOY 16
  291. - IC2_BLOCKMETAL:2 16
  292. - IC2_BLOCKMETAL 16
  293. - IC2_BLOCKMETAL:1 16
  294. - IC2_BLOCKMETAL:5 10
  295. - IC2_BLOCKELECTRIC:7 1
  296. - COMPACTSOLARS_COMPACTSOLARBLOCK:1 2
  297. - IRONCHEST_BLOCKIRONCHEST:2 3
  298. - IC2_ITEMARMORENERGYPACK 1
  299. - IC2_BLOCKFOAM 32
  300. - APPLIEDENERGISTICS2_TILEBLOCKQUARTZGLASS 8
  301. - IC2_BLOCKPERSONAL 2
  302. - IC2_ITEMBATLAMACRYSTAL 1
  303. - diamond 16
  304. - IC2_ITEMPARTCARBONPLATE 8
  305. - spawn_egg:90 4
  306. - spawn_egg:91 4
  307. - spawn_egg:92 4
  308. PremiumArmor:
  309. delay: 1209600
  310. items:
  311. - IC2_ITEMARMORNANOHELMET 1
  312. - IC2_ITEMARMORNANOCHESTPLATE 1
  313. - IC2_ITEMARMORNANOLEGS 1
  314. - IC2_ITEMARMORNANOBOOTS 1
  315. PremiumTools:
  316. delay: 1209600
  317. items:
  318. - IC2_ITEMTOOLIRIDIUMDRILL 1
  319. - IC2_ITEMTOOLCHAINSAW 1
  320. - IC2_ITEMNANOSABER 1
  321. - IC2_ITEMTOOLHOE 1
  322. - IC2_ITEMTREETAPELECTRIC 1
  323. Grand:
  324. delay: 2592000
  325. items:
  326. - FORESTRY_SOLDERINGIRON 32
  327. - IC2_BLOCKMETAL 32
  328. - IC2_BLOCKMETAL:1 32
  329. - IC2_BLOCKMETAL:5 32
  330. - iron_block 32
  331. - IC2_BLOCKFOAM 32
  332. - IC2_BLOCKMETAL:2 32
  333. - COMPACTSOLARS_COMPACTSOLARBLOCK:2 2
  334. - IC2_BLOCKELECTRIC:2 1
  335. - glowstone 64
  336. - IC2_BLOCKALLOYGLASS 32
  337. - diamond_block 16
  338. - bookshelf 16
  339. - sponge 16
  340. - IC2_BLOCKPERSONAL 3
  341. - IC2_UPGRADEMODULE 8
  342. - IC2_ITEMPARTCIRCUITADV 4
  343. - GRAVISUITE_ADVLAPPACK:1 1
  344. - IC2_ITEMRUBBER 64
  345. - IC2_ITEMPARTALLOY 16
  346. - spawn_egg:54 4
  347. - spawn_egg:90 4
  348. - spawn_egg:91 4
  349. - spawn_egg:92 4
  350. - spawn_egg:93 4
  351. - spawn_egg:95 4
  352. - spawn_egg:96 4
  353. GrandArmor:
  354. delay: 2592000
  355. items:
  356. - IC2_ITEMARMORQUANTUMHELMET 1
  357. - GRAVISUITE_GRAVICHESTPLATE 1
  358. - IC2_ITEMARMORQUANTUMLEGS 1
  359. - IC2_ITEMARMORQUANTUMBOOTS 1
  360. GrandTools:
  361. delay: 2592000
  362. items:
  363. - GRAVISUITE_VAJRA 1
  364. - GRAVISUITE_ADVDDRILL 1
  365. - GRAVISUITE_ADVCHAINSAW 1
  366. - GRAVISUITE_GRAVITOOL 1
  367. # Essentials Sign Control
  368. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  369. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  370. # Essentials Colored sign support will be enabled when any sign types are enabled.
  371. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  372.  
  373. enabledSigns:
  374. #- color
  375. #- balance
  376. #- buy
  377. #- sell
  378. #- trade
  379. #- free
  380. #- disposal
  381. #- warp
  382. #- kit
  383. #- mail
  384. #- enchant
  385. #- gamemode
  386. #- heal
  387. #- info
  388. #- spawnmob
  389. #- repair
  390. #- time
  391. #- weather
  392.  
  393. # How many times per second can Essentials signs be interacted with per player.
  394. # Values should be between 1-20, 20 being virtually no lag protection.
  395. # Lower numbers will reduce the possibility of lag, but may annoy players.
  396. sign-use-per-second: 4
  397.  
  398. # Backup runs a batch/bash command while saving is disabled.
  399. backup:
  400. # Interval in minutes.
  401. interval: 30
  402. # Unless you add a valid backup command or script here, this feature will be useless.
  403. # Use 'save-all' to simply force regular world saving without backup.
  404. #command: 'rdiff-backup World1 backups/World1'
  405.  
  406. # Set this true to enable permission per warp.
  407. per-warp-permission: false
  408.  
  409. # Sort output of /list command by groups.
  410. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  411. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  412. list:
  413. # To merge groups, list the groups you wish to merge
  414. #Staff: owner admin moderator
  415. Admins: owner admin
  416. # To limit groups, set a max user limit
  417. #builder: 20
  418. # To hide groups, set the group as hidden
  419. #default: hidden
  420. # Uncomment the line below to simply list all players with no grouping
  421. #Players: '*'
  422.  
  423. # More output to the console.
  424. debug: false
  425.  
  426. # Set the locale for all messages.
  427. # If you don't set this, the default locale of the server will be used.
  428. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  429. # Don't forget to remove the # in front of the line.
  430. # For more information, visit http://wiki.ess3.net/wiki/Locale
  431. locale: ru
  432.  
  433. # Turn off god mode when people exit.
  434. remove-god-on-disconnect: false
  435.  
  436. # Auto-AFK
  437. # After this timeout in seconds, the user will be set as afk.
  438. # This feature requires the player to have essentials.afk.auto node.
  439. # Set to -1 for no timeout.
  440. auto-afk: 600
  441.  
  442. # Auto-AFK Kick
  443. # After this timeout in seconds, the user will be kicked from the server.
  444. # essentials.afk.kickexempt node overrides this feature.
  445. # Set to -1 for no timeout.
  446. auto-afk-kick: 600
  447.  
  448. # Set this to true, if you want to freeze the player, if he is afk.
  449. # Other players or monsters can't push him out of afk mode then.
  450. # This will also enable temporary god mode for the afk player.
  451. # The player has to use the command /afk to leave the afk mode.
  452. freeze-afk-players: false
  453.  
  454. # When the player is afk, should he be able to pickup items?
  455. # Enable this, when you don't want people idling in mob traps.
  456. disable-item-pickup-while-afk: false
  457.  
  458. # This setting controls if a player is marked as active on interaction.
  459. # When this setting is false, you will need to manually un-AFK using the /afk command.
  460. cancel-afk-on-interact: true
  461.  
  462. # Should we automatically remove afk status when the player moves?
  463. # Player will be removed from AFK on chat/command regardless of this setting.
  464. # Disable this to reduce server lag.
  465. cancel-afk-on-move: true
  466.  
  467. # You can disable the death messages of Minecraft here.
  468. death-messages: true
  469.  
  470. # Should operators be able to join and part silently.
  471. # You can control this with permissions if it is enabled.
  472. allow-silent-join-quit: false
  473.  
  474. # You can set a custom join message here, set to "none" to disable.
  475. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  476. custom-join-message: "none"
  477.  
  478. # You can set a custom quit message here, set to "none" to disable.
  479. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  480. custom-quit-message: "none"
  481.  
  482. # Add worlds to this list, if you want to automatically disable god mode there.
  483. no-god-in-worlds:
  484. # - world_nether
  485.  
  486. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  487. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  488. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  489. # This does not affect the /home command, there is a separate toggle below for this.
  490. world-teleport-permissions: false
  491.  
  492. # The number of items given if the quantity parameter is left out in /item or /give.
  493. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  494. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  495. default-stack-size: -1
  496.  
  497. # Over-sized stacks are stacks that ignore the normal max stack size.
  498. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  499. # How many items should be in an over-sized stack?
  500. oversized-stacksize: 64
  501.  
  502. # Allow repair of enchanted weapons and armor.
  503. # If you set this to false, you can still allow it for certain players using the permission.
  504. # essentials.repair.enchanted
  505. repair-enchanted: true
  506.  
  507. # Allow 'unsafe' enchantments in kits and item spawning.
  508. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  509. unsafe-enchantments: false
  510.  
  511. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  512. #If you set this to true any plugin that uses teleport will have the previous location registered.
  513. register-back-in-listener: false
  514.  
  515. #Delay to wait before people can cause attack damage after logging in.
  516. login-attack-delay: 5
  517.  
  518. #Set the max fly speed, values range from 0.1 to 1.0
  519. max-fly-speed: 0.8
  520.  
  521. #Set the max walk speed, values range from 0.1 to 1.0
  522. max-walk-speed: 0.8
  523.  
  524. #Set the maximum amount of mail that can be sent within a minute.
  525. mails-per-minute: 1000
  526.  
  527. # Set the maximum time /tempban can be used for in seconds.
  528. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  529. max-tempban-time: -1
  530.  
  531. ############################################################
  532. # +------------------------------------------------------+ #
  533. # | EssentialsHome | #
  534. # +------------------------------------------------------+ #
  535. ############################################################
  536.  
  537. # Allows people to set their bed at daytime.
  538. update-bed-at-daytime: true
  539.  
  540. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  541. # This applies to the /home only.
  542. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  543. world-home-permissions: false
  544.  
  545. # Allow players to have multiple homes.
  546. # Players need essentials.sethome.multiple before they can have more than 1 home.
  547. # You can set the default number of multiple homes using the 'default' rank below.
  548. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  549. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  550. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  551. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  552. sethome-multiple:
  553. default: 1
  554. vip: 3
  555. premium: 6
  556. grand: 10
  557.  
  558. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  559.  
  560. # Set timeout in seconds for players to accept tpa before request is cancelled.
  561. # Set to 0 for no timeout.
  562. tpa-accept-cancellation: 120
  563.  
  564. ############################################################
  565. # +------------------------------------------------------+ #
  566. # | EssentialsEco | #
  567. # +------------------------------------------------------+ #
  568. ############################################################
  569.  
  570. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  571.  
  572. # Defines the balance with which new players begin. Defaults to 0.
  573. starting-balance: 0
  574.  
  575. # worth-# defines the value of an item when it is sold to the server via /sell.
  576. # These are now defined in worth.yml
  577.  
  578. # Defines the cost to use the given commands PER USE.
  579. # Some commands like /repair have sub-costs, check the wiki for more information.
  580. command-costs:
  581. # /example costs $1000 PER USE
  582. #example: 1000
  583. # /kit tools costs $1500 PER USE
  584. #kit-tools: 1500
  585.  
  586. # Set this to a currency symbol you want to use.
  587. currency-symbol: '$'
  588.  
  589. # Set the maximum amount of money a player can have.
  590. # The amount is always limited to 10 trillion because of the limitations of a java double.
  591. max-money: 10000000000000
  592.  
  593. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  594. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  595. min-money: -10000
  596.  
  597. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  598. economy-log-enabled: false
  599.  
  600. ############################################################
  601. # +------------------------------------------------------+ #
  602. # | EssentialsHelp | #
  603. # +------------------------------------------------------+ #
  604. ############################################################
  605.  
  606. # Show other plugins commands in help.
  607. non-ess-in-help: true
  608.  
  609. # Hide plugins which do not give a permission.
  610. # You can override a true value here for a single plugin by adding a permission to a user/group.
  611. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  612. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  613. hide-permissionless-help: true
  614.  
  615. ############################################################
  616. # +------------------------------------------------------+ #
  617. # | EssentialsChat | #
  618. # +------------------------------------------------------+ #
  619. ############################################################
  620.  
  621. chat:
  622.  
  623. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  624. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  625. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  626. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  627. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  628. radius: 0
  629.  
  630. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  631. # Or you can give a group specific chat format, to give some extra variation.
  632. # If set to the default chat format which "should" be compatible with ichat.
  633. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  634.  
  635. format: '<{DISPLAYNAME}> {MESSAGE}'
  636. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  637.  
  638. group-formats:
  639. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  640. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  641.  
  642. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  643.  
  644. ############################################################
  645. # +------------------------------------------------------+ #
  646. # | EssentialsProtect | #
  647. # +------------------------------------------------------+ #
  648. ############################################################
  649.  
  650. protect:
  651.  
  652. # General physics/behavior modifications.
  653. prevent:
  654. lava-flow: false
  655. water-flow: false
  656. water-bucket-flow: false
  657. fire-spread: true
  658. lava-fire-spread: true
  659. flint-fire: false
  660. lightning-fire-spread: true
  661. portal-creation: false
  662. tnt-explosion: false
  663. tnt-playerdamage: false
  664. tnt-minecart-explosion: false
  665. tnt-minecart-playerdamage: false
  666. fireball-explosion: false
  667. fireball-fire: false
  668. fireball-playerdamage: false
  669. witherskull-explosion: false
  670. witherskull-playerdamage: false
  671. wither-spawnexplosion: false
  672. wither-blockreplace: false
  673. creeper-explosion: false
  674. creeper-playerdamage: false
  675. creeper-blockdamage: false
  676. enderdragon-blockdamage: true
  677. enderman-pickup: false
  678. villager-death: false
  679. # Monsters won't follow players.
  680. # permission essentials.protect.entitytarget.bypass disables this.
  681. entitytarget: false
  682. # Prevent the spawning of creatures.
  683. spawn:
  684. creeper: false
  685. skeleton: false
  686. spider: false
  687. giant: false
  688. zombie: false
  689. slime: false
  690. ghast: false
  691. pig_zombie: false
  692. enderman: false
  693. cave_spider: false
  694. silverfish: false
  695. blaze: false
  696. magma_cube: false
  697. ender_dragon: false
  698. pig: false
  699. sheep: false
  700. cow: false
  701. chicken: false
  702. squid: false
  703. wolf: false
  704. mushroom_cow: false
  705. snowman: false
  706. ocelot: false
  707. iron_golem: false
  708. villager: false
  709. wither: false
  710. bat: false
  711. witch: false
  712. horse: false
  713.  
  714. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  715. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  716. creeper:
  717. max-height: -1
  718.  
  719. # Disable various default physics and behaviors.
  720. disable:
  721. # Should fall damage be disabled?
  722. fall: false
  723.  
  724. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  725. # They will be unable to attack users without that same permission node.
  726. pvp: false
  727.  
  728. # Should drowning damage be disabled?
  729. # (Split into two behaviors; generally, you want both set to the same value.)
  730. drown: false
  731. suffocate: false
  732.  
  733. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  734. lavadmg: false
  735.  
  736. # Should arrow damage be disabled?
  737. projectiles: false
  738.  
  739. # This will disable damage from touching cacti.
  740. contactdmg: false
  741.  
  742. # Burn, baby, burn! Should fire damage be disabled?
  743. firedmg: false
  744.  
  745. # Should the damage after hit by a lightning be disabled?
  746. lightning: false
  747.  
  748. # Should Wither damage be disabled?
  749. wither: false
  750.  
  751. # Disable weather options?
  752. weather:
  753. storm: false
  754. thunder: false
  755. lightning: false
  756.  
  757. ############################################################
  758. # +------------------------------------------------------+ #
  759. # | EssentialsAntiBuild | #
  760. # +------------------------------------------------------+ #
  761. ############################################################
  762.  
  763. # Disable various default physics and behaviors
  764. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  765.  
  766. # Should people with build: false in permissions be allowed to build?
  767. # Set true to disable building for those people.
  768. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  769. build: true
  770.  
  771. # Should people with build: false in permissions be allowed to use items?
  772. # Set true to disable using for those people.
  773. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  774. use: true
  775.  
  776. # Should we tell people they are not allowed to build?
  777. warn-on-build-disallow: true
  778.  
  779. # For which block types would you like to be alerted?
  780. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  781. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  782. alert:
  783. on-placement: 10,11,46,327
  784. on-use: 327
  785. on-break:
  786.  
  787. blacklist:
  788.  
  789. # Which blocks should people be prevented from placing?
  790. placement: 10,11,46,327
  791.  
  792. # Which items should people be prevented from using?
  793. usage: 327
  794.  
  795. # Which blocks should people be prevented from breaking?
  796. break:
  797.  
  798. # Which blocks should not be pushed by pistons?
  799. piston:
  800.  
  801. # Which blocks should not be dispensed by dispensers
  802. dispenser:
  803.  
  804. ############################################################
  805. # +------------------------------------------------------+ #
  806. # | Essentials Spawn / New Players | #
  807. # +------------------------------------------------------+ #
  808. ############################################################
  809.  
  810. newbies:
  811. # Should we announce to the server when someone logs in for the first time?
  812. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  813. # If not, set to ''
  814. #announce-format: ''
  815. announce-format: '&dДобро пожаловать {DISPLAYNAME}&d на сервер!'
  816.  
  817. # When we spawn for the first time, which spawnpoint do we use?
  818. # Set to "none" if you want to use the spawn point of the world.
  819. spawnpoint: newbies
  820.  
  821. # Do we want to give users anything on first join? Set to '' to disable
  822. # This kit will be given regardless of cost, and permissions.
  823. #kit: ''
  824. kit: start
  825.  
  826. # Set this to lowest, if you want Multiverse to handle the respawning.
  827. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  828. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  829. respawn-listener-priority: high
  830.  
  831. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  832. respawn-at-home: false
  833.  
  834. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement