Advertisement
SilentShiro

Untitled

Mar 29th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.17 KB | None | 0 0
  1. ops-name-color: ''
  2.  
  3. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  4. nickname-prefix: ''
  5.  
  6. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  7. max-nick-length: 15
  8.  
  9. # Disable this if you have any other plugin, that modifies the displayname of a user.
  10. change-displayname: true
  11.  
  12. # When this option is enabled, the (tab) player list will be updated with the displayname.
  13. # The value of change-displayname (above) has to be true.
  14. #change-playerlist: true
  15.  
  16. # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  17. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
  18. # The value of change-displayname (above) has to be true.
  19. # Do not edit this setting unless you know what you are doing!
  20. #add-prefix-suffix: false
  21.  
  22. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  23. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  24. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  25. teleport-safety: true
  26.  
  27. # The delay, in seconds, required between /home, /tp, etc.
  28. teleport-cooldown: 0
  29.  
  30. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  31. teleport-delay: 0
  32.  
  33. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  34. # This will also prevent the player attacking other players.
  35. teleport-invulnerability: 4
  36.  
  37. # The delay, in seconds, required between /heal or /feed attempts.
  38. heal-cooldown: 60
  39.  
  40. # What to prevent from /item and /give.
  41. # e.g item-spawn-blacklist: 10,11,46
  42. item-spawn-blacklist:
  43.  
  44. # Set this to true if you want permission based item spawn rules.
  45. # Note: The blacklist above will be ignored then.
  46. # Example permissions (these go in your permissions manager):
  47. # - essentials.itemspawn.item-all
  48. # - essentials.itemspawn.item-[itemname]
  49. # - essentials.itemspawn.item-[itemid]
  50. # - essentials.give.item-all
  51. # - essentials.give.item-[itemname]
  52. # - essentials.give.item-[itemid]
  53. # - essentials.unlimited.item-all
  54. # - essentials.unlimited.item-[itemname]
  55. # - essentials.unlimited.item-[itemid]
  56. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  57. #
  58. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  59. permission-based-item-spawn: false
  60.  
  61. # Mob limit on the /spawnmob command per execution.
  62. spawnmob-limit: 10
  63.  
  64. # Shall we notify users when using /lightning?
  65. warn-on-smite: true
  66.  
  67. # The motd and rules are now configured in the files motd.txt and rules.txt.
  68.  
  69. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  70. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  71. # In this state, which plugin 'wins' appears to be almost random.
  72. #
  73. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  74. # To force essentials to take 'god' alias 'god' to 'egod'.
  75. # See http://wiki.bukkit.org/Commands.yml#aliases for more information.
  76.  
  77. overridden-commands:
  78. # - god
  79. # - info
  80.  
  81. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  82. # You should not have to disable commands used in other plugins, they will automatically get priority.
  83. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
  84. disabled-commands:
  85. # - nick
  86. # - clear
  87.  
  88. # These commands will be shown to players with socialSpy enabled.
  89. # You can add commands from other plugins you may want to track or
  90. # remove commands that are used for something you dont want to spy on.
  91. # Set - '*' in order to listen on all possible commands.
  92. socialspy-commands:
  93. - msg
  94. - w
  95. - r
  96. - mail
  97. - m
  98. - t
  99. - whisper
  100. - emsg
  101. - tell
  102. - er
  103. - reply
  104. - ereply
  105. - email
  106. - action
  107. - describe
  108. - eme
  109. - eaction
  110. - edescribe
  111. - etell
  112. - ewhisper
  113. - pm
  114.  
  115. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  116. # This list has no effect if you are using a supported permissions system.
  117. # If you are using an unsupported permissions system, simply delete this section.
  118. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  119. # These are the permissions without the "essentials." part.
  120. player-commands:
  121. - afk
  122. - afk.auto
  123. - back
  124. - back.ondeath
  125. - balance
  126. - balance.others
  127. - balancetop
  128. - build
  129. - chat.color
  130. - chat.format
  131. - chat.shout
  132. - chat.question
  133. - clearinventory
  134. - compass
  135. - depth
  136. - delhome
  137. - getpos
  138. - geoip.show
  139. - help
  140. - helpop
  141. - home
  142. - home.others
  143. - ignore
  144. - info
  145. - itemdb
  146. - kit
  147. - kits.tools
  148. - list
  149. - mail
  150. - mail.send
  151. - me
  152. - motd
  153. - msg
  154. - msg.color
  155. - nick
  156. - near
  157. - pay
  158. - ping
  159. - protect
  160. - r
  161. - rules
  162. - realname
  163. - seen
  164. - sell
  165. - sethome
  166. - setxmpp
  167. - signs.create.protection
  168. - signs.create.trade
  169. - signs.break.protection
  170. - signs.break.trade
  171. - signs.use.balance
  172. - signs.use.buy
  173. - signs.use.disposal
  174. - signs.use.enchant
  175. - signs.use.free
  176. - signs.use.gamemode
  177. - signs.use.heal
  178. - signs.use.info
  179. - signs.use.kit
  180. - signs.use.mail
  181. - signs.use.protection
  182. - signs.use.repair
  183. - signs.use.sell
  184. - signs.use.time
  185. - signs.use.trade
  186. - signs.use.warp
  187. - signs.use.weather
  188. - spawn
  189. - suicide
  190. - time
  191. - tpa
  192. - tpaccept
  193. - tpahere
  194. - tpdeny
  195. - warp
  196. - warp.list
  197. - world
  198. - worth
  199. - xmpp
  200.  
  201. # Note: All items MUST be followed by a quantity!
  202. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  203. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  204. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  205. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  206. # Set delay to -1 for a one time kit.
  207. # For more information, visit http://wiki.ess3.net/wiki/Kits
  208. kits:
  209.  
  210. # Essentials Sign Control
  211. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  212. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  213. # Essentials colored sign support will be enabled when any sign types are enabled.
  214. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  215.  
  216. enabledSigns:
  217. - color
  218. - balance
  219. #- buy
  220. #- sell
  221. #- trade
  222. - free
  223. - disposal
  224. - warp
  225. - kit
  226. - mail
  227. - enchant
  228. - gamemode
  229. - heal
  230. #- info
  231. - spawnmob
  232. - repair
  233. - time
  234. - weather
  235.  
  236. # How many times per second can Essentials signs be interacted with per player.
  237. # Values should be between 1-20, 20 being virtually no lag protection.
  238. # Lower numbers will reduce the possibility of lag, but may annoy players.
  239. sign-use-per-second: 4
  240.  
  241. # Backup runs a batch/bash command while saving is disabled.
  242. backup:
  243. # Interval in minutes.
  244. interval: 30
  245. # Unless you add a valid backup command or script here, this feature will be useless.
  246. # Use 'save-all' to simply force regular world saving without backup.
  247. #command: 'rdiff-backup World1 backups/World1'
  248.  
  249. # Set this true to enable permission per warp.
  250. per-warp-permission: false
  251.  
  252. # Sort output of /list command by groups.
  253. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  254. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  255. list:
  256. # To merge groups, list the groups you wish to merge
  257. #Staff: owner admin moderator
  258. Admins: owner admin
  259. # To limit groups, set a max user limit
  260. #builder: 20
  261. # To hide groups, set the group as hidden
  262. #default: hidden
  263. # Uncomment the line below to simply list all players with no grouping
  264. #Players: '*'
  265.  
  266. # More output to the console.
  267. debug: false
  268.  
  269. # Set the locale for all messages.
  270. # If you don't set this, the default locale of the server will be used.
  271. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  272. # Don't forget to remove the # in front of the line.
  273. # For more information, visit http://wiki.ess3.net/wiki/Locale
  274. #locale: en
  275.  
  276. # Turn off god mode when people leave the server.
  277. remove-god-on-disconnect: false
  278.  
  279. # Auto-AFK
  280. # After this timeout in seconds, the user will be set as AFK.
  281. # This feature requires the player to have essentials.afk.auto node.
  282. # Set to -1 for no timeout.
  283. auto-afk: 300
  284.  
  285. # Auto-AFK Kick
  286. # After this timeout in seconds, the user will be kicked from the server.
  287. # essentials.afk.kickexempt node overrides this feature.
  288. # Set to -1 for no timeout.
  289. auto-afk-kick: -1
  290.  
  291. # Set this to true, if you want to freeze the player, if the player is AFK.
  292. # Other players or monsters can't push the player out of AFK mode then.
  293. # This will also enable temporary god mode for the AFK player.
  294. # The player has to use the command /afk to leave the AFK mode.
  295. freeze-afk-players: false
  296.  
  297. # When the player is AFK, should he be able to pickup items?
  298. # Enable this, when you don't want people idling in mob traps.
  299. disable-item-pickup-while-afk: false
  300.  
  301. # This setting controls if a player is marked as active on interaction.
  302. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  303. cancel-afk-on-interact: true
  304.  
  305. # Should we automatically remove afk status when a player moves?
  306. # Player will be removed from AFK on chat/command regardless of this setting.
  307. # Disable this to reduce server lag.
  308. cancel-afk-on-move: true
  309.  
  310. # You can disable the death messages of Minecraft here.
  311. death-messages: true
  312.  
  313. # Should players with permissions be able to join and part silently?
  314. # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
  315. # In addition, people with essentials.silentjoin.vanish will be vanished on join.
  316. allow-silent-join-quit: false
  317.  
  318. # You can set a custom join message here, set to "none" to disable.
  319. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  320. custom-join-message: "none"
  321.  
  322. # You can set a custom quit message here, set to "none" to disable.
  323. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  324. custom-quit-message: "none"
  325.  
  326. # Add worlds to this list, if you want to automatically disable god mode there.
  327. no-god-in-worlds:
  328. # - world_nether
  329.  
  330. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  331. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  332. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  333. # This does not affect the /home command, there is a separate toggle below for this.
  334. world-teleport-permissions: false
  335.  
  336. # The number of items given if the quantity parameter is left out in /item or /give.
  337. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  338. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  339. default-stack-size: -1
  340.  
  341. # Over-sized stacks are stacks that ignore the normal max stack size.
  342. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  343. # How many items should be in an over-sized stack?
  344. oversized-stacksize: 64
  345.  
  346. # Allow repair of enchanted weapons and armor.
  347. # If you set this to false, you can still allow it for certain players using the permission.
  348. # essentials.repair.enchanted
  349. repair-enchanted: true
  350.  
  351. # Allow 'unsafe' enchantments in kits and item spawning.
  352. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  353. unsafe-enchantments: false
  354.  
  355. #Do you want Essentials to keep track of previous location for /back in the teleport listener?
  356. #If you set this to true any plugin that uses teleport will have the previous location registered.
  357. register-back-in-listener: false
  358.  
  359. #Delay to wait before people can cause attack damage after logging in.
  360. login-attack-delay: 5
  361.  
  362. #Set the max fly speed, values range from 0.1 to 1.0
  363. max-fly-speed: 0.8
  364.  
  365. #Set the max walk speed, values range from 0.1 to 1.0
  366. max-walk-speed: 0.8
  367.  
  368. #Set the maximum amount of mail that can be sent within a minute.
  369. mails-per-minute: 1000
  370.  
  371. # Set the maximum time /tempban can be used for in seconds.
  372. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  373. max-tempban-time: -1
  374.  
  375. ############################################################
  376. # +------------------------------------------------------+ #
  377. # | EssentialsHome | #
  378. # +------------------------------------------------------+ #
  379. ############################################################
  380.  
  381. # Allows people to set their bed at daytime.
  382. update-bed-at-daytime: true
  383.  
  384. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  385. # This applies to the /home only.
  386. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  387. world-home-permissions: false
  388.  
  389. # Allow players to have multiple homes.
  390. # Players need essentials.sethome.multiple before they can have more than 1 home.
  391. # You can set the default number of multiple homes using the 'default' rank below.
  392. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  393. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  394. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  395. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  396. sethome-multiple:
  397. default: 3
  398. vip: 5
  399. staff: 10
  400.  
  401. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  402. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  403.  
  404. # Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
  405. # Set to 0 for no timeout.
  406. tpa-accept-cancellation: 120
  407.  
  408. ############################################################
  409. # +------------------------------------------------------+ #
  410. # | EssentialsEco | #
  411. # +------------------------------------------------------+ #
  412. ############################################################
  413.  
  414. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  415.  
  416. # Defines the balance with which new players begin. Defaults to 0.
  417. starting-balance: 0
  418.  
  419. # worth-# defines the value of an item when it is sold to the server via /sell.
  420. # These are now defined in worth.yml
  421.  
  422. # Defines the cost to use the given commands PER USE.
  423. # Some commands like /repair have sub-costs, check the wiki for more information.
  424. command-costs:
  425. # /example costs $1000 PER USE
  426. #example: 1000
  427. # /kit tools costs $1500 PER USE
  428. #kit-tools: 1500
  429.  
  430. # Set this to a currency symbol you want to use.
  431. # Remember, if you want to use special characters in this document,
  432. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  433. currency-symbol: '$'
  434.  
  435. # Set the maximum amount of money a player can have.
  436. # The amount is always limited to 10 trillion because of the limitations of a java double.
  437. max-money: 10000000000000
  438.  
  439. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  440. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  441. min-money: -10000
  442.  
  443. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  444. economy-log-enabled: false
  445.  
  446. non-ess-in-help: true
  447.  
  448. chat:
  449.  
  450. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  451. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  452. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  453. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  454. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  455. radius: 0
  456.  
  457. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  458. # Or you can give a group specific chat format, to give some extra variation.
  459. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  460.  
  461. format: '{DISPLAYNAME} &7{MESSAGE}'
  462. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  463.  
  464. group-formats:
  465. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  466. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  467.  
  468. newbies:
  469. announce-format: ''
  470. spawnpoint: newbies
  471. kit:
  472. respawn-listener-priority: high
  473. respawn-at-home: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement