Advertisement
Gerik312

Another One

Aug 22nd, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 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. # The delay, in seconds, required between /home, /tp, etc.
  38. teleport-cooldown: 30
  39.  
  40. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  41. teleport-delay: 0
  42.  
  43. # The delay, in seconds, required between /heal attempts
  44. heal-cooldown: 60
  45.  
  46. # The number of items given if the quantity parameter is left out in /item or /give.
  47. default-stack-size: 64
  48.  
  49. #what to prevent from /i /give
  50. #e.g item-spawn-blacklist: 46,11,10,9,8
  51. item-spawn-blacklist:
  52.  
  53. # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
  54. # This generally increases server stability unless very specific runtime configurations are used.
  55. # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
  56. reclaim-onlogout: false
  57.  
  58. # Should primitive spawn protection be enabled? For most servers, this should be flase; it is better to use a third-party plugin to protect it.
  59. spawn-protection: false
  60.  
  61. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  62. # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
  63. nether:
  64. enabled: true
  65. folder: nether
  66. portals-enabled: true
  67. generate-exit-portals: true
  68.  
  69. # Mob limit on spawnmob
  70. spawnmob-limit: 10
  71.  
  72. # The message of the day, displayed on connect and by typing /motd.
  73. motd:
  74. - '&cWelcome, {PLAYER}&c!'
  75. - '&fType &c/help&f for a list of commands.'
  76. - 'Currently online: {PLAYERLIST}'
  77. - 'You know RaC0oN haz imba powerz? :D'
  78.  
  79. # The server rules, available by typing /rules
  80. rules:
  81. - '[1] Never gonna give you up'
  82. - '[2] Never gonna let you down'
  83. - '[3] Never gonna run around and desert you'
  84. - '[4] Never gonna make you cry'
  85. - '[5] Never gonna say goodbye'
  86. - '[6] Never gonna tell a lie and hurt you
  87. '
  88.  
  89. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  90. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  91. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  92. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  93. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  94. # such as /egod, will always grant Essentials priority.
  95. # Because WorldGuard's /god is broken/unreliable, we should try to take priority over /god. If this doesn't work, use
  96. # /essentials:god or /egod. Do NOT use WorldGuard's /god, or you will likely be stuck in god mode.
  97. overridden-commands:
  98. - god
  99.  
  100. # Disabled commands will be completelly unavailable on the server.
  101. disabled-commands:
  102. # - nick
  103.  
  104. # Restricted commands will only be available to ops.
  105. # These will have NO EFFECT if you have Permissions installed!
  106. # These are here only if you want something simpler than Permissions.
  107. restricted-commands:
  108. - bigtree
  109. - item
  110. - give
  111. - heal
  112. - plugin
  113. - time
  114. - top
  115. - tp
  116. - tphere
  117. - tree
  118. - setspawn
  119. - antioch
  120. - kick
  121. - ban
  122. - unban
  123. - top
  124. - jump
  125. - tpo
  126. - tppos
  127. - tpohere
  128. - economy
  129. - setwarp
  130. - delwarp
  131. - essentials
  132. - gc
  133. - spawnmob
  134. - broadcast
  135. - burn
  136. - ext
  137. - kill
  138. - ping
  139. - banip
  140. - unban
  141. - mute
  142. - kick
  143. - kickall
  144. - unbanip
  145. - togglejail
  146. - setjail
  147.  
  148. # Note: All items MUST be followed by a quantity!
  149. # Times are measured in seconds.
  150. kits:
  151. tools:
  152. delay: 10
  153. items:
  154. - 277 1
  155. - 278 1
  156. - 279 1
  157.  
  158. # Disable all signs
  159. signs-disabled: false
  160.  
  161. # Backup runs a command while saving is disabled
  162. backup:
  163. # Interval in minutes
  164. interval: 60
  165. # Add a command that backups your data, e.g.
  166. # command: 'rdiff-backup World1 backups/World1'
  167.  
  168. # Set this true to enable permission per warp.
  169. per-warp-permission: false
  170.  
  171. # Sort output of /list command by groups
  172. sort-list-by-groups: false
  173.  
  174.  
  175. ############################################################
  176. # +------------------------------------------------------+ #
  177. # | EssentialsHome | #
  178. # +------------------------------------------------------+ #
  179. ############################################################
  180.  
  181. # When users die, should they respawn at their homes, instead of the spawnpoint?
  182. respawn-at-home: true
  183.  
  184. # When a user interacts with a bed, should their home be set to that location?
  185. # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
  186. bed-sethome: true
  187.  
  188. #if no home is set send you to spawn when /home is used
  189. spawn-if-no-home: false
  190.  
  191.  
  192. ############################################################
  193. # +------------------------------------------------------+ #
  194. # | EssentialsEco | #
  195. # +------------------------------------------------------+ #
  196. ############################################################
  197.  
  198. # Defines the balance with which new players begin. Defaults to 0.
  199. starting-balance: 0
  200.  
  201. # worth-# defines the value of an item when it is sold to the server via /sell.
  202. # For a premade list which you may copy and paste in: http://pastie.org/1707782
  203. #worth-1: 1
  204. #worth-278: 1000
  205.  
  206. # Defines the cost to use the given commands PER USE
  207. command-costs:
  208. # /example costs $1000 PER USE
  209. #example: 1000
  210. # /kit tools costs $1500 PER USE
  211. # kit-tools: 1500
  212.  
  213.  
  214.  
  215.  
  216.  
  217. ############################################################
  218. # +------------------------------------------------------+ #
  219. # | EssentialsHelp | #
  220. # +------------------------------------------------------+ #
  221. ############################################################
  222.  
  223. #Show other plugins commands in help
  224. non-ess-in-help: true
  225.  
  226.  
  227.  
  228.  
  229.  
  230. ############################################################
  231. # +------------------------------------------------------+ #
  232. # | EssentialsServerlist | #
  233. # +------------------------------------------------------+ #
  234. ############################################################
  235.  
  236. # This is your server's mcserverlist.net API key. Register your server at mcserverlist.net if you haven't already.
  237. mcsl-key: ''
  238.  
  239.  
  240.  
  241.  
  242.  
  243. ############################################################
  244. # +------------------------------------------------------+ #
  245. # | EssentialsChat | #
  246. # +------------------------------------------------------+ #
  247. ############################################################
  248.  
  249. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  250. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  251. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  252. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  253. chat:
  254. radius: 0
  255.  
  256. # If set to the default chat format which "should" be compatible with ichat.
  257. format: '<{DISPLAYNAME}> {MESSAGE}'
  258. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  259.  
  260. # You can also have group-specific formats, uncomment to enable:
  261. group-formats:
  262. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  263. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  264.  
  265.  
  266.  
  267.  
  268.  
  269. ############################################################
  270. # +------------------------------------------------------+ #
  271. # | EssentialsProtect | #
  272. # +------------------------------------------------------+ #
  273. ############################################################
  274.  
  275. protect:
  276. # Database settings for sign/rail protection
  277. # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  278. # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  279.  
  280. # mysql, sqlite or none
  281. datatype: 'sqlite'
  282.  
  283. # If you specified MySQL above, you MUST enter the appropriate details here.
  284. # If you specified SQLite above, these will be IGNORED.
  285. username: 'root'
  286. password: 'root'
  287. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  288.  
  289. # For which block types would you like to be alerted?
  290. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  291. alert:
  292. # 10: lava
  293. # 11: still lava
  294. # 46: TNT
  295. on-placement: 10,11,46
  296. on-use:
  297. # 46: TNT
  298. on-break: 46
  299.  
  300. # Users cannot PLACE these types of blocks/items.
  301. # < 255 designates a BLOCK
  302. # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  303. blacklist:
  304. placement: 327,326,14,56,46,
  305. usage: 327,326,325
  306.  
  307. #prevent people from breaking blocks
  308. #break: 20,50
  309. break:
  310.  
  311.  
  312. # General physics/behavior modifications
  313. prevent:
  314. lava-flow: false
  315. water-flow: false
  316. water-bucket-flow: false
  317. fire-spread: false
  318. lava-fire-spread: false
  319. flint-fire: false
  320. portal-creation: false
  321. tnt-explosion: false
  322. creeper-explosion: false
  323. creeper-playerdamage: true
  324. creeper-blockdamage: false
  325. # Monsters won't follow players
  326. # permission essentials.protect.entitytarget.bypass disables this
  327. entitytarget: false
  328. # Prevent the spawning of creatures
  329. spawn:
  330. chicken: false
  331. cow: false
  332. creeper: false
  333. ghast: true
  334. giant: false
  335. monster: false
  336. pig: false
  337. pig_zombie: false
  338. sheep: false
  339. skeleton: false
  340. slime: true
  341. spider: false
  342. squid: false
  343. zombie: false
  344. wolf: false
  345.  
  346. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  347. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  348. creeper:
  349. max-height: -1
  350.  
  351. # Protect various blocks.
  352. protect:
  353. # Protect all signs
  354. signs: true
  355.  
  356. # Prevent users from destroying rails
  357. rails: true
  358.  
  359. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  360. # This makes it more difficult to circumvent protection, and should be enabled.
  361. # This only has an effect if "rails" or "signs" is also enabled.
  362. block-below: true
  363.  
  364. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  365. prevent-block-on-rails: false
  366.  
  367. # Disable various default physics and behaviors
  368. disable:
  369. # Should fall damage be disabled?
  370. fall: false
  371.  
  372. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  373. # They will be unable to attack users without that same permission node.
  374. pvp: false
  375.  
  376. # Should drowning damage be disabled?
  377. # (Split into two behaviors; generally, you want both set to the same value)
  378. drown: false
  379. suffocate: false
  380.  
  381. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  382. lavadmg: false
  383.  
  384. # Should arrow damage be disabled
  385. projectiles: false
  386.  
  387. # This will disable damage from touching cacti.
  388. contactdmg: false
  389.  
  390. # Burn, baby, burn! Should fire damage be disabled?
  391. firedmg: false
  392.  
  393. # Should people with build: false in permissions be allowed to build
  394. # Set true to disable building for those people
  395. build: true
  396.  
  397. #Should we tell people they are not allowed to build
  398. warn-on-build-disallow: true
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. ############################################################
  407. # +------------------------------------------------------+ #
  408. # | New Players | #
  409. # +------------------------------------------------------+ #
  410. ############################################################
  411.  
  412. newbies:
  413. # Should we announce to the server when someone logs in for the first time?
  414. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  415. # If not, set to ''
  416. #announce-format: ''
  417. announce-format: '&dWelcome {DISPLAYNAME} to the server!'
  418.  
  419. # When we spawn for the first time, which spawnpoint do we use?
  420. spawnpoint: newbies
  421.  
  422. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement