
ScreenEffects
A small flexible library for showing animated screen overlays to the user.
985
17
v2.0.1
release22 августа 2025 г.- Fixes the success message for registering a screen effect group ignoring the
.disable_reload_messageflag.
v2.0.0
release17 августа 2025 г.- Fixes #1
- ‼️ Replaced the public function
scrfx:add_screen_effectwith two new API functions. - Added API function
scrfx:api/register_screen_effect/register_groupwhich accepts two macro argumentsstorage, andpathlike the old function.- This registers all screen effect definitions in the list provided.
- Throws an error message if the provided screen effect group does not exist.
- Added API function
scrfx:api/register_screen_effect/register_definitionwhich accepts two macro argumentsstorage, andpath.- This registers the screen effect definition provided.
- Throws an error message if the provided screen effect group does not exist.
- Note: In the future, I might add data validation for easier debugging :).
- Changed screen effect definition and group schema, see the README for more info.
v1.3
release21 июля 2025 г.- Support for 1.21.6-1.21.8
- Removed redundant
.dev_modeflag from scoreboardscrfx.zinternals.globals - Added a better reload message.
- You can disable this by setting the
.disable_reload_messageflag from scoreboardscrfx.zinternals.globalsto 1. - There's also clickable text in the reload message that does this for you.
- You can disable this by setting the
v1.2
release3 июня 2025 г.- Changed how datapacks register screen effects.
- You will now define your own storage containing the screen effect definitions.
- Once you have done that you can run the
scrfx:add_screen_effectsfunction which take in astorageand apathargument.
- Changed callbacks.
- Instead of having only two options on where to run commands, You can now run commands on any frame you like.
- The
middleandendfields have been replaced with onecallbacksfield because of this. - It is a compound which contains key value pairs, the key being the frame number and the value being the command.
You can read more about this inside README.md#registering-the-screen-effects.
v1.1.4
release13 апреля 2025 г.- Backwards compatibility now works for 1.21.1.
- ⚠️ 1.21.2 - 1.21.4 compatibility has not been tested yet. Please report bugs on the issues tab.
Совместимость
Minecraft: Java Edition
1.21.x
Платформы
Поддерживаемые окружения
Клиент и сервер
Создатели
Детали
Лицензия:MIT
Опубликован:11 месяцев назад
Обновлён:6 месяцев назад
