- None
- Update Spigot API to 1.21
- Copy share command to clipboard directly instead of showing it in chat input box
- Add permission node for bypassing 6-patterns limit when getting banners (Enabled in config)
- Update Spigot API to 1.20.1
- Update Java compile target version to 17
- Stop providing technical support for legacy Spigot (prior to Spigot 1.20)
- Show
/bm help
info when providing invalid arguments to/bm
- [Experimental] Add banner showing feature to banner info page
- [Experimental] Add
/bm view
command for banner sharing (via text, in social media other than Minecraft)- Example:
/bm view rO0ABXQADjE0O2NyOjE7Y3JlOjEx
- Example:
Note: Some messages of Experimental features cannot be translated yet.
- Update to 1.17.1
- Support loom recipes (for non-craftable patterns)
- Fix delete button missing bug in 1.16.x
- Update to 1.16.1
- Add Italian(it) translation (Thanks Leomixer17)
- Add Polish(pl) translation (Thanks ziemniok99)
- Update to 1.14.4
- Fix dye materials in recipes
- Update language mechanism
- Auto detect environment language if set language to "auto"
- Change filename syntax of language files from "zh-tw" to "zh_TW"
- Fix bug of missing dye materials when crafting banners
- Add simple preview mode (Toggleable in "Create Banner" menu)
- Fix sorting of materials
- Cleanup code
- Update to 1.13.2
- No longer support 1.8.x ~ 1.12.x
- Optimize code
- Now only support Java 8
- Update Spanish(es) translation (Thanks C4BR3R4)
- Optimize code
- Finish new flexible command system
- Now player can craft a banner by using materials
- If player has permission
BannerMaker.getBanner.free
, he cna only seeGet banner for free
button, buy and craft button will not shown - Update inventory menu system (now most button only accept left click)
- Add Hungarian(hu) translation (Thanks montlikadani)
- Add Spanish(es) translation (Thanks stevejone1997)
- Update to 1.12
- Fix bug that need to reload twice to apply new language
- Add Dutch(nl) translation (Thanks DeTrollers)
- Add Portuguese(pt-br) translation (Thanks Rhander)
- Identify gui button in a more exact way
- Optimize inventory menu transition
- New Commands
- /bm help: command list
- /bm hand: Show banner info of the banner in hand
- /bm see: Show banner info of the banner you're looking at
- Rewrite command system and add tab completion.
- Remove banner data update functions which for update from v1.0 or v1.1
- Make AlphabetAndNumberBanner toggleable
- Improve price setting
- Optimize code
- Split README and CHANGELOG
- Use bStats instead of MCStats
- Update to 1.11
- Add Russian(ru) translation (Thanks sdir01)
- Fix "Title cannot be longer than 32 characters" exception
- Optimize code
- Prevent "Title cannot be longer than 32 characters" exception
- Add Plugin Metrics
- Add French(fr) translation (Thanks RedNesto)
- Update recipe of bordered alphabet D and R
- Update checking of language files
- Check if materials enough and show in banner info
- Update recipe of bordered alphabet S
- Add German(de) Translation (Thanks Marrarus)
- Optimize code
- Add menu of Alphabet & Number
- Add craft material estimates
- Make GUI title prefix editable
- Fix wrong wool color of black banner
- Optimize performance
- Update to 1.9.2
- Remove old preview mode (banner icons will never disappear)
- Make message prefix editable
- Add "Clone & Edit" button
- Remove unnecessary debug messages
- Drop banner on the ground if get banner when inventory is full
- Tried to fix IndexOutOfBoundsException
- Create a toggle button preview mode in create-banner-menu
- Fixed some bug
- Add Economic support (need Vault)
- Support UUID
- Multi language support
(Setting in config.yml. Now support English(en),Traditional Chinese(zh-tw), Simplified Chinese(zh-cn))
- Move banner data to folder "banner"
- More clear and smaller data format
(Move all <player>.yml to folder "banner" and it will be auto update to new data format)
- First Release