z3r0tekn4l

Untitled

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