Conversation
Signed-off-by: Martin Sulikowski <vluckyyy.biznes@gmail.com>
📦 Development Build ReadyWarning Do not use this build in production. It is intended for testing purposes only and may be unstable. 👉 Download EternalCore development build Built with Java 25. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 34884efd0b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7eb2d6fa4c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4f3684fe4c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
imDMK
left a comment
There was a problem hiding this comment.
good job Lucky! looks great to me
| "#", | ||
| "# This file lets you completely disable individual EternalCore features.", | ||
| "#", | ||
| "# A feature set to 'false' will not register its commands, listeners, tasks or config section at all -", | ||
| "# it behaves as if it was never installed. This only takes effect on plugin startup, not on /reload.", |
There was a problem hiding this comment.
| "#", | |
| "# This file lets you completely disable individual EternalCore features.", | |
| "#", | |
| "# A feature set to 'false' will not register its commands, listeners, tasks or config section at all -", | |
| "# it behaves as if it was never installed. This only takes effect on plugin startup, not on /reload.", | |
| "#", | |
| "# This file lets you completely disable individual EternalCore features.", | |
| "#", | |
| "# Works ONLY after server RESTART", | |
| "# A feature set to 'false' will not register its commands, listeners, tasks or config section at all -", | |
| "# it behaves as if it was never installed.", |
Fixes #855