An update to the realms API for independent developers would be amazing. Here's what I'd like to see:
- Player location(cordinates) being retreivable with a GET req
This would allow for things like a discord bot to handle KoTH, Domination, Bounties, etc.
I have already done this for another game, Space Engineers and would love to do it here.
- Giving items with a POST req
This would allow again a bot or application to grant items to a player remotely via a command or button.
- Remove items from player inventory with a DEL req
Useful for creating an external economy system
- Ability to read contents of player inventory with a GET req
Useful for detemining whether player has enough items to sell, or enough space to receive an item. Could also be used to create an external 'Display' system.
I have many more ideas, but for now these are at the top of my 'must have' list for fun server/realm operation.
Please sign in to leave a comment.
0 Comments