-
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.
Merge pull request #208 from sakurawald/dev
bump: v4.2.1
- Loading branch information
Showing
214 changed files
with
848 additions
and
829 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,13 +1,9 @@ | ||
> The version number of fuji follows `semver` now: https://semver.org/ | ||
- feature: add new module `chat.replace` module, to replace the `chat text` with a `given text`. (chat.replace module) | ||
- feature: improve the performance of replacing text in language system, also enhance the compatibility of this function. | ||
- feature: add `first time usage guide` at server startup process, to help the new user to set up this mod. | ||
- feature: set the quartz thread name with prefix `Fuji-Quartz`, to identify the threads belongs to fuji. | ||
- feature: set the `default input value` to `blank` for player head gui. (head module) | ||
- feature: set the `default display name` based on the input warp name. (warp module) | ||
- feature: add `/fuji debug` command, to switch the `debug all messages` flag in game. (fuji module) | ||
- refactor: change the color of `debug message` from purple to gray. | ||
- refactor: remove the `[DEV]` prefix in debug message. | ||
- build: update the contributor list | ||
- fix: the default configuration file for command alias module. (command alias module) | ||
- docs: simplify the docs | ||
- use a fancy header to reflect the structure of the document. | ||
- add the `listing of commands`. | ||
- remove the usage of levels that deepen than h6. | ||
- box the code fence. | ||
- fix: ensure the commands are executes in main thread. (command_meta.delay module) | ||
- fix: the lore of meta-data doesn't show in `/fuji inspect fuji-commands` gui. (fuji 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
# TODO | ||
|
||
- feature: a rank module which is based on luckperms track concept. The rank system should allow to custom the | ||
requirement/criteria, promote event, de-promote event. | ||
- feature: a lisp-like DSL, including a parse, transformer, analyzer, code-walker, with some built-in functions: | ||
predicate, | ||
equal... (similar: skript, kubejs) | ||
- interop: /lisp eval | ||
- application: /air, /alert, /respawn, /vote | ||
equal... | ||
- similar: skript, kubejs, command macro | ||
- interop: /lisp eval | ||
- special form: setf, if, lambda, progn, quote | ||
- data type: | ||
- numeric | ||
- bool | ||
- string | ||
- cons | ||
- structure | ||
- domain entities: | ||
- entity | ||
- block | ||
- item | ||
- gui | ||
- pre-define symbols: | ||
- variable | ||
- function | ||
- repl | ||
- list operations | ||
- json operations | ||
- text operation | ||
- application: /air, /alert, /respawn, /vote | ||
- feature: add @CommandTarget annotation |
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
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
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
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
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
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
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
Oops, something went wrong.