Guest User

Untitled

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