Advertisement
Guest User

Untitled

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