starbounded
starbounded copied to clipboard
Render a list of creatures that a world has
I think this is currently impossible – I can't find any metadata about creatures (besides alive entities in the world) in the world's metadata.
We can do this with Starnub integration. I have ways of tracking Entity, am still working on decoding some of the last Starbound data in the net protocol. We could combine this data potentially.
StarNub/StarNubMain#3
I have fully integrated python into StarNub. You are able to use all StarNub libraries, and you are also able to write Python libraries that i can import into StarNub internally behind commands and plugins.