Advertisement
MrJayse

Untitled

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