#Pickup Notifier
1 messages · Page 1 of 1 (latest)
Amazing🤩
Thanks
Could you use this so it will be compactible with other ui addons https://www.curseforge.com/minecraft-bedrock/scripts/ui-queue
This wont as ive made my own ui, it doesnt use actionbar message or anything, it also uses an identifier i made to output the messages
But will it work with other ui addons that use title
this is just using RP?
BP & RP, script for string hadling and output formating
Also doent mess with default chat
Added output for inventory full
How you detect when the player pickup an item? It’s with system.run() or with an after/before Event?
system.runInterval()
Oh, ok
I’m pretty sure you can do something with beforeEvent entityRemove event
When you pickup an item it despawns
And items are entities
Instead of a runInterval
Just check location and near players when an item despawns, If so, check the player’s inventory
That's alot of checks. This just checks player inv and send the required messages. It only checks item entity when player inv is full
you can just use playerInventoryChange afterEvent
Pretty sure I have
how would u make custom items not show there namespace