```
**Version 3.1.3**
* **New Features / Enhancements:**
* Added a plugin version update prompt.
* Added configuration option: Magic blocks can now be configured to disappear when their time runs out (resolve #11).
* Added automatic detection and key completion for missing keys in the configuration file.
* Lore now supports PlaceholderAPI (PAPI) variables (resolve #10, resolve #13).
* **Bug Fixes / Improvements:**
* Folia compatibility: Implemented a location-aware scheduler for explosion cleanup (fix #15).
* Refactoring magicfood (fix #7).
**Version 3.1.2**
* **New Features / Improvements:**
* Improved the permission setting mechanism for more precise control.
* Enhanced the command completion feature for a smoother user experience.
* Added help prompts to assist users in understanding command usage.
* **Bug Fixes:**
* Fixed an issue where certain commands had incorrect permissions, ensuring proper permission validation.
* Resolved a bug where the `additems` command did not increase the maximum number of items as expected, ensuring the item count behaves correctly.
```
**MagicBlock 3.1.0 Changelog**
**New Features:**
* MagicBlock items now support multi-line lores (thanks to suggestion #3).
* Added config option to allow/disallow players using MagicBlocks bound by other players.
* Added support for Folia server (resolves #6).
**Fixes:**
* Fixed connection issues between fences, walls, glass panes, etc.
* Fixed a bug where MagicBlocks would be accidentally disintegrated in furnaces and workbenches.
* Fixed a bug where MagicBlocks would be accidentally replaced when players clicked on an item in their backpack.
* Fixed pressure plate redstone behavior and prevented attached blocks from dropping unexpectedly (resolves #9).
**Improvements:**
* Improved the configuration description in config.
**In summary,** this update mainly adds support for Folia server, implements multi-line lore support for MagicBlock items, and fixes several important bugs.
Update Suggestions (important) : This update has adjusted the comments and order of configuration items in config file, added the configuration option of multiple lines of Lore and the switch of whether the binding system allows players to use other players to bind blocks. It is recommended to backup the original config file and re-generate config for pasting and replacement.
At present, the plug-in has been open source, please check the latest version of the plug-in through Github page has the corresponding update content, in addition, if you like it, please give me a Star or score, thank you very much
MagicBlock-2.1.0 Update Notes:
Fixes:
1. Fixed a bug where some magic blocks could be placed in the workbench and decomposed.
2. Fixed a bug where some magic blocks would drop experience points when mined.
Additions:
1. Added a new configuration option to set the default usage times for magic blocks obtained through the "mb get" command. The default value is as follows, and can be changed by adding this configuration:
default-block-times: 1000000000
2. Added the command "mb addtimes <number>" which allows you to increase the usage times of the magic block in your hand.
MagicBlock v2.2.0 Update Notes:
Optimizations:
1. Optimized the "mb get" command by adding an optional parameter [times], e.g., "mb get 200" to get a magic block that can be used 200 times.
2. Improved message feedback. When a magic block's usage times run out, a message will notify the player in the chat.
Additions:
1. Added magic food. Command: "mb getfood <material> [times]" allows you to get a specified type of magic food and set its usage times through command parameters. The configuration file can specify the hunger value restored per use. If the [times] parameter is not specified, the default is 0.1B times. In short, you can get food that can be used multiple times.
MagicBlock v2.2.1 Fixes:
Fixed an issue where attached blocks (lanterns, torches, etc.) would drop when the block they were attached to was destroyed.
MagicBlock v2.2.2 Fixes:
Fixed a bug where switching blocks in certain situations would cause item duplication. Highly recommended to update.