Advertisement
Guest User

Essentials cfg

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