Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #-------------------------------------------------------------------------
- # QUICK CONFIG GUIDE
- # Here maybe some grammar errors (mistakes?)
- #
- # - Enabled
- # Set this to 'false' to completely disable repair module
- #
- # ========= ANVIL ===========
- # - Enabled
- # Set this to 'false' to disable repair by using anvil (it doesn't touch the default minecraft repair)
- #
- # - Action
- # Value: Do not touch.
- # isShiftOnly: <true/false>
- #
- # - Currency
- # Enable/Disable currency for repair
- #
- # - RepairCost
- # Formula is '%cost% * (%max_durability% - %current_durability%)'
- # For example: to repair item with durability 100/500 for EXP it will cost 40 levels
- #
- # ========= ITEM ===========
- # - Material
- # Item material. Names only. NOT ID!
- #
- # - Display
- # Item display name
- #
- # - Lore
- # Item lore
- #
- # - RepairMode
- # 0 - repair amount of current item durability
- # 1 - repair amount of maximal item durability
- #
- # - Levels
- # Amount of durability that will be repaired in percent
- # For example: Gem 1 level will restore 10% of durability.
- # Format is: 'LEVEL:VALUE' Integers only.
- #
- # - PreventFrom
- # Entities that spawned by one of reasons listed below wont drop items
- # All valid spawn reasons you can find here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html
- #
- # - EntityTypes
- # Entity types that can drop gems
- # Variables are:
- # * ALL - all entities
- # * HOSTILE - only hostile entities
- # * PASSIVE - only passive entities
- # * <ENTITY_TYPE> - only specified entity type
- # You can combine values like HOSTILE and PIG, PASSIVE and ZOMBIE and HUSK, etc.
- #-------------------------------------------------------------------------
- Enabled: true
- Anvil:
- Enabled: true
- Action:
- Value: RIGHT_CLICK_BLOCK
- isShiftOnly: true
- Currency:
- EXP: true
- Material: true
- Vault: true
- RepairCost:
- EXP: 0.1
- MATERIAL: 0.02
- VAULT: 1.25
- Item:
- Material: FIREWORK_CHARGE
- Display: '&dRepair Gem - %s'
- Lore:
- - '&8ᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐ'
- - '&f›› &7Type: &fRepair Gem'
- - '&f›› &7Level: &f%level%'
- - '&f›› &7Repair: &d+%s%%'
- - '&8ᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐ'
- - ''
- - '&d&oPlace Gem on Item to repair!'
- RepairMode: 0
- Levels:
- 1: 10
- 2: 20
- 3: 30
- 4: 40
- 5: 50
- Drops:
- Chance: 0.05
- Worlds:
- - world
- - world_nether
- - world_the_end
- PreventFrom:
- EGG: true
- DISPENSE_EGG: true
- SPAWNER: true
- SPAWNER_EGG: true
- SLIME_SPLIT: true
- EntityTypes:
- - ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement