You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for the following languages (Not all are fully complete) -> German, Russian, Chinese
The language is determined by the client's locale, defaulting to English.
Bug Fixes
Fixed a bunch of errors around the API Events
Fixed a bunch of Nametag related issues
Fixed the teams problem (Hopefully for the final time)
Fixed NPCs being injected in the wrong world (Only on new versions, it as fixed on older ones)
A pile of performance enhancements
API Changes
Setting the location now overwrites the direction settings object
BREAKING: In order to register an object, you must call CustomNPCs.ACTION_REGISTRY.register("ID", Action.class, Action::creationButton) or whatever you name your creation button method. An example method is below.
The method Action#getFavicon have been refactored to Action#getFavicon(Player) (For better localization support)
The corresponding API version for this release is 1.7-pre8
And probably a bunch of other small tweaks and stuff.
I am looking for Translators! 👀
If you speak a language other than English and are interested in helping me translate please reach out. You can make a ticket or just DM me on Discord. In exchange for translating, you get a swanky @Translator role, and access to the perks of being a supporter! (This means builds of preview features much much sooner than everyone else.) More info at https://crowdin.com/project/customnpcs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New Features
Bug Fixes
API Changes
CustomNPCs.ACTION_REGISTRY.register("ID", Action.class, Action::creationButton)
or whatever you name your creation button method. An example method is below.Action#getFavicon
have been refactored toAction#getFavicon(Player)
(For better localization support)1.7-pre8
And probably a bunch of other small tweaks and stuff.
I am looking for Translators! 👀
If you speak a language other than English and are interested in helping me translate please reach out. You can make a ticket or just DM me on Discord. In exchange for translating, you get a swanky
@Translator
role, and access to the perks of being a supporter! (This means builds of preview features much much sooner than everyone else.) More info at https://crowdin.com/project/customnpcsFull Changelog: v1.7-pre3...v1.7-pre8
This discussion was created from the release v1.7-pre8.
Beta Was this translation helpful? Give feedback.
All reactions