The appeal was barely accepted in Spigot, so here's the summary:
NEW UPDATE - PASSIVES & CONDITIONS
Update a-1.0.1
Conditions have been added, which can be configured in the items; not everything is about actions, right? You can read PASSIVE_ACTIONS_GUIDES.txt when you download and run the plugin, in items/
NEW UPDATE - DROPS & MOBS
Update a-1.0.2
Support for normal items in custom-drops.yml!
- MobDropsManager.java has been modified to support material: in addition to item-id:.
Works for both "mobs:" and "player-kills:"
Added an example in custom-drops.yml for a CREEPER that drops GRASS.
Code (Text):
CREEPER:
# Example: Normal item drop (not custom item)
# You can use either "item-id:" for custom items or "material:" for normal items
grass_drop:
material: GRASS # Normal item drop (vanilla item)
chance: 50 # 50% chance
message: "&aYou found &2Grass &afrom a &2Creeper&7!"
NEW UPDATE - BUGS
Update a-1.0.3
A bug that caused empty messages to continue being sent to the chat has been fixed.