-
Notifications
You must be signed in to change notification settings - Fork 7
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
1af1716
commit 51b49c6
Showing
21 changed files
with
17 additions
and
531 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,14 +1,5 @@ | ||
> The version number of fuji follows `semver` now: https://semver.org/ | ||
> This version includes the following **breaking changes** if you are using them: | ||
> - feature: add `others` literal arguments to most commands that only targeted at command source player in the past, | ||
now allows to use `others` argument to apply the command to a collection of players. This influence the following | ||
commands (**If you are using `command_permission module` with `apply-sponge-implicit-wildcard=false` | ||
in `luckperms.conf`, then everything is fine. If the option is true, then be careful that the `wildcard permission` | ||
may allow players to use the following commands with `others` option.**): | ||
> - all functional commands. | ||
> - most of the commands in `command_toolbox` | ||
> - /afk, /back, /chat style, /pvp, /rtp | ||
> - The command option `/tppos --targetPlayer ...` is replaced by `/tppos others ...`. (command_toolbox.tppos module) | ||
> - make the default required level permission to 4: /heal, /ping, /extinguish, /near (command_toolbox.* module) | ||
> - make the default required level permission to 4: all functional commands. (functional module) | ||
> - refactor: remove `tab_list.sort` and `tab_list.faker` module. (it's highly recommend to use https://github.com/NEZNAMY/TAB for complex purpose, it works just perfect.) | ||
> - refactor: rename `tab_list` module to `tab` module. |
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
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
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
2 changes: 1 addition & 1 deletion
2
...list/config/model/TabListConfigModel.java → .../tab/config/model/TabListConfigModel.java
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
4 changes: 2 additions & 2 deletions
4
...ab_list/job/RenderHeaderAndFooterJob.java → ...zer/tab/job/RenderHeaderAndFooterJob.java
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
12 changes: 0 additions & 12 deletions
12
.../java/io/github/sakurawald/module/initializer/tab_list/faker/TabListFakerInitializer.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ub/sakurawald/module/initializer/tab_list/faker/config/model/TabListFakerConfigModel.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
...in/java/io/github/sakurawald/module/initializer/tab_list/sort/TabListSortInitializer.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...main/java/io/github/sakurawald/module/initializer/tab_list/sort/structure/AlphaTable.java
This file was deleted.
Oops, something went wrong.
132 changes: 0 additions & 132 deletions
132
...in/java/io/github/sakurawald/module/initializer/tab_list/sort/structure/TabListEntry.java
This file was deleted.
Oops, something went wrong.
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
23 changes: 0 additions & 23 deletions
23
src/main/java/io/github/sakurawald/module/mixin/tab_list/faker/FakePlayerPingMixin.java
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...akurawald/module/mixin/tab_list/sort/DisableTheClientSideToShowPlayersInTabListMixin.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.