Skip to content
Success

Changes

Summary

  1. Add constant for PlayerOptionsCommand. (details)
  2. Fix CASE_AND_COLORS_IGNORING_HASHER. (details)
  3. Begin implementing serializeComponent. (details)
  4. Get rid of fall-through warning. (details)
  5. Implement missing component types in serializeComponent. (details)
  6. Add deserializeComponent as alias for convertEscaped. (details)
  7. Add FontUtil (details)
  8. Remove unused config.yml and plugin.yml from core (details)
  9. Add fall-through comment. (details)
  10. Add FontUtil.fitsSingleBookPage(BaseComponent...) (details)
  11. Make fitsSingleBookPage(BaseComponent... text) static. (details)
  12. Handle fonts in ComponentUtil. (details)
  13. Allow creating CommandRouter without a PluginCommand (details)
  14. Add CommandUtil.registerCommand variants with a CommandRouter (details)
  15. Implement AbortPageSendException to signal to sendMessagesPaged that the (details)
  16. Add ItemStacks#isEmpty(ItemStack). (details)
Commit 98587272b39b9b50bda3fb6f2845dd4eea8d38a7 by jonas.becker
Add constant for PlayerOptionsCommand.
The file was modified CubesideUtilsBukkit/src/main/java/de/iani/cubesideutils/bukkit/plugin/commands/PlayerOptionsCommand.java
Commit 0e8c186cf124f06f933bb14b669f9a7fdad4a924 by jonas.becker
Fix CASE_AND_COLORS_IGNORING_HASHER.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/StringUtil.java
Commit 58d2a497d9bb9778e51d370efadcaff85d40ebb7 by j_beck64
Begin implementing serializeComponent.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/ComponentUtil.java
Commit 27cb39d227d00a2538dfaabb9527e533bb2cc5cc by jonas.becker
Get rid of fall-through warning.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/ComponentUtil.java
Commit dbb619d9093fc9a101f0f7a7f569b395925e0963 by jonas.becker
Implement missing component types in serializeComponent.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/ComponentUtil.java
Commit 95e03f622dd7ac4a28b18a30983cc05b57abd40d by jonas.becker
Add deserializeComponent as alias for convertEscaped.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/ComponentUtil.java
Commit e7c10c5d8bc7a6390ca5b4f2911ee41cef7f067b by Brokkonaut
Add FontUtil
The file was addedCubesideUtilsCore/src/main/java/de/iani/cubesideutils/FontUtil.java
The file was addedCubesideUtilsCore/src/main/resources/char_sizes.bin
Commit 1da79176f46f2a496327c7c73737baa64fb967d9 by Brokkonaut
Remove unused config.yml and plugin.yml from core
The file was removedCubesideUtilsCore/src/main/resources/config.yml
The file was removedCubesideUtilsCore/src/main/resources/plugin.yml
Commit 1234253606815bb215004c0a65bf11b0c09a0492 by jonas.becker
Add fall-through comment.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/FontUtil.java
Commit c3ec59fb533b08246b8d16c1e316b586e281d4b6 by Brokkonaut
Add FontUtil.fitsSingleBookPage(BaseComponent...)
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/FontUtil.java
Commit a877ed5b189a762f9d03e3a68ae6dab8803ff551 by jonas.becker
Make fitsSingleBookPage(BaseComponent... text) static.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/FontUtil.java
Commit 156ff66546d5cbe32696bd7721f0bcf5e77ecd2d by jonas.becker
Handle fonts in ComponentUtil.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/ComponentUtil.java
Commit 40a28ecd52a9561946ce565e92c655185155e715 by Brokkonaut
Allow creating CommandRouter without a PluginCommand
The file was modified CubesideUtilsBukkit/src/main/java/de/iani/cubesideutils/bukkit/commands/CommandRouter.java
Commit 2f2d89ccb4e3f34c667abea63857e63d354d8dbb by Brokkonaut
Add CommandUtil.registerCommand variants with a CommandRouter
The file was modified CubesideUtilsBukkit/src/main/java/de/iani/cubesideutils/bukkit/commands/CommandUtil.java
Commit 16f92346a7319d673e96b673bdbb915d7481e5b1 by jonas.becker
Implement AbortPageSendException to signal to sendMessagesPaged that the
execution sould be silently aborted.
The file was modified CubesideUtilsCore/src/main/java/de/iani/cubesideutils/ChatUtil.java
Commit 9d8f9e81cc46c2c6f8d056203f37ef370087b130 by jonas.becker
Add ItemStacks#isEmpty(ItemStack).
The file was modified CubesideUtilsBukkit/src/main/java/de/iani/cubesideutils/bukkit/items/ItemStacks.java