SHOW:
|
|
- or go back to the newest paste.
| 1 | # EasyEnchant Configuration | |
| 2 | # | |
| 3 | # How cost multiplier/adder work | |
| 4 | # Cost = (level x CM) + CA | |
| 5 | # So if a player said [/ee protection 4] | |
| 6 | # The cost would be = (4 x 6) + 2 = 26 | |
| 7 | # If the cost turns out less than 1 it defaults to 0 (free) | |
| 8 | # If the Max Level is less than or equal to 0 the enchantment cannot be used | |
| 9 | # | |
| 10 | # Combinations | |
| 11 | # Levels can be set higher than the set maxLevel | |
| 12 | # Enchantments cannot be conflicting (Check the wiki for conflicting enchantments and the items they can be used on) | |
| 13 | # Enchantments must be proper (look below for all the enchantemt names) | |
| 14 | # Put the name of all combos made in the 'ComboList' so the command may show them | |
| 15 | # Players must have the permission node of the combo to use it eg. easyenchant.example | |
| 16 | ||
| 17 | Combination: | |
| 18 | minerI: | |
| 19 | cost: 3 | |
| 20 | - | enchantments: efficiency:1&durability:1 |
| 20 | + | enchantments: dig_speed:1&durability:1 |
| 21 | minerII: | |
| 22 | cost: 7 | |
| 23 | - | enchantments: efficiency:3&durability:1 |
| 23 | + | enchantments: dig_speed:3&durability:1 |
| 24 | minerIII: | |
| 25 | cost: 12 | |
| 26 | - | enchantments: efficiency:5&durability:3 |
| 26 | + | enchantments: dig_speed:5&durability:3 |
| 27 | ComboList: minerI,minerII,minerIII | |
| 28 | protection_environmental: | |
| 29 | Max Level: 4 | |
| 30 | Cost Multiplier: 6 | |
| 31 | Cost Adder: 2 | |
| 32 | protection_fire: | |
| 33 | Max Level: 4 | |
| 34 | Cost Multiplier: 6 | |
| 35 | Cost Adder: 2 | |
| 36 | protection_explosions: | |
| 37 | Max Level: 4 | |
| 38 | Cost Multiplier: 6 | |
| 39 | Cost Adder: 2 | |
| 40 | protection_fall: | |
| 41 | Max Level: 4 | |
| 42 | Cost Multiplier: 6 | |
| 43 | Cost Adder: 3 | |
| 44 | protection_projectile: | |
| 45 | Max Level: 4 | |
| 46 | Cost Multiplier: 6 | |
| 47 | Cost Adder: 2 | |
| 48 | oxygen: | |
| 49 | Max Level: 3 | |
| 50 | Cost Multiplier: 8 | |
| 51 | Cost Adder: 3 | |
| 52 | water_worker: | |
| 53 | Max Level: 1 | |
| 54 | Cost Multiplier: 9 | |
| 55 | Cost Adder: 3 | |
| 56 | damage_all: | |
| 57 | Max Level: 5 | |
| 58 | Cost Multiplier: 7 | |
| 59 | Cost Adder: -3 | |
| 60 | damage_undead: | |
| 61 | Max Level: 5 | |
| 62 | Cost Multiplier: 7 | |
| 63 | Cost Adder: -3 | |
| 64 | damage_arthropods: | |
| 65 | Max Level: 5 | |
| 66 | Cost Multiplier: 7 | |
| 67 | Cost Adder: -3 | |
| 68 | knockback: | |
| 69 | Max Level: 2 | |
| 70 | Cost Multiplier: 6 | |
| 71 | Cost Adder: 3 | |
| 72 | fire_aspect: | |
| 73 | Max Level: 2 | |
| 74 | Cost Multiplier: 6 | |
| 75 | Cost Adder: 3 | |
| 76 | loot_bonus_mobs: | |
| 77 | Max Level: 3 | |
| 78 | Cost Multiplier: 7 | |
| 79 | Cost Adder: 3 | |
| 80 | dig_speed: | |
| 81 | Max Level: 5 | |
| 82 | Cost Multiplier: 4 | |
| 83 | Cost Adder: 2 | |
| 84 | silk_touch: | |
| 85 | Max Level: 1 | |
| 86 | Cost Multiplier: 12 | |
| 87 | Cost Adder: 4 | |
| 88 | durability: | |
| 89 | Max Level: 3 | |
| 90 | Cost Multiplier: 5 | |
| 91 | Cost Adder: 3 | |
| 92 | loot_bonus_blocks: | |
| 93 | Max Level: 3 | |
| 94 | Cost Multiplier: 8 | |
| 95 | Cost Adder: 4 | |
| 96 | arrow_damage: | |
| 97 | Max Level: 5 | |
| 98 | Cost Multiplier: 8 | |
| 99 | Cost Adder: 4 | |
| 100 | arrow_fire: | |
| 101 | Max Level: 1 | |
| 102 | Cost Multiplier: 18 | |
| 103 | Cost Adder: 4 | |
| 104 | arrow_infinite: | |
| 105 | Max Level: 1 | |
| 106 | Cost Multiplier: 18 | |
| 107 | Cost Adder: 4 | |
| 108 | arrow_knockback: | |
| 109 | Max Level: 2 | |
| 110 | Cost Multiplier: 10 | |
| 111 | Cost Adder: 4 |