Advertisement
Guest User

EnchantsPlus Default Config

a guest
Jul 24th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.78 KB | None | 0 0
  1. # ====================================================
  2. # This is the main config to the plugin.
  3. # Edit this to Your heart's content ,but if You mess something up ,its unpredictable what will happen!
  4. # Its wise to keep config file backups after doing major editings
  5. # ~~~~
  6. # NOTE: I recommend to setup the configuration before first time launching this plug, as some options
  7. # might change the whole gameplay and might take a long time to take effect after custom enchants already
  8. # exist in the world.
  9. # --
  10. # NOTE #2: BE CAREFUL with some options! they might ruin the gameplay for people.
  11. # ~~~~
  12. # ====================================================
  13.  
  14. Misc:
  15.   messages-prefix: "&b&lEnchants&9&l+&3&l > &b"
  16.  
  17. Enchants:
  18. # This will enable/disable enchants in enchanting table.
  19. # NOTE: those enchants can still be got from command /en enchant!
  20.   enabled-enchants:
  21.     Auto-Speed: true
  22.     Nightvision: true
  23.     Venom: true
  24.     Auto-Smelting: true
  25.     Regain: true
  26.     Rejuvination: true
  27.     Waterbreathing: true
  28.     Reinforced: true
  29.     Slowness: true
  30.     Regeneration: true
  31.     Flight: true
  32.     Auto-Jump: true
  33.     Blindness: true
  34.     Withering: true
  35.     Quake: true
  36.     Excavation: true
  37.     LifeLeech: true
  38.     'Poison Arrows': true
  39.     'Withered Arrows': true
  40.     'Flashing Arrows': true
  41.     Soulbound: true
  42.     'Ice Aspect': true
  43.     Lucky: true
  44.     Beheading: true
  45.     Life: true
  46.     Electrocute: true
  47.     'Exploding Arrows': true
  48.     Multishoot: true
  49.     'Well Fed': true
  50.     Plasma: true
  51.     Agility: true
  52.     Insulation: true
  53.  
  54. # These are the chances that each of these enchants will appear. The higher the number ,the higher the chance.
  55.   enchant-chances:
  56.     Auto-Speed: 30
  57.     Nightvision: 40
  58.     Venom: 50
  59.     Auto-Smelting: 20
  60.     Regain: 60
  61.     Rejuvination: 25
  62.     Waterbreathing: 40
  63.     Reinforced: 30
  64.     Slowness: 45
  65.     Regeneration: 30
  66.     Flight: 10
  67.     Auto-Jump: 30
  68.     Blindness: 30
  69.     Withering: 20
  70.     Quake: 20
  71.     Excavation: 25
  72.     LifeLeech: 15
  73.     'Flashing Arrows': 35
  74.     'Withered Arrows': 25
  75.     'Exploding Arrows': 15
  76.     'Poison Arrows': 40
  77.     Soulbound: 15
  78.     'Ice Aspect': 15
  79.     Lucky: 20
  80.     Beheading: 25
  81.     Life: 8
  82.     Electrocute: 20
  83.     Multishoot: 10
  84.     'Well Fed': 20
  85.     Plasma: 15
  86.     Agility: 13
  87.     Insulation: 21
  88.  
  89. # Entity damage enchants - are they for pvp or pve? [PVP,PVE,BOTH]
  90.   fight-enchant-use:
  91.     Venom: 'BOTH'
  92.     Blindness: 'BOTH'
  93.     Slowness: 'BOTH'
  94.     Withering: 'BOTH'
  95.     Quake: 'BOTH'
  96.     LifeLeech: 'BOTH'
  97.     'Flashing Arrows': 'BOTH'
  98.     'Withered Arrows': 'BOTH'
  99.     'Poison Arrows': 'BOTH'
  100.     'Exploding Arrows': 'BOTH'
  101.     'Ice Aspect': 'BOTH'
  102.     Beheading: 'BOTH'
  103.     Lucky: 'BOTH'
  104.     Electrocute: 'BOTH'
  105.     Plasma: 'BOTH'
  106.  
  107.   Excavation:
  108. # If this is false ,it will take away the same amount of durability as it broke blocks
  109.     excavation-uses-random-durability: true
  110.  
  111. # For every block broken by excavation enchants ,what is the % chance that it will use 1 durability?
  112.     excavation-durability-rate: 50
  113.  
  114. # Sets the excavation max level to either 1 or 2 (level 1 digs 3x3, level 2 digs 3x3x2)
  115.     excavation-has-2-levels: true
  116.  
  117.   Beheading:
  118. # What are the chances for each level of beheading for a mob to drop its head?
  119.     level-1-chance: 2
  120.     level-2-chance: 4
  121.     level-3-chance: 7
  122.  
  123. # Should the beheading enchant drop (basically) every animal/monster's head that is available from Marc_IRL's (MHF) accounts?
  124.     enable-MHF-heads: false
  125.  
  126.   Life:
  127.     max-level: 1
  128. # if You set health per level to 1, player will get 0.5 extra hearts. 2 means they will get 1 heart per level ,and so on.
  129.     health-per-level: 1
  130. # if You set this to true ,player wearing 3 armor pieces with Life I enchant will have 1.5 extra hearts (if health-per-level is 1).
  131. # Setting this to false means that no matter how much armor pieces with Life I player has equipped ,he will always have only 0.5 extra hearts.
  132.     enchant-stacks-up: true
  133.  
  134.   Quake:
  135.     quake-launches-players: false
  136.     quake-falldamage-affects-players: false
  137.     quake-falldamage: 10
  138.     quake-durability-cost: 20
  139.     quake-launches-other-entities: true
  140.  
  141.     quake-has-cooldown: true
  142.     quake-cooldown: 20
  143.  
  144. # Size in blocks to each side of quake's effectivity.
  145.     quake-level-1-explosion-size: 5
  146.     quake-level-2-explosion-size: 8
  147.     quake-level-3-explosion-size: 11
  148.  
  149. # Base velocity a player will get for quake. In english - how fast and far will player fly away when affected with quake. Feel free to play around with the numbers, but don't go too big!
  150.     quake-level-1-velocity: 1.25
  151.     quake-level-2-velocity: 1.5
  152.     quake-level-3-velocity: 1.65
  153.  
  154.   Regeneration:
  155. # This is the chance that a player will heal every 1 second.
  156. # If a player has ,let's say, a chestplate and boots with Regeneration II and a helmet with Regeneration III,
  157. # the overall chance would be regeneration-heal-rate * sum of the enchant levels (4.0 * 7 = 28% by default)
  158. # If a player has a full set of Regen III armor, the default chance is 48%.
  159.     regeneration-heal-rate: 4.0
  160.  
  161. # This is the amount of extra HP You heal with Regeneration enchant.
  162. # This being 1 means it will heal half-a-heart. 2 means one full heart, and so on.
  163.     regeneration-heal-amount: 1
  164.  
  165.   Electrocute:
  166. # This is the base time of the nausea potion effect for electrocute enchant in seconds.
  167. # It can cause nausea for electrocute-base-time + electrocute-time-increment * (electrocute enchant level - 1) seconds.
  168.     base-time: 7
  169.     time-increment: 1
  170.  
  171. # NOTE: 1.00 here equals half a heart!
  172. # Here You can define the damage for each piece of armor worn by the living entity. (1.00 = half a heart of damage)
  173.     iron-damage: 0.25
  174.     gold-damage: 0.3
  175.     chain-damage: 0.1
  176.  
  177.   Plasma:
  178. # NOTE 1: 1.00 here equals half a heart!
  179. # Here You can define the damage for each piece of armor worn by the living entity. (1.00 = half a heart of damage)
  180.     leather-damage: 0.2
  181.     diamond-damage: 0.45
  182.  
  183. # By how much the damage addition will be multiplied if enchant is level 2?
  184.     level-2-multiplier: 1.15
  185.  
  186.   Exploding-Arrows:
  187. # This option defines the base strength of the explosion.
  188. # This number calculates how strong the hit will be to a player and how much blocks will it break (if that one's enabled.)
  189.     explosion-strength: 1.0
  190.     explodes-blocks: false
  191.  
  192. # This defines a chance to explode everytime an arrow is fired.
  193. # This is used in this formula - if a random number between 1 and (chance-to-explode - 4 * [enchant level]) equals to 1, arrow will explode.
  194.     chance-to-explode: 16
  195.  
  196. # If this is true, not only the chance for an explosion to occur will rise, it will rise its strength too.
  197.     explosion-strength-rises-with-level: true
  198. # If [explosion-strength-rises-with-level] is true, how much does it rise each level?
  199.     strength-rise-multiplier: 1.2
  200.  
  201.   Multishoot:
  202. # What is the maximum level for that enchant? (Requires /reload or server restart after editing this option)
  203.     multishoot-max-level: 2
  204. # How accurate are the additional arrows? Higher the number, bigger the accuracy.
  205.     multishoot-accuracy: 7.0
  206. # Check if the amount of arrows fired is random from 1 to 1 + multishoot level
  207.     multishoot-random: true
  208.  
  209.   Well-fed-and-Hunger:
  210. # Well fed works by randomly giving half a food bar.
  211. # Hunger is the opposite - sometimes reduces half a food bar randomly
  212.  
  213. # What is the rate for each level on the whole player equipment's set (x*well-fed-rate/100, where x is combined enchant level from the whole armor set)
  214.     well-fed-rate: 3.0
  215.  
  216. # Same as above: What is the rate for each level on the whole player equipment's set (x*hunger-rate/100, where x is combined enchant level from the whole armor set)
  217.     hunger-rate: 4.0
  218.  
  219. #
  220. #                         ================ Misc configs below here ================
  221. #
  222.  
  223. # If You set this to true ,anvils ONLY WITH ITEMS THAT HAVE CUSTOM ENCHNATS will be disabled.
  224.   disable-anvils: false
  225.  
  226. # Set this to false if You want to disable the particle effects server-wide.
  227.   particles-enabled: true
  228.  
  229. # Set this to false if You want to disable the sounds from the plugin.
  230. # This will auto-set to false inside the plugin if the server version is 1.8.
  231.   sounds-enabled: true
  232.  
  233. # If sounds are enabled, what should be their main volume? (Edit this value and keep testing if You're satisfied with it)
  234.   sound-volume: 0.7
  235.  
  236. # set this to false to disable custom enchants working in off-hand (excludes bow - check below for that option)
  237.   off-hand-support: true
  238.  
  239. # set this to false to disable custom enchants working in off-hand whilst using a bow
  240.   off-hand-bow-support: true
  241.  
  242. # This setting defines how many times SLOWER the enchant calculations will be done. Change this if You have terrible performance issues with the plugin.
  243. # This number must be natural - minimum 1, 2, 3 and so on.
  244. # Whatever number You will set here, all potion effect enchants, effects like rejuvination will optimize themselves automatically - rejuvination will give the same amount of durability as the misc-timer-interval number, potion effects will be longer, etc
  245. # Max value is set to be 5, but it's not recommended to give it values above 3.
  246. # WARNING: /en reload won't help for this function! Must at least /reload or restart the server.
  247.   misc-timer-interval: 1
  248.  
  249. # This is the minimal XP level required to get a custom enchant while enchanting.
  250. # The lower the level when enchanting an item, the less chances that a player will get it (max chances at level 30)
  251. # Default is 20 (it's best to keep it at that, except if You want to make it higher)
  252.   required-level: 20
  253.  
  254. # This is the general chance of getting a custom enchant.
  255. # Default is 45 (45% rate at level 30 enchanting)
  256. # For the curious ones: item will get a custom enchant when a random number with a cap of [130 - level used for enchanting] < or = enchanting-rate
  257.   enchanting-rate: 45
  258.  
  259. # This is the ratio/chance of more custom enchants appearing when enchanting the item.
  260. # The higher the number is, the more chances You get and more enchants will appear on the item.
  261.   another-enchant-rate: 15
  262.  
  263. # This being false means that armor enchants like nightvision, autospeed ,etc, will NOT work while a player is holding it in hand.
  264.   armor-enchants-work-in-hand: false
  265.  
  266. # This is the maximum number of custom enchants appearing on one item
  267. # If this number is less or equal 1, You can get max 1 enchant.
  268.   max-custom-enchants: 4
  269.   max-custom-enchants-on-book: 2
  270.  
  271. # This value ,unlike the one above this option, defines an ABSOLUTE amount of max enchants.
  272. # This defines the maximum allowed enchants on an item overally, You won't be able to add more.
  273.   absolute-max-enchants: 5
  274.   ignores-enchant-command: true
  275.   vanilla-enchants-included: false
  276.  
  277. # To make the plugin seem not so OP, You can enable bad enchants here. (eg. instability, heavy, hunger)
  278. # The bad enchant ratio is the chance that a bad enchant will appear with each enchanting.
  279. # NOTE: A bad enchant won't appear to items without custom enchants.
  280.   enabled-bad-enchants: false
  281.   bad-enchant-ratio: 40
  282.  
  283. # If set to true, when enchanting an item ,it will have a tooltip briefly defining what the enchant does.
  284. # You can edit them in the config file enchant-tooltips.yml
  285.   helpful-tooltips-enabled: true
  286.  
  287. # This is the RARITY of some enchant effects - smaller the number ,higher the chance an enchant effect will be applied.
  288. # Having 10 on venom III enchant will make every ~4th hit poison somebody
  289.   poison-rarity: 20
  290.   blindness-rarity: 30
  291.   withering-rarity: 30
  292.   slowness-rarity: 20
  293.   lifeleech-rarity: 30
  294.   arrow-poison-rarity: 18
  295.   arrow-withered-rarity: 28
  296.   arrow-flashing-rarity: 28
  297.   ice-aspect-freeze-rarity: 20
  298.   electrocute-rarity: 20
  299.  
  300. # How many seconds will the poison from poison arrows stay around on a player.
  301.   arrow-poison-time: 2.75
  302.  
  303. # How many LESS seconds with each level will the potion effect from poison arrows stay around?
  304. # If this is set to 0.5 (by default), the resulting potion effect time will be arrow-poison-time - 0.5 (by default, level I enchant will give a poison potion effect with 2.25 seconds,
  305. # level II - 1.75 seconds, level III - only 1.25 seconds).
  306. # This function is here because by default with each higher enchant level, the potion effect will be accordingly stronger (you can edit that just below this function).
  307. # If you want the potion effect time to always stay like 'arrow-poison-time' is defined, set this to 0.
  308.   arrow-poison-level-time-decrease: 0.5
  309.  
  310. # Basically, what enchant level will give what poison potion effect level.
  311. # arrow-poison-level-<enchant level>: <the poison potion effect level>
  312.   arrow-poison-level-1: 1
  313.   arrow-poison-level-2: 2
  314.   arrow-poison-level-3: 3
  315.  
  316. # Duration is in seconds ,how much You will be frozen in place.
  317. # Multiplier is how much times longer is the duration when enchant's level 2
  318.   ice-aspect-freeze-duration: 2
  319.   ice-aspect-freeze-level-multiplier: 2
  320.  
  321. # lucky-amount is the max amount of extra XP a player can get from killed entity with Lucky enchant.
  322. # Multiplier is how much times more XP a player can get with level II Lucky enchant
  323.   lucky-amount: 10
  324.   lucky-level-multiplier: 1.5
  325.  
  326. # This number defines the maximum level for Agility a player can get.
  327. # Setting this to a number below 1 or above 10 will have no effect, it will internally set itself to its default value - 3.
  328.   agility-max-level: 3
  329.  
  330. # Each amount is a half-a-heart
  331.   lifeleech-heal-amount: 1
  332.  
  333. # NOTE 1: 1.00 here equals half a heart!
  334. # NOTE 2: Insulation stacks up - for every armor with insulation, the damage multiplier from electrocute/plasma will be multiplied by the amounts defined below.
  335. # By how much will the electrocute/plasma DAMAGE ADDITION will be multiplied if the player has insulation?
  336. # Example, a player with Plasma II attacks a full diamond player. normally, he should do about an extra heart of damage, but if the victim has a full Insulation III set, it will change that value to a bit more than half a heart.
  337. # Where x is, change that to diamond/leather.
  338.   insulation-multiplier-electrocute: 0.65
  339.   insulation-multiplier-plasma: 0.7
  340.  
  341. # By how much will the multiplication number (they're defined just above this option for electrocute/plasma) decrease with each level of insulation?
  342.   insulation-level-2-decrement: 0.07
  343.   insulation-level-3-decrement: 0.13
  344.  
  345. # If this is set to false, fortune + autosmelting will be toggled off
  346.   autosmelt-plus-fortune-enabled: true
  347.  
  348. # Change if Soulbound enchant dissapears off of an item when a player dies and regains the item from death.
  349.   soulbound-enchant-dissapears-after-death: true
  350.  
  351. # Setting this to true will allow PvP enchants to apply to axes too
  352.   pvp-enchants-on-axes: false
  353.  
  354. # Rate at which durability decays when equipped item with flight enchant. 100 = every 0.5 seconds -1 durability on an item
  355.   flight-durability-decay: 30
  356.  
  357. # ---------------
  358.  
  359. # If this is true, whenever any type of PvP is started, a player will lose his ability to fly.
  360.   disable-flight-when-pvp-starts: false
  361.  
  362. # The following option will work only if the above one is set to 'true':
  363. # What is the PvP cooldown?
  364.   no-flight-pvp-cooldown: 15
  365.  
  366. # ---------------
  367.  
  368. # If this is true, whenever any type of PvE is started, a player will lose his ability to fly.
  369.   disable-flight-when-pve-starts: false
  370.  
  371. # The following option will work only if the above one is set to 'true':
  372. # What is the PvE cooldown?
  373.   no-flight-pve-cooldown: 10
  374.  
  375. # ---------------
  376.  
  377. # Does a player recieve falldamage when he lost his flight when starting PvP/PvE?
  378.   falldamage-flight: false
  379.  
  380.  
  381.   # This option changes the maximum rejuvination level.
  382.   # See 'rejuvination-durability-rate' for more information.
  383.   rejuvination-max-level: 3
  384.  
  385.   # This number edits the rate of the durability regen rate with this formula:
  386.   # After every 0.5 seconds, there is a chance of (rejuvination level/rejuvination-durability-rate) to heal 1 durability.
  387.   # So if you have rejuv level 3 and this is set to 6, the chance to regen would be about 3/6=50% every 0.5 seconds
  388.   rejuvination-durability-rate: 10
  389.  
  390.   # Same logics as above, but for Unstable enchant.
  391.   instability-durability-rate: 9
  392.  
  393. # Setting this to false will make it so that people cant damage other people with poison, withering ,etc., only other living entities.
  394.   can-enchants-affect-people: true
  395.  
  396.   heavy-causes-mining-fatigue: true
  397.  
  398. # This enables old enchant name support.
  399. # Basically, if You at some point changed Your enchant name and dont want players to lose those enchants,
  400. # in enchant-names.yml, the 'old-enchant-names' section, add the old enchant names there and the enchant will still work.
  401. # if this is set to false, the plugin won't look into that section.
  402. # Enabling this causes more lag!
  403.   old-name-support: false
  404.  
  405. # This is for 1.9 or higher - by default, bow enchants will be enabled. Set this to false to disable them everywhere.
  406.   bow-enchants-work: true
  407.  
  408. # ---END OF CONFIGS---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement