Changelog:
- Added the
BOTH
suggestion mode that combinesACTUAL
andTEMPLATES
modes - The output
emojis.zip/assets/minecraft/font/default.json
file will be merged with the server resource pack's JSON file (if it contains one) in case themergeWithServerResourcePack
is set totrue
.
In other words, the server resource pack's custom symbols won't be overwritten by emojis in thedefault.json
file (instead, they will be merged together). - When an HTTP server starts, the resource pack is now available only a URL with a generated hash which makes it harder for someone to download the resource pack directly
- An HTTP server won't start if the
enforcementPolicy
is set toNONE
as it doesn't make sense
Changelog:
- Added more flexibility by changing
enforceResourcePack
toenforcementPolicy
inconfig.yml
:NONE
- The resource pack won't be loaded on join. This option can fit servers where players prefer to download the resource pack manuallyOPTIONAL
- Players can decline the resource pack from loading on joinREQUIRED
- Players are forced to play with the resource pack