Skip to content

Commit

Permalink
two small fixex
Browse files Browse the repository at this point in the history
  • Loading branch information
efekos committed Feb 11, 2024
1 parent c8fcedf commit e9d29cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ keep running if the sender is a player.
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-change.svg) Changed `CoreCommand#getSubs` to be not abstract because you don't have to manually add sub commands anymore.\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-change.svg) Changed `CustomItem`'s entire behaviour.\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-deprecated.svg) Deprecated `CommandManager#registerCoreCommand(JavaPlugin,Class<? extends CoreCommand>)`: You have to define sub
command classes yourself.
command classes yourself.\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-moved.svg) Moved `@.annotations.Command` to `@.commands.Command`.\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-minus.svg) Removed `@.events` package: Event classes now need access to non-public methods.\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-minus.svg) Removed `@.items.compound`: Moved into [another repository](https://github.com/efekos/ItemContent).\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-minus.svg) Removed `@.items.tag`: Moved into [another repository](https://github.com/efekos/ItemContent).\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-minus.svg) Removed `@.items.ItemContent`: [another repository](https://github.com/efekos/ItemContent).\
![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-minus.svg) Removed `@.annotations` package: Useless

# 1.7.1
## 1.7.1

![](https://raw.githubusercontent.com/efekos/efekos/main/icons/symbol-plus.svg) Added icons to changelogs.

0 comments on commit e9d29cf

Please sign in to comment.