Skip to content
Success

Changes

Summary

  1. Enabled formatting of warp sign text (commit: bbc748a) (details)
  2. Added WarpSignsManager test class (commit: b98d83f) (details)
Commit bbc748aae37f5b6b96fa1505f71cc2881965a3a3 by tastybento
Enabled formatting of warp sign text
https://github.com/BentoBoxWorld/Warps/issues/48
(commit: bbc748a)
The file was modified src/main/java/world/bentobox/warps/config/Settings.java (diff)
The file was modified src/main/java/world/bentobox/warps/Warp.java (diff)
The file was modified src/main/java/world/bentobox/warps/WarpPanelManager.java (diff)
The file was modified src/main/java/world/bentobox/warps/WarpSignsManager.java (diff)
The file was modified src/main/resources/config.yml (diff)
Commit b98d83fffc999c1fa066e7bbe14e2892e59809cf by tastybento
Added WarpSignsManager test class
(commit: b98d83f)
The file was addedsrc/test/java/world/bentobox/warps/WarpSignsManagerTest.java