- New option: Global.Check-For-Persistent-Metadata, true by default.
- If enabled, the plugin will now check for the item persistent metadata and not its item meta (display name, lore, etc).
- If you already have the plugin installed, any orbs that your players have will not work anymore. Turn this option off to fix it. But it's highly recommended for compatibility with other plugins.
- Persistent MetaData is now applied for every orb.
- This should minimize compatibility problems with other plugins.
- Fixed despawned orbs trying to be renamed.
New orb type:
Dropped
After killing a mob or a player, they have a chance to drop a orb. This orb can execute commands or give effects when picked up.
This orb does not show on the orb menu.
Example of a Dropped Orb: (Entity List can be found
HERE)
Code (Text):
dropped_orb:
type: dropped
name: "&4&lMob Soul"
lore:
- "&7Dropped from mobs!"
entities: [ZOMBIE, SKELETON, CREEPER]
commands: #You can execute commands after the player picks up the orb
- "give %player% iron_ingot 2"
effect: "REGENERATION" #Or give potion effects.
effect-duration: 120
duration: 200 #The orb will despawn after a short while, just like normal orbs
drop-chance: 1 #1 = 100%, 0.1 = 10% and so on.
drop-amount: 1
spawn-particles: true
particles: FLAME
head: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTc5YTkxMTg0NmJjY2YzNWM5ODM4ZjljMmQ5NjRmMjNjMzI1ODQ3ZTQ0ZDA3ZTU0NGFmZjdhMjA2YmY0NGI3MyJ9fX0="