Advertisement
Guest User

Untitled

a guest
Jan 8th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.61 KB | None | 0 0
  1. +------------------------------------------------------+ #
  2. # | Notes | #
  3. # +------------------------------------------------------+ #
  4. ############################################################
  5.  
  6. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  7. # If you receive an error when Essentials loads, ensure that:
  8. # - No tabs are present: YAML only allows spaces
  9. # - Indents are correct: YAML heirarchy is based entirely on indentation
  10. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
  11. # - List items are prefixed with a hyphen and indented:
  12. # lists:
  13. # - look like this
  14. # not:
  15. # - like this
  16. # - Text with symbols is enclosed in single or double quotation marks
  17. # - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
  18. # - You have saved the document as UTF-8, NOT the default, ANSI
  19.  
  20. ############################################################
  21. # +------------------------------------------------------+ #
  22. # | Essentials (Global) | #
  23. # +------------------------------------------------------+ #
  24. ############################################################
  25.  
  26. # A color code between 0-9 or a-f. Set to 'none' to disable.
  27. ops-name-color: 'none'
  28.  
  29. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  30. nickname-prefix: ''
  31.  
  32. # Disable this if you have any other plugin, that modifies the displayname of a user.
  33. change-displayname: true
  34.  
  35. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  36. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  37. # The value of change-displayname (above) has to be true.
  38. # If you don't set this, it will default to true if essentials chat is installed.
  39. # Don't forget to remove the # infront of the line
  40. add-prefix-suffix: true
  41.  
  42. # The delay, in seconds, required between /home, /tp, etc.
  43. teleport-cooldown: 3
  44.  
  45. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  46. teleport-delay: 0
  47.  
  48. # The delay, in seconds, required between /heal attempts
  49. heal-cooldown: 60
  50.  
  51. # What to prevent from /i /give
  52. # e.g item-spawn-blacklist: 46,11,10
  53. item-spawn-blacklist: 175:15,175:14,175
  54.  
  55. # Set this to true if you want permission based item spawn rules
  56. # Note: The blacklist above will be ignored then.
  57. # Permissions:
  58. # - essentials.itemspawn.item-all
  59. # - essentials.itemspawn.item-[itemname]
  60. # - essentials.itemspawn.item-[itemid]
  61. # - essentials.give.item-all
  62. # - essentials.give.item-[itemname]
  63. # - essentials.give.item-[itemid]
  64. permission-based-item-spawn: false
  65.  
  66. # Mob limit on spawnmob
  67. spawnmob-limit: 1
  68.  
  69. # Shall we notify users when using /lightning
  70. warn-on-smite: true
  71.  
  72. # motd and rules are now configured in the files motd.txt and rules.txt
  73.  
  74. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  75. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  76. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  77. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  78. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  79. # such as /egod, will always grant Essentials priority.
  80. # We should try to take priority over /god. If this doesn't work, use
  81. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  82. overridden-commands:
  83. - god
  84.  
  85. # Disabled commands will be completely unavailable on the server.
  86. disabled-commands:
  87. # - nick
  88. # - i
  89. # - give
  90. # - item
  91.  
  92. # Restricted commands have been removed.
  93. # Now we have a whitelist, all commands not on this list are only available to ops.
  94. # These will have NO EFFECT if you have Permissions installed!
  95. # They are here only if you want something simpler than Permissions.
  96. # These are the permissions without the "essentials." part.
  97. player-commands:
  98. - afk
  99. - back
  100. - back.ondeath
  101. - balance
  102. - balance.others
  103. - balancetop
  104. - chat.shout
  105. - chat.question
  106. - clearinventory
  107. - compass
  108. - depth
  109. - delhome
  110. - getpos
  111. - geoip.show
  112. - help
  113. - helpop
  114. - home
  115. - home.others
  116. - ignore
  117. - info
  118. - itemdb
  119. - kit
  120. - kit.tools
  121. - list
  122. - mail
  123. - mail.send
  124. - me
  125. - motd
  126. - msg
  127. - msg.color
  128. - nick
  129. - near
  130. - pay
  131. - ping
  132. - powertool
  133. - powertooltoggle
  134. - protect
  135. - r
  136. - rules
  137. - realname
  138. - seen
  139. - sell
  140. - sethome
  141. - setxmpp
  142. - signs.create.protection
  143. - signs.create.trade
  144. - signs.break.protection
  145. - signs.break.trade
  146. - signs.use.balance
  147. - signs.use.buy
  148. - signs.use.disposal
  149. - signs.use.free
  150. - signs.use.heal
  151. - signs.use.mail
  152. - signs.use.protection
  153. - signs.use.sell
  154. - signs.use.time
  155. - signs.use.trade
  156. - signs.use.warp
  157. - signs.use.weather
  158. - spawn
  159. - suicide
  160. - time
  161. - tpa
  162. - tpaccept
  163. - tpahere
  164. - tpdeny
  165. - warp
  166. - warp.list
  167. - world
  168. - worth
  169. - xmpp
  170.  
  171. # Note: All items MUST be followed by a quantity!
  172. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  173. # Times are measured in seconds.
  174. kits:
  175. bonus:
  176. delay: 266400
  177. items:
  178. - 339 1 name:&6&l_Hаведи_курсором_в_инвентаре lore:&2&lПодарок_от_админа.|_&2&lСкажи_ему_спасибо_=)
  179. - 159 64 name:&4Бонус
  180. - 159:1 64 name:&4Бонус
  181. - 170 64 name:&4Бонус
  182. - 95:15 64 name:&4Бонус
  183. - 45 64 name:&4Бонус
  184. - 173 32 name:&4Бонус
  185. - 384 128 name:&4Бонус
  186. help:
  187. delay: 266400
  188. items:
  189. - 264 16 name:&4Помощь
  190. - 388 16 name:&4Помощь
  191. - 265 16 name:&4Помощь
  192. - 266 16 name:&4Помощь
  193. - 351:4 16 name:&4Помощь
  194. - 263 16 name:&4Помощь
  195. - 322:1 16 name:&4Помощь
  196. vip:
  197. delay: 266400
  198. items:
  199. - 339 1 name:&6&lHаведи_курсором_в_инвентаре_(Твои_доступные_команды)&4&l_#1 lore:&2&l_/heal&3&l_-_Вылечить_себя|_&2&l/repair_all&3&l_-_Починить_все_что_находиться_у_Вас_в_инвентаре|_&2&l/me&3&l_-_Написать_в_чат_новость|_&2&l/near&3&l_-_Показать_окружающих_Вас_игроков|_&2&l/jump&3&l_-_Телепорт_на_точку_куда_Вы_смотрите|_&2&l/clearinventory&3&l_-_Очистить_свой_инвентарь.
  200. - 339 1 name:&6&lHаведи_курсором_в_инвентаре_(Твои_доступные_команды)&4&l_#2 lore:&2&l_/workbench&3&l_-_Открыть_верстак|_&2&l/hat&3&l_-_Одеть_блок_на_голову|_&2&l/firework&3&l_-_Добавить_эффект_на_феерверк|_&2&l/feed&3&l_-_Покушать|_&2&l/rg_flag_<region>_<flag>&3&l_-_Поставить_флаг,_в_регион.
  201. - 310 1 Protection:2 name:&6Вип_набор
  202. - 311 1 Protection:2 name:&6Вип_набор
  203. - 312 1 Protection:2 name:&6Вип_набор
  204. - 313 1 Protection:2 name:&6Вип_набор
  205. - 276 1 Sharpness:3 name:&6Вип_набор
  206. - 261 1 power:3 name:&6Вип_набор
  207. - 277 1 Efficiency:3 name:&6Вип_набор
  208. - 278 1 Efficiency:3 name:&6Вип_набор
  209. - 279 1 Efficiency:3 name:&6Вип_набор
  210. - 45 256 name:&6Вип_набор
  211. - 17 256 name:&6Вип_набор
  212. - 17:1 256 name:&6Вип_набор
  213. - 20 256 name:&6Вип_набор
  214. - 98 256 name:&6Вип_набор
  215. - 322:1 32 name:&6Вип_набор
  216. vipp:
  217. delay: 266400
  218. items:
  219. - 339 1 name:&6&lHаведи_курсором_в_инвентаре_(Твои_доступные_команды)&4&l#1 lore:&2&l_/ptime_(day,night)&3&l_-_Изменить_свое_время|_&2&l/repair_all&3&l_-_Починить_все_вещи_в_инвентаре|_&2&l/fireball&3&l_-_Стрельнуть_шаром_гаста|_&2&l/back&3&l_-_Вернуться_на_место_смерти|_&2&l/top&3&l_-_Подняться_на_вершину|_&2&l/firework&3&l_-_Ставь_эффекты_на_свой_феерверк
  220. - 310 1 Protection:4 Thorns:3 Unbreaking:3 name:&6&lВип&b&l+&6&l набор
  221. - 311 1 Protection:4 Thorns:3 Unbreaking:3 name:&6&lВип&b&l+&6&l набор
  222. - 312 1 Protection:4 Thorns:3 Unbreaking:3 name:&6&lВип&b&l+&6&l набор
  223. - 313 1 Protection:4 Thorns:3 Unbreaking:3 name:&6&lВип&b&l+&6&l набор
  224. - 276 1 Sharpness:5 Unbreaking:3 Looting:3 Fireaspect:2 name:&6&lВип&b&l+&6&l набор
  225. - 261 1 power:5 Unbreaking:3 Flame:1 Infinity:1 name:&6&lВип&b&l+&6&l набор
  226. - 277 1 Efficiency:5 Unbreaking:3 Fortune:3 name:&6&lВип&b&l+&6&l набор
  227. - 278 1 Efficiency:5 Unbreaking:3 Fortune:3 name:&6&lВип&b&l+&6&l набор
  228. - 279 1 Efficiency:5 Unbreaking:3 Fortune:3 name:&6&lВип&b&l+&6&l набор
  229. - 45 256 name:&6&lВип&b&l+&6&l набор
  230. - 17 256 name:&6&lВип&b&l+&6&l набор
  231. - 17:1 256 name:&6&lВип&b&l+&6&l набор
  232. - 20 256 name:&6&lВип&b&l+&6&l набор
  233. - 98 256 name:&6&lВип&b&l+&6&l набор
  234. - 322:1 32 name:&6&lВип&b&l+&6&l набор
  235. mvp:
  236. delay: 266400
  237. items:
  238. - 339 1 name:&6&lHаведи_курсором_в_инвентаре_(Твои_доступные_команды)_&4&l#1 lore:&2&l_/more&3&l_-_Дюп_предметов_до_стака|_&2&l/god&3&l_-_Режим_бога_&4&l(PvP_Запрещено!)|_&2&l/time_set_(day,north)&3&l_-_Изменять_время_на_сервере|_&2&l/afk&3&l_-_Включить_режим_афк(Отошел)|_&2&l/spawnmob_(mob)&3&l_-_Заспавнить_существо.|_&2&l/clearinventory&3&l_-_Очистить_свой_инвентарь.|_&2&l/weather_(sun,storm)&3&l_-_Изменить_погоду_на_сервере
  239. - 339 1 name:&6&lHаведи_курсором_в_инвентаре_(Твои_доступные_команды)_&4&l#2 lore:&2&l_Все_что_есть_у_vipp_(/kit_vipp)|_&2&l/setwarp&3&l_-_Поставить_точку_варпа|_&2&l/speed_(fly,walk)&3&l_-_Изменить_скорость_хотьбы/полета|_&2&l/fly&3&l_-_Включить_режим_полета|_&2&l/enchant&3&l_-_Зачаровать_вещь_в_руке.|_&2&l/bigtree&3&l_-_Поставить_большое_дерево.|_&2&l/rg_flag_<region>_<flag>&3&l_-_Поставить_флаг,_в_регион.
  240. - 138 2 name:&6&lMVP&6&l набор
  241. - 130 2 name:&6&lMVP&6&l набор
  242. - 116 2 name:&6&lMVP&6&l набор
  243. - 47 192 name:&6&lMVP&6&l набор
  244. - 52 4 name:&6&lMVP&6&l набор
  245. - 57 16 name:&6&lMVP&6&l набор
  246. - 41 16 name:&6&lMVP&6&l набор
  247. - 42 16 name:&6&lMVP&6&l набор
  248. - 92 1 name:&6&lMVP&6&l набор
  249. - 368 16 name:&6&lMVP&6&l набор
  250. - 383:100 16 name:&6&lMVP&6&l набор
  251. - 384 384 name:&6&lMVP&6&l набор
  252. - 373:16427 4 name:&6&lMVP&6&l набор
  253. - 373:16418 4 name:&6&lMVP&6&l набор
  254. - 373:16418 6 name:&6&lMVP&6&l набор
  255. - 354 2 name:&6&lMVP&6&l набор
  256. mvpp:
  257. delay: 500
  258. items:
  259. - 339 1 name:&6&lHаведи_курсором_в_инвентаре_(Твои_доступные_команды) lore:&3&l_Все_команды_которые_у_mvp_(/kit_mvp)|_&2&l/tree&3&l_-_поставить_дерево|_&2&l/getpos&3&l_-_Ваша_позиция|_&2&l/spawnmob_(mob)&3&l_-_Заспавнить_существо.|_&2&l/tppos&3&l_-_Телепортация_по_кординатам
  260. - 339 1 name:&6&lHаведи_курсором_в_инвентаре_(Твои_доступные_команды) lore:&3&l_Блоки_тебе_не_нужны._У_тебя_и_так_все_есть.|_&2&l/kit_&3&lvip, vipp, mvp, bonus, help, start|_&2&l/more&3&l_-_Дюп_предметов_до_стака|_&2&l/fly&3&l_-_Включить_режим_полета|_&2&l/god&3&l_-_Режим_бога.
  261. start:
  262. delay: 43200
  263. items:
  264. - 339 1 name:&6&lHаведи_курсором_в_инвентаре lore:&2&l_Администрация_сервера,_желает_вам_приятной_игры_!|_&2&lПо_всем_вопросам_обращайся_к_модераторам|_&2&lили_в_контакт_к_администратору.|_&2&lВопросы_-_&6&lhttps://vk.com/ivan.umashev|_&2&lПо_игровому_процессу_-_&6&lhttps://vk.com/cooper_blake
  265. - 298 1 Protection:1 Color:85,255,85 name:&4Начальный_набор
  266. - 299 1 Protection:1 Color:255,85,85 name:&4Начальный_набор
  267. - 300 1 Protection:1 Color:85,255,85 name:&4Начальный_набор
  268. - 301 1 Protection:1 Color:255,85,85 name:&4Начальный_набор
  269. - 256 1 Unbreaking:3 name:&4Начальный_набор
  270. - 257 1 Unbreaking:3 name:&4Начальный_набор
  271. - 258 1 Unbreaking:3 name:&4Начальный_набор
  272. - 267 1 Smite:5 name:&4Начальный_набор
  273. - 373:8226 1 name:&4Начальный_набор
  274. - 373:8229 1 name:&4Начальный_набор
  275. - 364 32 name:&4Начальный_набор
  276. - 262 64 name:&4Начальный_набор
  277. - 45 64 name:&4Начальный_набор
  278. - 20 64 name:&4Начальный_набор
  279. - 17 192 name:&4Начальный_набор
  280. - 418 2 name:&4Начальный_набор
  281. - 329 2 name:&4Начальный_набор
  282. # Essentials Sign Control
  283. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  284. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  285. # Essentials Colored sign support will be enabled when any sign types are enabled.
  286. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  287.  
  288. enabledSigns:
  289. - color
  290. - balance
  291. - buy
  292. - sell
  293. - trade
  294. - free
  295. - disposal
  296. - warp
  297. - kit
  298. - mail
  299. - enchant
  300. - gamemode
  301. - heal
  302. - spawnmob
  303. - time
  304. - weather
  305. - protection
  306.  
  307. # Backup runs a command while saving is disabled
  308. backup:
  309. # Interval in minutes
  310. interval: 60
  311. # Add a command that backups your data, e.g.
  312. #command: 'rdiff-backup World1 backups/World1'
  313.  
  314. # Set this true to enable permission per warp.
  315. per-warp-permission: false
  316.  
  317. # Sort output of /list command by groups
  318. sort-list-by-groups: true
  319.  
  320. # More output to the console
  321. debug: false
  322.  
  323. # Set the locale for all messages
  324. # If you don't set this, the default locale of the server will be used.
  325. # Don't forget to remove the # infront of the line
  326. locale: ru
  327.  
  328. # Turn off god mode when people exit
  329. remove-god-on-disconnect: true
  330.  
  331. # Use the permission system of bukkit
  332. # This only works if no other permission plugins are installed
  333. use-bukkit-permissions: false
  334.  
  335. # Auto-AFK
  336. # After this timeout in seconds, the user will be set as afk.
  337. # Set to -1 for no timeout.
  338. auto-afk: 300
  339.  
  340. # Auto-AFK Kick
  341. # After this timeout in seconds, the user will be kicked from the server.
  342. # Set to -1 for no timeout.
  343. auto-afk-kick: 330
  344.  
  345. # Set this to true, if you want to freeze the player, if he is afk.
  346. # Other players or monsters can't push him out of afk mode then.
  347. # This will also enable temporary god mode for the afk player.
  348. # The player has to use the command /afk to leave the afk mode.
  349. freeze-afk-players: false
  350.  
  351. # When the player is afk, should he be able to pickup items?
  352. # Enable this, when you don't want people idling in mob traps.
  353. disable-item-pickup-while-afk: true
  354.  
  355. # You can disable the death messages of minecraft here
  356. death-messages: false
  357.  
  358. # Add worlds to this list, if you want to automatically disable god mode there
  359. no-god-in-worlds:
  360. # - world_nether
  361.  
  362. # Set to true to enable per-world permissions for teleporting with /world, /tp ,/tpa and /tpo.
  363. # Give someone permission to teleport to a world with essentials.world.<worldname>
  364. world-teleport-permissions: false
  365.  
  366. # The number of items given if the quantity parameter is left out in /item or /give.
  367. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  368. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  369. default-stack-size: -1
  370.  
  371. # Oversized stacks are stacks that ignore the normal max stacksize.
  372. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  373. # How many items should be in a oversized stack?
  374. oversized-stacksize: 64
  375.  
  376. # Do you allow to repair enchanted weapons and armor?
  377. # If you set this to false, you can still allow it for certain players using the permission
  378. # essentials.repair.enchanted
  379. repair-enchanted: true
  380.  
  381. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  382. #If you set this to true any plugin that uses teleport will have the previous location registered.
  383. register-back-in-listener: false
  384.  
  385. ############################################################
  386. # +------------------------------------------------------+ #
  387. # | EssentialsHome | #
  388. # +------------------------------------------------------+ #
  389. ############################################################
  390.  
  391. # If no home is set, send players to spawn when /home is used
  392. spawn-if-no-home: false
  393.  
  394. # Allows people to set their bed at daytime
  395. update-bed-at-daytime: true
  396.  
  397. # Allow players to have multiple homes.
  398. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  399. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  400. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  401. sethome-multiple:
  402. default: 0
  403. # essentials.sethome.multiple.vip
  404. vip: 0
  405. mvp: 0
  406. vipp: 0
  407. mvpp: 0
  408. # essentials.sethome.multiple.staff
  409. staff: 0
  410.  
  411. # Set timeout in seconds for players to accept tpa before request is cancelled.
  412. # Set to 0 for no timeout
  413. tpa-accept-cancellation: 30
  414.  
  415. ############################################################
  416. # +------------------------------------------------------+ #
  417. # | EssentialsEco | #
  418. # +------------------------------------------------------+ #
  419. ############################################################
  420.  
  421. # Defines the balance with which new players begin. Defaults to 0.
  422. starting-balance: 200
  423.  
  424. # worth-# defines the value of an item when it is sold to the server via /sell.
  425. # These are now defined in worth.yml
  426.  
  427. # Defines the cost to use the given commands PER USE
  428. command-costs:
  429. # /example costs $1000 PER USE
  430. #example: 1000
  431. # /kit tools costs $1500 PER USE
  432. #kit-tools: 1500
  433.  
  434. # Set this to a currency symbol you want to use.
  435. currency-symbol: '$'
  436.  
  437. # Set the maximum amount of money a player can have
  438. # The amount is always limited to 10 trillions because of the limitations of a java double
  439. max-money: 1000000
  440.  
  441. # Set the minimum amount of money a player can have (must be above the negitive of max-money).
  442. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  443. min-money: -10000
  444.  
  445. # Enable this to log all interactions with trade/buy/sell signs and sell command
  446. economy-log-enabled: false
  447.  
  448. ############################################################
  449. # +------------------------------------------------------+ #
  450. # | EssentialsHelp | #
  451. # +------------------------------------------------------+ #
  452. ############################################################
  453.  
  454. # Show other plugins commands in help
  455. non-ess-in-help: true
  456.  
  457. # Hide plugins which dont give a permission
  458. # You can override a true value here for a single plugin by adding a permission to a user/group.
  459. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  460. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  461. hide-permissionless-help: true
  462.  
  463. ############################################################
  464. # +------------------------------------------------------+ #
  465. # | EssentialsChat | #
  466. # +------------------------------------------------------+ #
  467. ############################################################
  468.  
  469. chat:
  470.  
  471. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  472. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  473. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  474. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  475. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  476. radius: 100
  477.  
  478. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  479. # Or you can give a group specific chat format, to give some extra variation.
  480. # If set to the default chat format which "should" be compatible with ichat.
  481. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  482.  
  483. format: '{DISPLAYNAME}: {MESSAGE}'
  484. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  485.  
  486. group-formats:
  487. Default: '{DISPLAYNAME}&7:&9 {MESSAGE}'
  488. vip: '{DISPLAYNAME}&7:&2 {MESSAGE}'
  489. vipp: '{DISPLAYNAME}&7:&2 {MESSAGE}'
  490. mvp: '{DISPLAYNAME}&7:&a {MESSAGE}'
  491. mvpp: '{DISPLAYNAME}&7:&a {MESSAGE}'
  492. moder: '{DISPLAYNAME}&7:&c {MESSAGE}'
  493. gl: '{DISPLAYNAME}&7:&e {MESSAGE}'
  494. ivent: '{DISPLAYNAME}&7:&b {MESSAGE}'
  495.  
  496. # If your using group formats make sure to remove the '#' to allow the setting to be read.
  497.  
  498. ############################################################
  499. # +------------------------------------------------------+ #
  500. # | EssentialsProtect | #
  501. # +------------------------------------------------------+ #
  502. ############################################################
  503.  
  504. protect:
  505. # Database settings for sign/rail protection
  506.  
  507. # mysql or sqlite
  508. datatype: 'sqlite'
  509.  
  510. # If you specified MySQL above, you MUST enter the appropriate details here.
  511. # If you specified SQLite above, these will be IGNORED.
  512. username: 'root'
  513. password: 'root'
  514. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  515.  
  516. # For which block types would you like to be alerted?
  517. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  518. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  519. alert:
  520. on-placement:
  521. on-use:
  522. on-break:
  523.  
  524. blacklist:
  525.  
  526. # Which blocks should people be prevented from placing
  527. placement: 10,11,46,327,7,130,397:1,328,407,157
  528.  
  529. # Which items should people be prevented from using
  530. usage: 327,130,397:1,328,407,157
  531.  
  532. # Which blocks should people be prevented from breaking
  533. break:
  534.  
  535. # Which blocks should not be pushed by pistons
  536. piston:
  537.  
  538. # General physics/behavior modifications
  539. prevent:
  540. lava-flow: false
  541. water-flow: false
  542. water-bucket-flow: false
  543. fire-spread: true
  544. lava-fire-spread: true
  545. flint-fire: false
  546. lightning-fire-spread: true
  547. portal-creation: false
  548. tnt-explosion: true
  549. tnt-playerdamage: true
  550. tnt-blockdamage: false
  551. fireball-explosion: false
  552. fireball-fire: false
  553. fireball-playerdamage: false
  554. creeper-explosion: false
  555. creeper-playerdamage: false
  556. creeper-blockdamage: false
  557. enderdragon-blockdamage: true
  558. enderman-pickup: false
  559. villager-death: false
  560. # Monsters won't follow players
  561. # permission essentials.protect.entitytarget.bypass disables this
  562. entitytarget: false
  563. # Prevent the spawning of creatures
  564. spawn:
  565. chicken: false
  566. cow: false
  567. creeper: false
  568. ghast: true
  569. giant: false
  570. monster: false
  571. pig: false
  572. pig_zombie: false
  573. sheep: false
  574. skeleton: false
  575. slime: false
  576. spider: false
  577. squid: false
  578. zombie: false
  579. wolf: false
  580. cave_spider: false
  581. enderman: false
  582. silverfish: false
  583. ender_dragon: true
  584. villager: true
  585. blaze: false
  586. mushroom_cow: false
  587. magma_cube: false
  588. snowman: false
  589.  
  590. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  591. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  592. creeper:
  593. max-height: -1
  594.  
  595. # Protect various blocks.
  596. protect:
  597. # Protect all signs
  598. signs: true
  599.  
  600. # Prevent users from destroying rails
  601. rails: true
  602.  
  603. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  604. # This makes it more difficult to circumvent protection, and should be enabled.
  605. # This only has an effect if "rails" or "signs" is also enabled.
  606. block-below: true
  607.  
  608. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  609. prevent-block-on-rails: false
  610.  
  611. # Store blocks / signs in memory before writing
  612. memstore: false
  613.  
  614. # Disable various default physics and behaviors
  615. disable:
  616. # Should fall damage be disabled?
  617. fall: false
  618.  
  619. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  620. # They will be unable to attack users without that same permission node.
  621. pvp: false
  622.  
  623. # Should drowning damage be disabled?
  624. # (Split into two behaviors; generally, you want both set to the same value)
  625. drown: false
  626. suffocate: false
  627.  
  628. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  629. lavadmg: false
  630.  
  631. # Should arrow damage be disabled
  632. projectiles: false
  633.  
  634. # This will disable damage from touching cacti.
  635. contactdmg: false
  636.  
  637. # Burn, baby, burn! Should fire damage be disabled?
  638. firedmg: false
  639.  
  640. # Should the damage after hit by a lightning be disabled?
  641. lightning: false
  642.  
  643. # Should people with build: false in permissions be allowed to build
  644. # Set true to disable building for those people
  645. build: true
  646.  
  647. # Should people with build: false in permissions be allowed to use items
  648. # Set true to disable using for those people
  649. use: true
  650.  
  651. # Should we tell people they are not allowed to build
  652. warn-on-build-disallow: true
  653.  
  654. # Disable weather options
  655. weather:
  656. storm: true
  657. thunder: false
  658. lightning: false
  659.  
  660. ############################################################
  661. # +------------------------------------------------------+ #
  662. # | Essentials Spawn / New Players | #
  663. # +------------------------------------------------------+ #
  664. ############################################################
  665.  
  666. newbies:
  667. # Should we announce to the server when someone logs in for the first time?
  668. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  669. # If not, set to ''
  670. #announce-format: ''
  671. announce-format: '&eДобро пожаловать &r{DISPLAYNAME} &e'
  672.  
  673. # When we spawn for the first time, which spawnpoint do we use?
  674. # Set to "none" if you want to use the spawn point of the world.
  675. spawnpoint: newbies
  676.  
  677. # Do we want to give users anything on first join? Set to '' to disable
  678. # This kit will be given reguardless of cost, and permissions.
  679. #kit: 'start'
  680. kit: 'start'
  681.  
  682. # Set this to lowest, if you want Multiverse to handle the respawning
  683. # Set this to high, if you want EssentialsSpawn to handle the respawning
  684. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  685. respawn-listener-priority: high
  686.  
  687. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  688. respawn-at-home: true
  689.  
  690. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement