Advertisement
MrJayse

Untitled

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