Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #-------------------------------------------------------------------------
- # QUICK CONFIG GUIDE
- # Here maybe some grammar errors (mistakes?)
- #
- # ========= ITEM ===========
- # - Material
- # Item material. Names only. NOT ID!
- #
- # - Display
- # Item display name
- #
- # - Lore
- # Item lore
- #
- # ========= EFFECTS ===========
- # Particle effects for enchant.
- #
- # ========= SOUNDS ===========
- # No comments.
- #
- # ========= DROPS ===========
- # - 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.
- #-------------------------------------------------------------------------
- MagicDust:
- Enabled: true
- Material: GLOWSTONE_DUST
- Display: '&eMagic Dust - %s'
- Lore:
- - '&8ᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐ'
- - '&f›› &7Type: &fMagic Dust'
- - '&f›› &7Level: &f%level%'
- - '&8ᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐ'
- - '&7Increase the success rate by &e%value%%&7.'
- - ''
- - '&e&nPlace on item to upgrade!'
- MaxLevel: 30
- Values:
- Random: false
- RandomRange: '1:3'
- Default: 1
- PerLevel: 0.75
- Enchant:
- Sound: ENTITY_EXPERIENCE_ORB_PICKUP
- Effect: SPELL_WITCH
- 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
- AbyssGem:
- Enabled: true
- Material: SULPHUR
- Display: '&9Abyss Gem - I'
- Lore:
- - '&8ᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐ'
- - '&f> &7Type: &fAbyss Gem'
- - '&8ᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐᚐ'
- - '&7Remove the soulbound/bind from the item.'
- - ''
- - '&9&nPlace on item to unbind!'
- Enchant:
- Sound: ITEM_FIRECHARGE_USE
- Effect: SMOKE_NORMAL
- 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