Hey guys, long time no see! I finally found the motivation to code again, so here we are. Anways, mega content dump for you guys, honestly making the plugin a game changer. Here are the changes:
- Added onBlockBreak handler
- Allow Uber Items to break blocks by default
- Added cooldown system
- Make it so you can’t place Uber Items as blocks
- Removed “canbreakblocks” boolean, all items should be able to break blocks
- Added a “checklist” comment guide for new items, should make it easier to have consistency with current and new Uber Items
- Made an item repair function in Utilities
- Got rid of reliance on main class instances, made it possible to actually use the plugin as an API
- Made template addons plugin to make your own custom UberItems
- Admin inventory menu that allows user to take any uber item
so with all of that, the plugin can officially support "addon" plugins. Yup! That means you can make and use your own Uber Items! Here is a repository for my template UberItems Addon Plugin if you are curious how it works:
https://github.com/ThirtyVirus/UberItems_CustomAddon_Template
soon I will make a seperate resource page to describe how the API works, but for now enjoy!