1.3.0
is a minor release that adds support for ModelEngine3. Note that creative-central-api
can be found in the Maven Central Repository, so there is no need to add any other repository.
What's Changed
- feat: added ModelEngine3 support
- *: reduce logs on resource-pack generation
Full Changelog: https://github.com/unnamed/creative-central/compare/v1.2.0...v1.3.0
How to use
There is more detailed information on our online documentation, you can find installation and usage instructions there. If you need more help, join our Discord server and we will be glad to help you!
1.2.0
is a minor release that adds support for Minecraft 1.20.3 and 1.20.4. Note that creative-central-api
can be found in the Maven Central Repository, so there is no need to add any other repository.
What's Changed
- feat: added 1.20.3 resource pack statuses
- feat: added UUID to resource pack request
- deps: bump up paper-api to 1.20.4-R0.1-SNAPSHOT
Full Changelog: https://github.com/unnamed/creative-central/compare/v1.1.0...v1.2.0
How to use
There is more detailed information on our online documentation, you can find installation and usage instructions there. If you need more help, join our Discord server and we will be glad to help you!
Happy coding! 🐛
1.1.0
minor release.
What's Changed
- feat: added BStats Metrics
- feat: added
polymath
export type (format:polymath <url> <secret>
) - docs: added docs on polymath export type
Full Changelog: https://github.com/unnamed/creative-central/compare/v1.0.0...v1.1.0
How to use
There is more detailed information on our online documentation, you can find installation and usage instructions there. If you need more help, join our Discord server and we will be glad to help you!
Happy coding! 🐛
No changes.
First release!
- Added support for ModelEngine, Oraxen and ItemsAdder.
creative-central
will now merge those plugins' resource-packs automatically.
- Update creative to 1.3.0
- Allows using more component types in the resource-pack description
- Update
creative
to1.2.1-SNAPSHOT
- Fixes a bug with resource-pack reading
- 1.20.2 support
- Added ability to specify a
public-address
different to youraddress
(Useful if you use NAT)
0.7.1-SNAPSHOT
This is a patch, non-breaking update, your old configuration and everything should work fine. The generated resource-pack may be different
Fixes (Internal only, from creative
)
- (Fix) Write model predicate value depending on its type, not always a String
- (Fix) Close streams after writing responses on Resource Pack server
First snapshot!