Summary
- Add constant for PlayerOptionsCommand. (details)
- Fix CASE_AND_COLORS_IGNORING_HASHER. (details)
- Begin implementing serializeComponent. (details)
- Get rid of fall-through warning. (details)
- Implement missing component types in serializeComponent. (details)
- Add deserializeComponent as alias for convertEscaped. (details)
- Add FontUtil (details)
- Remove unused config.yml and plugin.yml from core (details)
- Add fall-through comment. (details)
- Add FontUtil.fitsSingleBookPage(BaseComponent...) (details)
- Make fitsSingleBookPage(BaseComponent... text) static. (details)
- Handle fonts in ComponentUtil. (details)
- Allow creating CommandRouter without a PluginCommand (details)
- Add CommandUtil.registerCommand variants with a CommandRouter (details)
- Implement AbortPageSendException to signal to sendMessagesPaged that the (details)
- Add ItemStacks#isEmpty(ItemStack). (details)