Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.78 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: 'f'
  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: True
  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: true
  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: en_GB
  194.  
  195. # Turn off god mode when people exit
  196. remove-god-on-disconnect: true
  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: -1
  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: 300
  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: true
  217.  
  218. # You can disable the death messages of minecraft here
  219. death-messages: false
  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. # Allow players to have multiple homes.
  243. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  244. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  245. sethome-multiple:
  246.   # essentials.sethome.multiple
  247.   default: 1
  248.   # essentials.sethome.multiple.vip
  249.   vip: 5
  250.   # essentials.sethome.multiple.staff
  251.   staff: 10
  252.  
  253. ############################################################
  254. # +------------------------------------------------------+ #
  255. # |                   EssentialsEco                      | #
  256. # +------------------------------------------------------+ #
  257. ############################################################
  258.  
  259. # Defines the balance with which new players begin.  Defaults to 0.
  260. starting-balance: 20
  261.  
  262. # worth-# defines the value of an item when it is sold to the server via /sell.
  263. # These are now defined in worth.yml
  264.  
  265. # Defines the cost to use the given commands PER USE
  266. command-costs:
  267.  # /example costs $1000 PER USE
  268.   #example: 1000
  269.   # /kit tools costs $1500 PER USE
  270.   #kit-tools: 1500
  271.  
  272. # Set this to a currency symbol you want to use.
  273. currency-symbol: '$'
  274.  
  275. # Set the maximum amount of money a player can have
  276. # The amount is always limited to 10 trillions because of the limitations of a java double
  277. max-money: 10000000000000
  278.  
  279. # Enable this to log all interactions with trade/buy/sell signs and sell command
  280. economy-log-enabled: true
  281.  
  282. ############################################################
  283. # +------------------------------------------------------+ #
  284. # |                   EssentialsHelp                     | #
  285. # +------------------------------------------------------+ #
  286. ############################################################
  287.  
  288. # Show other plugins commands in help
  289. non-ess-in-help: true
  290.  
  291. # Hide plugins which dont give a permission
  292. # You can override a true value here for a single plugin by adding a permission to a user/group.
  293. # The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  294. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  295. hide-permissionless-help: true
  296.  
  297. ############################################################
  298. # +------------------------------------------------------+ #
  299. # |                   EssentialsChat                     | #
  300. # +------------------------------------------------------+ #
  301. ############################################################
  302.  
  303. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  304. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  305. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  306. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  307. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  308. chat:
  309.   radius: 0
  310.  
  311.   # If set to the default chat format which "should" be compatible with ichat.
  312.   format: '{DISPLAYNAME}: {MESSAGE}
  313.   #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  314.  
  315.   # You can also have group-specific formats, uncomment to enable:
  316.   group-formats:
  317.  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  318.   #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  319.  
  320.  
  321.  
  322.  
  323.  
  324. ############################################################
  325. # +------------------------------------------------------+ #
  326. # |                 EssentialsProtect                    | #
  327. # +------------------------------------------------------+ #
  328. ############################################################
  329.  
  330. protect:
  331.  # Database settings for sign/rail protection
  332.   # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  333.   # https://github.com/essentials/Essentials/blob/master/lib/mysql.jar
  334.  
  335.   # mysql, sqlite or none
  336.   datatype: 'sqlite'
  337.  
  338.   # If you specified MySQL above, you MUST enter the appropriate details here.
  339.   # If you specified SQLite above, these will be IGNORED.
  340.   username: 'root'
  341.   password: 'root'
  342.   mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  343.  
  344.   # For which block types would you like to be alerted?
  345.   # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  346.   alert:
  347.    # 10: lava
  348.     # 11: still lava
  349.     # 46: TNT
  350.     on-placement: 10,11
  351.     on-use: 46
  352.     # 46: TNT
  353.     on-break:
  354.  
  355.   # Users cannot PLACE these types of blocks/items.
  356.   # < 255 designates a BLOCK
  357.   # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  358.   blacklist:
  359.     placement: 14,56,11,10,9,8
  360.     usage: 327,326,325
  361.    
  362.     #prevent people from breaking blocks
  363.     #break: 20,50
  364.     break:
  365.    
  366.     # Which blocks should not be pushed by pistons
  367.     piston:
  368.  
  369.   # General physics/behavior modifications
  370.   prevent:
  371.     lava-flow: false
  372.     water-flow: false
  373.     water-bucket-flow: false
  374.     fire-spread: false
  375.     lava-fire-spread: false
  376.     flint-fire: false
  377.     lightning-fire-spread: true
  378.     portal-creation: false
  379.     tnt-explosion: false
  380.     tnt-playerdamage: false
  381.     fireball-explosion: false
  382.     fireball-fire: false
  383.     fireball-playerdamage: false
  384.     creeper-explosion: false
  385.     creeper-playerdamage: true
  386.     creeper-blockdamage: true
  387.     enderman-pickup: true
  388.     villager-death: true
  389.     # Monsters won't follow players
  390.     # permission essentials.protect.entitytarget.bypass disables this
  391.     entitytarget: false
  392.     # Prevent the spawning of creatures
  393.     spawn:
  394.       chicken: false
  395.       cow: false
  396.       creeper: false
  397.       ghast: false
  398.       giant: false
  399.       monster: false
  400.       pig: false
  401.       pig_zombie: false
  402.       sheep: false
  403.       skeleton: false
  404.       slime: false
  405.       spider: false
  406.       squid: false
  407.       zombie: false
  408.       wolf: false
  409.       cave_spider: false
  410.       enderman: false
  411.       silverfish: false
  412.       ender_dragon: false
  413.       villager: false
  414.       blaze: false
  415.       mushroom_cow: false
  416.       magma_cube: false
  417.       snowman: false
  418.  
  419.   # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  420.   # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  421.   creeper:
  422.     max-height: -1
  423.  
  424.   # Protect various blocks.
  425.   protect:
  426.    # Protect all signs
  427.     signs: true
  428.  
  429.     # Prevent users from destroying rails
  430.     rails: true
  431.  
  432.     # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  433.     # This makes it more difficult to circumvent protection, and should be enabled.
  434.     # This only has an effect if "rails" or "signs" is also enabled.
  435.     block-below: true
  436.  
  437.     # Prevent placing blocks above protected rails, this is to stop a potential griefing
  438.     prevent-block-on-rails: false
  439.    
  440.     # Store blocks / signs in memory before writing
  441.     memstore: false
  442.  
  443.   # Disable various default physics and behaviors
  444.   disable:
  445.    # Should fall damage be disabled?
  446.     fall: false
  447.  
  448.     # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  449.     # They will be unable to attack users without that same permission node.
  450.     pvp: false
  451.  
  452.     # Should drowning damage be disabled?
  453.     # (Split into two behaviors; generally, you want both set to the same value)
  454.     drown: false
  455.     suffocate: false
  456.  
  457.     # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
  458.     lavadmg: false
  459.  
  460.     # Should arrow damage be disabled
  461.     projectiles: false
  462.  
  463.     # This will disable damage from touching cacti.
  464.     contactdmg: false
  465.  
  466.     # Burn, baby, burn!  Should fire damage be disabled?
  467.     firedmg: false
  468.    
  469.     # Should the damage after hit by a lightning be disabled?
  470.     lightning: false
  471.  
  472.     # Should people with build: false in permissions be allowed to build
  473.     # Set true to disable building for those people
  474.     build: true
  475.    
  476.     # Should people with build: false in permissions be allowed to use items
  477.     # Set true to disable useing for those people
  478.     use: true
  479.  
  480.     # Should we tell people they are not allowed to build
  481.     warn-on-build-disallow: true
  482.  
  483.  
  484.     # Disable weather options
  485.     weather:
  486.       storm: false
  487.       thunder: false
  488.       lightning: false
  489.  
  490. ############################################################
  491. # +------------------------------------------------------+ #
  492. # |                    New Players                       | #
  493. # +------------------------------------------------------+ #
  494. ############################################################
  495.  
  496. newbies:
  497.  # Should we announce to the server when someone logs in for the first time?
  498.   # If so, use this format, replacing {DISPLAYNAME} with the player name.
  499.   # If not, set to ''
  500.   #announce-format: ''
  501.   announce-format: ''
  502.  
  503.   # When we spawn for the first time, which spawnpoint do we use?
  504.   # Set to "none" if you want to use the spawn point of the world.
  505.   spawnpoint: newbies
  506.  
  507. # End of File <-- No seriously, you're done with configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement