#How do I get an array of all dropped items in Kube 6?
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
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"})