Plugin now supports command to directly give a player the selected item via command:
/ai give <player> <amount> <ID>
The id is the unique id in the config.
Ex.
Code (Text):
Items:
example:
Enabled: true
Material: DIAMOND_BOOTS
Name: '&6&lExample Item With Effects'
Lore: '&6Create multiple lines;&6separated by a semicolon!'
Effects:
- JUMP;2;0 # EffectName;Level;DurationInSeconds - Leave Duration 0 for infinite time!
Enchants:
- ARROW_INFINITE;1
The unique id would be 'example'
Thanks for downloading and enjoy the update!