What's new?
- Added holograms for showing status and status messages above bots
- Added setStatus(message, duration) for the standard bot module
- Chat messages by bots will now appear above them
- Fixed issues with Multiverse worlds during server startup
- Improved formatting for the editor link message, and added a message showing that editor session is being made
API updates:
- Added CodeBot#chat(message)
- Added CodeBot#setStatus(message, duration?)
- Added BotLoadEvent (this event is called whenever a chunk containing the bot is loaded)
Why isn't the text moving smoothly?
- I tried to make this work with TextDisplay interpolation, but it causes visual issues when walking around it. I'm not sure what to do about this, I might use holograms from other plugins for smoother movement of the text.
Please report any issues encountered.