v1.3.0 Changelog
Additions
Commands
- Added the
\settings
command. This command is used to open the Settings menu. This replaces the old\settings
command.
Documentation
- Added
\settings
and\datapickblock
to the list of commands shown in the\help chatcommands
subcommand.
Changes
Commands
- Changed the
\invsee
,\offlineinvsee
, and\offlineuuidinvsee
commands so that they also display the enchantments of the items. - Changed the
\offlineinfo
and\offlineuuidinfo
commands to reset the formatting codes between every property so that if the selected player has an item in their inventory with an obfuscated name, then it won't cause all the rest of the data to also be obfuscated as well. - Changed the
\offlineinvsee
and\offlineuuidinvsee
commands to also display the format version that the selected player's data was saved in.
Removals
Commands
- Removed the
\settings
command as it is mostly useless.
Fixes
Commands
- Fixed a bug where the
\run
command did not run the very first part of the command. - Fixed a bug where the
\tint
command couldn't use the target selectors.
Settings
- Fixed a bug where the option to add a list of chat command prefixes for compatibility other add-ons did not work properly.
- Fixed a bug where the new options to change the prefixes and suffixes for displaying chat ranks and also player names, as well as the custom separator between the player's name and the message, did not work in a majority of situations, especially for the player name prefixes and suffixes and the separator for the player's name and message.
UIs
- Fixed a bug where the UI for editing the restricted areas selected the areas for the type of area below the one that you actually selected.
Technical Additions
Script Eval Events
- Added the new custom eval before event dynamic property:
evalBeforeEvents:chatSendBeforeModifiedMessageSend
.