Description
This resource fixes an issue where ItemsAdder custom items were not appearing correctly in Skript-based systems (shops, sales menus, commands, etc.).
The problem was caused by improper item handling instead of using proper customitem references.
This has now been fully fixed by correctly initializing ItemsAdder items on load and ensuring they are safely stored and reused.
What’s fixed?
- Custom Items not showing in sales / shop systems
- Incorrect item initialization
- Reload-safe item handling
Features
- Proper on load item initialization
- Uses customitem (ItemsAdder-safe)
- No manual NBT handling
- Clean and optimized Skript code
