#How do I get an array of all dropped items in Kube 6?

1 messages · Page 1 of 1 (latest)

unreal quest
#

One message removed from a suspended account.

stone canyonBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

thick glen
#

you get the full list and filter it from there. Untested but something like this should work

server.getEntities().filter(entity => { return entity.type == "minecraft:item"})