-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0feac23
commit 5917bf5
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
### Changes: | ||
- Cleaned up a bit of the internals. | ||
- Optimized a few little bits of the plugin including some questionable ItemMeta calls. | ||
- Removed reliance on nbt-api. | ||
- Updated to 1.21.1 (ryderbelserion) | ||
- Updated how glow is added to an item. (ryderbelserion) | ||
- Remove unnecessary logging. (TDL) | ||
- Stopped updating plugin hooks twice on `/ce reload` (ryderbelserion) | ||
|
||
### Additions: | ||
- Added a new config option, `Settings.EnchantmentOptions.Limit.Change-On-Fail` (TDL) | ||
- If true, the enchant limit will change. | ||
- Added untested support for the Lands plugin. (TDL) | ||
|
||
### Fixed: | ||
- Fixed a few issues with broken bits of code that were commented. | ||
- Fixed an issue with enchantments not working with multi arrow. (TDL) | ||
- Fixed an issue with checking if an enchant is activated. (TDL) | ||
- Fixed an issue with blacksmith max enchants (TDL) | ||
- Fixed an issue with ore drops. (TDL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters