- Fix the problem of bossbar sending too much data
- Add a plugin configuration node: Configure the materials and modelId of the "Next Page", "Previous Page", and "Background Board" of the public trash can (only available for versions later than 1.16.5)
- More comprehensive trash can records: Add logs for the removal and placement of personal trash cans, as well as logs for the specific time and quantity of items swept each time
- More permission control: WorldListTrashCan.GlobalTrashTakeItem: description: The player uses a public trash can (to take items out of the public trash can) default: true WorldListTrashCan.GlobalTrashPutItem: description: The player uses a public trash can (to place items inside it) default: true WorldListTrashCan.PersonalTrashTakeItem: description: The player uses a personal trash can (to take items out of the personal trash can) default: true WorldListTrashCan.PersonalTrashPutItem: description: The player uses a personal trash can (to place items into it) default: true
- Discard: The AllowPutItemInGlobalTrash configuration node has been set and will not affect the current settings
- Optimize some prompts (when the "NoWorldTrashCanEnterPersonalized TrashCan" function is not enabled on servers that do not support special features, the server will not prompt for the missing "PlayerAttemptPickupItemEvent" API)
- Add the "ChatConsole LogFlag" function (whether to display the countdown of the chat bar on the console (only in the chat bar prompt mode))
- Fix the bug where discarded items cannot be stacked after enabling the "NoWorldTrashCanEnterPersonalized TrashCan" function
- Optimize the display of entity list information in the block viewed by the "/wtc look" command
- Fixed the bug where the 'look' command could not click to copy when viewing item types And some small details