Add
- New "teleport" parameter for menu tile.
- New parameter "menu_conditions" for menu
Fix
- Fixed a bug where when using /papi reload the plugin placeholders disappeared
More information on the plugin wiki: https://movementui.gitbook.io/movementui-wiki
Other changes
- Code refactoring.
Add
- New "command_blacklist" menu parameter.
- New parameter "closeable" in the menu is responsible for the ability to close the menu using SHIFT + F
- New parameter "lang" in the plugin config is responsible for selecting the plugin language preset.
- New parameter "custom_lang" in the plugin config responsible for the ability to edit the lang.yml file.
- Complete blocking of interaction with blocks in navigation mode.
Langs presets:
- EN_US - English US (Default)
- RU_RU - Russian
- ES_ES - Spanish
- ZH_CN - Simplified Chinese
- ZH_TW - Traditional Chinese
More information on the plugin wiki:
Add
- New parameter for menu: y_scroll for hotbar scroll detection.
- New parameter for menu: click_detect to react to LMB (When this option is enabled, pressing the LMB simulates pressing SPACE).
- New parameter in config.yml - scroll-detect-delay to set the delay between hotbar scroll detections.
- The menus.yml config system has been redesigned; there is now a menus folder in which you can create as many configs as you want, and all of them will be related to working with the menu, which will make it easier to navigate by dividing the menu into several files.
Fix/Patch
- Optimized interaction with player data in the plugin.
- Optimized motion tracking processing as well as functions for entering and exiting navigation mode.
- Fixed the issue where data was not returning to default state.
- Fixed the problem that when a player exited, his data was not deleted but remained in RAM.
Removed
- Some messages namely such as: navigation.enabled and navigation.disabled.
Fix
- Fixed the problem that nextMenu ignores origin.
- Player speed in navigation mode has been further reduced.
- Fixed async error when executing a command.
- Fixed the problem with executing commands:
- /movementui startmenu
- /movementui closemenu.
on behalf of the server console
Add
- Added the ability to specify a player as an argument to the /movementui closemenu command