Added
- New Keybind API (thanks to isXander and Ejektaflex)
- Allows devs to easily define and register keybinds
- Allows possible realtime key updates rather than per tick
- Allows specifying different pressed and unpressed functionality
- File API
- getBaseFolder now returns a Folder (File) instead of a Path
- getBaseFolderPath now returns a Path
- Serial API
- Add an Identifier serializer
- New Persistence API (Unstable/Experimental)
- Allows devs to easily add and access persistent data
- Useful for config data and serverside data