Guest User

Untitled

a guest
Apr 17th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.06 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.  
  24.  
  25. ############################################################
  26. # +------------------------------------------------------+ #
  27. # | Essentials (Global) | #
  28. # +------------------------------------------------------+ #
  29. ############################################################
  30.  
  31. # A color code between 0-9 or a-f. Set to 'none' to disable.
  32. ops-name-color: 'c'
  33.  
  34. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  35. nickname-prefix: '~'
  36.  
  37. # Disable this if you have any other plugin, that modifies the displayname of a user.
  38. change-displayname: 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: 0
  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: 0
  52.  
  53. # The delay, in seconds, required between /heal attempts
  54. heal-cooldown: 60
  55.  
  56. # What to prevent from /i /give
  57. # e.g item-spawn-blacklist: 46,11,10
  58. item-spawn-blacklist:
  59.  
  60. # Set this to true if you want permission based item spawn rules
  61. # Note: The blacklist above will be ignored then.
  62. # Permissions:
  63. # - essentials.itemspawn.item-all
  64. # - essentials.itemspawn.item-[itemname]
  65. # - essentials.itemspawn.item-[itemid]
  66. # - essentials.give.item-all
  67. # - essentials.give.item-[itemname]
  68. # - essentials.give.item-[itemid]
  69. permission-based-item-spawn: false
  70.  
  71. # Mob limit on spawnmob
  72. spawnmob-limit: 10
  73.  
  74. # Shall we notify users when using /lightning
  75. warn-on-smite: true
  76.  
  77. # motd and rules are now configured in the files motd.txt and rules.txt
  78.  
  79. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  80. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  81. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  82. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  83. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  84. # such as /egod, will always grant Essentials priority.
  85. # We should try to take priority over /god. If this doesn't work, use
  86. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  87. overridden-commands:
  88. - god
  89.  
  90. # Disabled commands will be completelly unavailable on the server.
  91. disabled-commands:
  92. # - nick
  93.  
  94. # Restricted commands have been removed.
  95. # Now we have a whitelist, all commands not on this list are only available to ops.
  96. # These will have NO EFFECT if you have Permissions installed!
  97. # They are here only if you want something simpler than Permissions.
  98. # These are the permissions without the "essentials." part.
  99. player-commands:
  100. - afk
  101. - back
  102. - back.ondeath
  103. - balance
  104. - clearinventory
  105. - compass
  106. - depth
  107. - getpos
  108. - geoip.show
  109. - help
  110. - helpop
  111. - home
  112. - home.others
  113. - ignore
  114. - info
  115. - kit
  116. - list
  117. - mail
  118. - mail.send
  119. - me
  120. - motd
  121. - msg
  122. - nick
  123. - pay
  124. - ping
  125. - powertool
  126. - protect
  127. - r
  128. - rules
  129. - seen
  130. - sell
  131. - sethome
  132. - setxmpp
  133. - signs.create.protection
  134. - signs.create.trade
  135. - signs.break.protection
  136. - signs.break.trade
  137. - signs.use.balance
  138. - signs.use.buy
  139. - signs.use.disposal
  140. - signs.use.free
  141. - signs.use.heal
  142. - signs.use.mail
  143. - signs.use.protection
  144. - signs.use.sell
  145. - signs.use.time
  146. - signs.use.trade
  147. - signs.use.warp
  148. - signs.use.weather
  149. - spawn
  150. - suicide
  151. - tpa
  152. - tpaccept
  153. - tpahere
  154. - tpdeny
  155. - warp
  156. - warp.list
  157. - world
  158. - worth
  159. - xmpp
  160.  
  161. # Note: All items MUST be followed by a quantity!
  162. # Times are measured in seconds.
  163. kits:
  164. tools:
  165. delay: 10
  166. items:
  167. - 277 1
  168. - 278 1
  169. - 279 1
  170.  
  171. # Disable all signs
  172. signs-disabled: false
  173.  
  174. # Backup runs a command while saving is disabled
  175. backup:
  176. # Interval in minutes
  177. interval: 60
  178. # Add a command that backups your data, e.g.
  179. #command: 'rdiff-backup World1 backups/World1'
  180.  
  181. # Set this true to enable permission per warp.
  182. per-warp-permission: false
  183.  
  184. # Sort output of /list command by groups
  185. sort-list-by-groups: false
  186.  
  187. # More output to the console
  188. debug: false
  189.  
  190. # Set the locale for all messages
  191. # If you don't set this, the default locale of the server will be used.
  192. # Don't forget to remove the # infront of the line
  193. #locale: de_DE
  194.  
  195. # Turn off god mode when people exit
  196. remove-god-on-disconnect: false
  197.  
  198. # Use the permission system of bukkit
  199. # This only works if no other permission plugins are installed
  200. use-bukkit-permissions: false
  201.  
  202. # Auto-AFK
  203. # After this timeout in seconds, the user will be set as afk.
  204. # Set to -1 for no timeout.
  205. auto-afk: 300
  206.  
  207. # Auto-AFK Kick
  208. # After this timeout in seconds, the user will be kicked from the server.
  209. # Set to -1 for no timeout.
  210. auto-afk-kick: -1
  211.  
  212. # Set this to true, if you want to freeze the player, if he is afk.
  213. # Other players or monsters can't push him out of afk mode then.
  214. # This will also enable temporary god mode for the afk player.
  215. # The player has to use the command /afk to leave the afk mode.
  216. freeze-afk-players: false
  217.  
  218. # You can disable the death messages of minecraft here
  219. death-messages: true
  220.  
  221. # Add worlds to this list, if you want to automatically disable god mode there
  222. no-god-in-worlds:
  223. # - world_nether
  224.  
  225. # Oversized stacks are stacks that ignore the normal max stacksize.
  226. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  227. # How many items should be in a oversized stack?
  228. oversized-stacksize: 64
  229.  
  230. ############################################################
  231. # +------------------------------------------------------+ #
  232. # | EssentialsHome | #
  233. # +------------------------------------------------------+ #
  234. ############################################################
  235.  
  236. # When users die, should they respawn at their first home, instead of the spawnpoint or bed?
  237. respawn-at-home: false
  238.  
  239. # If no home is set send you to bed or spawn when /home is used
  240. spawn-if-no-home: true
  241.  
  242. # Allows people to set their bed at daytime
  243. update-bed-at-daytime: true
  244.  
  245. # Allow players to have multiple homes.
  246. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  247. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  248. sethome-multiple:
  249. # essentials.sethome.multiple
  250. default: 3
  251. # essentials.sethome.multiple.vip
  252. vip: 5
  253. # essentials.sethome.multiple.staff
  254. staff: 10
  255.  
  256. ############################################################
  257. # +------------------------------------------------------+ #
  258. # | EssentialsEco | #
  259. # +------------------------------------------------------+ #
  260. ############################################################
  261.  
  262. # Defines the balance with which new players begin. Defaults to 0.
  263. starting-balance: 0
  264.  
  265. # worth-# defines the value of an item when it is sold to the server via /sell.
  266. # These are now defined in worth.yml
  267.  
  268. # Defines the cost to use the given commands PER USE
  269. command-costs:
  270. # /example costs $1000 PER USE
  271. #example: 1000
  272. # /kit tools costs $1500 PER USE
  273. #kit-tools: 1500
  274.  
  275. # Set this to a currency symbol you want to use.
  276. currency-symbol: '$'
  277.  
  278. # Set the maximum amount of money a player can have
  279. # The amount is always limited to 10 trillions because of the limitations of a java double
  280. max-money: 10000000000000
  281.  
  282. # Enable this to log all interactions with trade/buy/sell signs and sell command
  283. economy-log-enabled: false
  284.  
  285. ############################################################
  286. # +------------------------------------------------------+ #
  287. # | EssentialsHelp | #
  288. # +------------------------------------------------------+ #
  289. ############################################################
  290.  
  291. # Show other plugins commands in help
  292. non-ess-in-help: true
  293.  
  294. # Hide plugins which dont give a permission
  295. # You can override a true value here for a single plugin by adding a permission to a user/group.
  296. # The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  297. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  298. hide-permissionless-help: true
  299.  
  300. ############################################################
  301. # +------------------------------------------------------+ #
  302. # | EssentialsChat | #
  303. # +------------------------------------------------------+ #
  304. ############################################################
  305.  
  306. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  307. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  308. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  309. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  310. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  311. chat:
  312. radius: 0
  313.  
  314. # If set to the default chat format which "should" be compatible with ichat.
  315. format: '{FACTION} <{DISPLAYNAME}> {MESSAGE}'
  316. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  317.  
  318. # You can also have group-specific formats, uncomment to enable:
  319. group-formats:
  320. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  321. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  322.  
  323.  
  324.  
  325.  
  326.  
  327. ############################################################
  328. # +------------------------------------------------------+ #
  329. # | EssentialsProtect | #
  330. # +------------------------------------------------------+ #
  331. ############################################################
  332.  
  333. protect:
  334. # Database settings for sign/rail protection
  335.  
  336. # mysql or sqlite
  337. datatype: 'sqlite'
  338.  
  339. # If you specified MySQL above, you MUST enter the appropriate details here.
  340. # If you specified SQLite above, these will be IGNORED.
  341. username: 'root'
  342. password: 'root'
  343. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  344.  
  345. # For which block types would you like to be alerted?
  346. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  347. alert:
  348. # 10: lava
  349. # 11: still lava
  350. # 46: TNT
  351. on-placement: 10,11,46
  352. on-use:
  353. # 46: TNT
  354. on-break:
  355.  
  356. # Users cannot PLACE these types of blocks/items.
  357. # < 255 designates a BLOCK
  358. # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  359. blacklist:
  360. placement: 327,326,14,56,46,11,10,9,8
  361. usage: 327,326,325
  362.  
  363. #prevent people from breaking blocks
  364. #break: 20,50
  365. break:
  366.  
  367. # Which blocks should not be pushed by pistons
  368. piston:
  369.  
  370. # General physics/behavior modifications
  371. prevent:
  372. lava-flow: false
  373. water-flow: false
  374. water-bucket-flow: false
  375. fire-spread: true
  376. lava-fire-spread: true
  377. flint-fire: false
  378. lightning-fire-spread: true
  379. portal-creation: false
  380. tnt-explosion: false
  381. tnt-playerdamage: false
  382. fireball-explosion: false
  383. fireball-fire: false
  384. fireball-playerdamage: false
  385. creeper-explosion: false
  386. creeper-playerdamage: false
  387. creeper-blockdamage: false
  388. enderman-pickup: false
  389. villager-death: false
  390. # Monsters won't follow players
  391. # permission essentials.protect.entitytarget.bypass disables this
  392. entitytarget: false
  393. # Prevent the spawning of creatures
  394. spawn:
  395. chicken: false
  396. cow: false
  397. creeper: false
  398. ghast: false
  399. giant: false
  400. monster: false
  401. pig: false
  402. pig_zombie: false
  403. sheep: false
  404. skeleton: false
  405. slime: false
  406. spider: false
  407. squid: false
  408. zombie: false
  409. wolf: false
  410. cave_spider: false
  411. enderman: false
  412. silverfish: false
  413. ender_dragon: false
  414. villager: false
  415. blaze: false
  416. mushroom_cow: false
  417. magma_cube: false
  418. snowman: false
  419.  
  420. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  421. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  422. creeper:
  423. max-height: -1
  424.  
  425. # Protect various blocks.
  426. protect:
  427. # Protect all signs
  428. signs: true
  429.  
  430. # Prevent users from destroying rails
  431. rails: true
  432.  
  433. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  434. # This makes it more difficult to circumvent protection, and should be enabled.
  435. # This only has an effect if "rails" or "signs" is also enabled.
  436. block-below: true
  437.  
  438. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  439. prevent-block-on-rails: false
  440.  
  441. # Store blocks / signs in memory before writing
  442. memstore: false
  443.  
  444. # Disable various default physics and behaviors
  445. disable:
  446. # Should fall damage be disabled?
  447. fall: false
  448.  
  449. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  450. # They will be unable to attack users without that same permission node.
  451. pvp: false
  452.  
  453. # Should drowning damage be disabled?
  454. # (Split into two behaviors; generally, you want both set to the same value)
  455. drown: false
  456. suffocate: false
  457.  
  458. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  459. lavadmg: false
  460.  
  461. # Should arrow damage be disabled
  462. projectiles: false
  463.  
  464. # This will disable damage from touching cacti.
  465. contactdmg: false
  466.  
  467. # Burn, baby, burn! Should fire damage be disabled?
  468. firedmg: false
  469.  
  470. # Should the damage after hit by a lightning be disabled?
  471. lightning: false
  472.  
  473. # Should people with build: false in permissions be allowed to build
  474. # Set true to disable building for those people
  475. build: true
  476.  
  477. # Should people with build: false in permissions be allowed to use items
  478. # Set true to disable useing for those people
  479. use: true
  480.  
  481. # Should we tell people they are not allowed to build
  482. warn-on-build-disallow: true
  483.  
  484.  
  485. # Disable weather options
  486. weather:
  487. storm: false
  488. thunder: false
  489. lightning: false
  490.  
  491. ############################################################
  492. # +------------------------------------------------------+ #
  493. # | New Players | #
  494. # +------------------------------------------------------+ #
  495. ############################################################
  496.  
  497. newbies:
  498. # Should we announce to the server when someone logs in for the first time?
  499. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  500. # If not, set to ''
  501. #announce-format: ''
  502. announce-format: '&dWelcome {DISPLAYNAME} to the server!'
  503.  
  504. # When we spawn for the first time, which spawnpoint do we use?
  505. # Set to "none" if you want to use the spawn point of the world.
  506. spawnpoint: newbies
  507.  
  508. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment