From 0380f8dc72a937e53e24c8005a27b25ccf8c4c1b Mon Sep 17 00:00:00 2001 From: Martin Sulikowski Date: Mon, 1 Dec 2025 22:21:00 +0100 Subject: [PATCH 1/6] Add EternalCore 2.0 Changelog and update sidebar structure --- content/docs/eternalcore/v2-changelog.mdx | 60 +++++++++++++++++++++++ lib/sidebar-structure.ts | 1 + 2 files changed, 61 insertions(+) create mode 100644 content/docs/eternalcore/v2-changelog.mdx diff --git a/content/docs/eternalcore/v2-changelog.mdx b/content/docs/eternalcore/v2-changelog.mdx new file mode 100644 index 00000000..addd2ecd --- /dev/null +++ b/content/docs/eternalcore/v2-changelog.mdx @@ -0,0 +1,60 @@ +--- +title: 2.0 Changelog +description: List of changes in EternalCore version 2.0. +icon: History +--- + +![EternalCore](https://github.com/EternalCodeTeam/EternalCore/raw/master/assets/readme-banner.png?raw=true) + + +## ✨ Enhancements + + +* Updated all libraries +* We refactored + +## 🐛 Fixes + +* Fixed missing permission for gamemode shortcut's (it's `/gmc`, `/gms`, `/gmsp`) +* Fixed bug where double messages in /enchant command were sent + + +* GH-951 Refactor Docs Automation. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/951](https://github.com/EternalCodeTeam/EternalCore/pull/951) +* GH-1039 Add field scan for PermissionDocs like in VanishPermissionConstant by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1039](https://github.com/EternalCodeTeam/EternalCore/pull/1039) +* GH-594 Folia by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/955](https://github.com/EternalCodeTeam/EternalCore/pull/955) +* GH-1043 Enhance Java CI to comment PR with test build by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1043](https://github.com/EternalCodeTeam/EternalCore/pull/1043) +* GH-1036 GH-1037 Fillup oxygen, support custom health level. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1038](https://github.com/EternalCodeTeam/EternalCore/pull/1038) +* GH-976 Fix chat clear logic to directly send empty messages. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1047](https://github.com/EternalCodeTeam/EternalCore/pull/1047) +* GH-1056 Fix `/tprp` teleport always to same player. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1057](https://github.com/EternalCodeTeam/EternalCore/pull/1057) +* GH-1054 Allow clearing only negative potion effects when using /heal command by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1059](https://github.com/EternalCodeTeam/EternalCore/pull/1059) +* GH-1053 Fix incorrect permission declaration `eternalcode.home.admin` -> `eternalcore.home.admin` by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1058](https://github.com/EternalCodeTeam/EternalCore/pull/1058) +* GH-979 GH-1049 PostgreSQL Ready, Improve Location Persister. Wrapper -> Table. by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1050](https://github.com/EternalCodeTeam/EternalCore/pull/1050) +* GH-953 Move to okaeri-configs. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/954](https://github.com/EternalCodeTeam/EternalCore/pull/954) +* GH-997 Add elder guardian command along with appropriate translations by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1061](https://github.com/EternalCodeTeam/EternalCore/pull/1061) +* GH-926 Add teleport timer to TeleportBackCommand, add teleport-here functionality. by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/926](https://github.com/EternalCodeTeam/EternalCore/pull/926) +* GH-990 Add custom command feature by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1064](https://github.com/EternalCodeTeam/EternalCore/pull/1064) +* GH-1071 Remove heal configuration by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/1071](https://github.com/EternalCodeTeam/EternalCore/pull/1071) +* GH-998 Implement demo screen feature by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1070](https://github.com/EternalCodeTeam/EternalCore/pull/1070) +* GH-1034 Add teleport-here all and teleport-here ask-to-all functionality by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1074](https://github.com/EternalCodeTeam/EternalCore/pull/1074) +* GH-1041 Refactor AdminChat command to support admin chat channel. by @mydelkonivea in [https://github.com/EternalCodeTeam/EternalCore/pull/1063](https://github.com/EternalCodeTeam/EternalCore/pull/1063) +* GH-967 Refactor database. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1072](https://github.com/EternalCodeTeam/EternalCore/pull/1072) +* GH-994 Add lightning command by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1076](https://github.com/EternalCodeTeam/EternalCore/pull/1076) +* GH-1082 Move the config sections into dedicated classes. Improve `parent` comments of sections. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1083](https://github.com/EternalCodeTeam/EternalCore/pull/1083) +* GH-1088 Remove catboy configuration by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/1089](https://github.com/EternalCodeTeam/EternalCore/pull/1089) +* GH-1031 Add vanish feature. by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1048](https://github.com/EternalCodeTeam/EternalCore/pull/1048) +* GH-1090 Fix rare race condition in SilentContainer. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1090](https://github.com/EternalCodeTeam/EternalCore/pull/1090) +* GH-996 Add /burn command by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1085](https://github.com/EternalCodeTeam/EternalCore/pull/1085) +* GH-902 Rename private chat domain to msg. Add migration's for config keys. by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/1100](https://github.com/EternalCodeTeam/EternalCore/pull/1100) +* GH-1101 Refactor spawn join and /tprp settings to separate sections with migrations. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1101](https://github.com/EternalCodeTeam/EternalCore/pull/1101) +* GH-995 Add /fireball command by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1103](https://github.com/EternalCodeTeam/EternalCore/pull/1103) +* GH-991 Add MOTD feature by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1094](https://github.com/EternalCodeTeam/EternalCore/pull/1094) +* GH-1108 Remove TellRaw, NoticeTextType and queue systems - rename Alert to Broadcast - Improve it by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1108](https://github.com/EternalCodeTeam/EternalCore/pull/1108) +* GH-999 Add end screen command by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1104](https://github.com/EternalCodeTeam/EternalCore/pull/1104) +* GH-1075 Add /tprp for caves. Move tprp feature to own section. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1077](https://github.com/EternalCodeTeam/EternalCore/pull/1077) +* GH-952 Expand repair time and create dedicated section for messages by @Dioes60 in [https://github.com/EternalCodeTeam/EternalCore/pull/1118](https://github.com/EternalCodeTeam/EternalCore/pull/1118) +* GH-1110 Added vanish messages by staff by @Dioes60 in [https://github.com/EternalCodeTeam/EternalCore/pull/1117](https://github.com/EternalCodeTeam/EternalCore/pull/1117) +* GH-975 Use modrinth based updater notificator by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1109](https://github.com/EternalCodeTeam/EternalCore/pull/1109) +* GH-964 Add individual messages to containers by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1115](https://github.com/EternalCodeTeam/EternalCore/pull/1115) +* GH-1114 Improve default motd message by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1114](https://github.com/EternalCodeTeam/EternalCore/pull/1114) +* GH-988 Add playtime command and messages support by @igoyek in [https://github.com/EternalCodeTeam/EternalCore/pull/1121](https://github.com/EternalCodeTeam/EternalCore/pull/1121) + diff --git a/lib/sidebar-structure.ts b/lib/sidebar-structure.ts index cd7341f8..23b037fc 100644 --- a/lib/sidebar-structure.ts +++ b/lib/sidebar-structure.ts @@ -111,6 +111,7 @@ export const docsStructure: DocItem[] = [ { title: "FAQ", path: "/docs/eternalcore/faq", icon: "HelpCircle" }, { title: "Placeholders", path: "/docs/eternalcore/placeholders", icon: "Hash" }, { title: "Developer API", path: "/docs/eternalcore/using-api", icon: "Code" }, + { title: "2.0 Changelog", path: "/docs/eternalcore/v2-changelog", icon: "History" }, ], }, { From b9a74573d7d1b62e757991e199fa110d1265b236 Mon Sep 17 00:00:00 2001 From: Martin Sulikowski Date: Mon, 1 Dec 2025 22:23:03 +0100 Subject: [PATCH 2/6] Fix formatting in EternalCore v2.0 changelog file --- content/docs/eternalcore/v2-changelog.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/eternalcore/v2-changelog.mdx b/content/docs/eternalcore/v2-changelog.mdx index addd2ecd..d4583c59 100644 --- a/content/docs/eternalcore/v2-changelog.mdx +++ b/content/docs/eternalcore/v2-changelog.mdx @@ -18,6 +18,8 @@ icon: History * Fixed missing permission for gamemode shortcut's (it's `/gmc`, `/gms`, `/gmsp`) * Fixed bug where double messages in /enchant command were sent +--- + * GH-951 Refactor Docs Automation. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/951](https://github.com/EternalCodeTeam/EternalCore/pull/951) * GH-1039 Add field scan for PermissionDocs like in VanishPermissionConstant by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1039](https://github.com/EternalCodeTeam/EternalCore/pull/1039) From 5fbf3eb5edb8b3e07bed4601c314933065758829 Mon Sep 17 00:00:00 2001 From: Martin Sulikowski Date: Mon, 1 Dec 2025 23:55:46 +0100 Subject: [PATCH 3/6] start of v2 changelog. --- content/docs/eternalcore/v2-changelog.mdx | 189 +++++++++++++++------- 1 file changed, 132 insertions(+), 57 deletions(-) diff --git a/content/docs/eternalcore/v2-changelog.mdx b/content/docs/eternalcore/v2-changelog.mdx index d4583c59..5e32ccb6 100644 --- a/content/docs/eternalcore/v2-changelog.mdx +++ b/content/docs/eternalcore/v2-changelog.mdx @@ -1,62 +1,137 @@ --- -title: 2.0 Changelog -description: List of changes in EternalCore version 2.0. +title: EternalCore 2.0 – Changelog +description: All major changes introduced in EternalCore 2.0. icon: History --- -![EternalCore](https://github.com/EternalCodeTeam/EternalCore/raw/master/assets/readme-banner.png?raw=true) - - -## ✨ Enhancements - - -* Updated all libraries -* We refactored - -## 🐛 Fixes - -* Fixed missing permission for gamemode shortcut's (it's `/gmc`, `/gms`, `/gmsp`) -* Fixed bug where double messages in /enchant command were sent - ---- - - -* GH-951 Refactor Docs Automation. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/951](https://github.com/EternalCodeTeam/EternalCore/pull/951) -* GH-1039 Add field scan for PermissionDocs like in VanishPermissionConstant by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1039](https://github.com/EternalCodeTeam/EternalCore/pull/1039) -* GH-594 Folia by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/955](https://github.com/EternalCodeTeam/EternalCore/pull/955) -* GH-1043 Enhance Java CI to comment PR with test build by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1043](https://github.com/EternalCodeTeam/EternalCore/pull/1043) -* GH-1036 GH-1037 Fillup oxygen, support custom health level. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1038](https://github.com/EternalCodeTeam/EternalCore/pull/1038) -* GH-976 Fix chat clear logic to directly send empty messages. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1047](https://github.com/EternalCodeTeam/EternalCore/pull/1047) -* GH-1056 Fix `/tprp` teleport always to same player. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1057](https://github.com/EternalCodeTeam/EternalCore/pull/1057) -* GH-1054 Allow clearing only negative potion effects when using /heal command by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1059](https://github.com/EternalCodeTeam/EternalCore/pull/1059) -* GH-1053 Fix incorrect permission declaration `eternalcode.home.admin` -> `eternalcore.home.admin` by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1058](https://github.com/EternalCodeTeam/EternalCore/pull/1058) -* GH-979 GH-1049 PostgreSQL Ready, Improve Location Persister. Wrapper -> Table. by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1050](https://github.com/EternalCodeTeam/EternalCore/pull/1050) -* GH-953 Move to okaeri-configs. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/954](https://github.com/EternalCodeTeam/EternalCore/pull/954) -* GH-997 Add elder guardian command along with appropriate translations by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1061](https://github.com/EternalCodeTeam/EternalCore/pull/1061) -* GH-926 Add teleport timer to TeleportBackCommand, add teleport-here functionality. by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/926](https://github.com/EternalCodeTeam/EternalCore/pull/926) -* GH-990 Add custom command feature by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1064](https://github.com/EternalCodeTeam/EternalCore/pull/1064) -* GH-1071 Remove heal configuration by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/1071](https://github.com/EternalCodeTeam/EternalCore/pull/1071) -* GH-998 Implement demo screen feature by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1070](https://github.com/EternalCodeTeam/EternalCore/pull/1070) -* GH-1034 Add teleport-here all and teleport-here ask-to-all functionality by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1074](https://github.com/EternalCodeTeam/EternalCore/pull/1074) -* GH-1041 Refactor AdminChat command to support admin chat channel. by @mydelkonivea in [https://github.com/EternalCodeTeam/EternalCore/pull/1063](https://github.com/EternalCodeTeam/EternalCore/pull/1063) -* GH-967 Refactor database. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1072](https://github.com/EternalCodeTeam/EternalCore/pull/1072) -* GH-994 Add lightning command by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1076](https://github.com/EternalCodeTeam/EternalCore/pull/1076) -* GH-1082 Move the config sections into dedicated classes. Improve `parent` comments of sections. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1083](https://github.com/EternalCodeTeam/EternalCore/pull/1083) -* GH-1088 Remove catboy configuration by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/1089](https://github.com/EternalCodeTeam/EternalCore/pull/1089) -* GH-1031 Add vanish feature. by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1048](https://github.com/EternalCodeTeam/EternalCore/pull/1048) -* GH-1090 Fix rare race condition in SilentContainer. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1090](https://github.com/EternalCodeTeam/EternalCore/pull/1090) -* GH-996 Add /burn command by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1085](https://github.com/EternalCodeTeam/EternalCore/pull/1085) -* GH-902 Rename private chat domain to msg. Add migration's for config keys. by @Rollczi in [https://github.com/EternalCodeTeam/EternalCore/pull/1100](https://github.com/EternalCodeTeam/EternalCore/pull/1100) -* GH-1101 Refactor spawn join and /tprp settings to separate sections with migrations. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1101](https://github.com/EternalCodeTeam/EternalCore/pull/1101) -* GH-995 Add /fireball command by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1103](https://github.com/EternalCodeTeam/EternalCore/pull/1103) -* GH-991 Add MOTD feature by @Jakubk15 in [https://github.com/EternalCodeTeam/EternalCore/pull/1094](https://github.com/EternalCodeTeam/EternalCore/pull/1094) -* GH-1108 Remove TellRaw, NoticeTextType and queue systems - rename Alert to Broadcast - Improve it by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1108](https://github.com/EternalCodeTeam/EternalCore/pull/1108) -* GH-999 Add end screen command by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1104](https://github.com/EternalCodeTeam/EternalCore/pull/1104) -* GH-1075 Add /tprp for caves. Move tprp feature to own section. by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1077](https://github.com/EternalCodeTeam/EternalCore/pull/1077) -* GH-952 Expand repair time and create dedicated section for messages by @Dioes60 in [https://github.com/EternalCodeTeam/EternalCore/pull/1118](https://github.com/EternalCodeTeam/EternalCore/pull/1118) -* GH-1110 Added vanish messages by staff by @Dioes60 in [https://github.com/EternalCodeTeam/EternalCore/pull/1117](https://github.com/EternalCodeTeam/EternalCore/pull/1117) -* GH-975 Use modrinth based updater notificator by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1109](https://github.com/EternalCodeTeam/EternalCore/pull/1109) -* GH-964 Add individual messages to containers by @P1otrulla in [https://github.com/EternalCodeTeam/EternalCore/pull/1115](https://github.com/EternalCodeTeam/EternalCore/pull/1115) -* GH-1114 Improve default motd message by @vLuckyyy in [https://github.com/EternalCodeTeam/EternalCore/pull/1114](https://github.com/EternalCodeTeam/EternalCore/pull/1114) -* GH-988 Add playtime command and messages support by @igoyek in [https://github.com/EternalCodeTeam/EternalCore/pull/1121](https://github.com/EternalCodeTeam/EternalCore/pull/1121) +![EternalCore](https://github.com/EternalCodeTeam/EternalCore/raw/master/assets/readme-banner.png?raw=true") +# ⭐ EternalCore 2.0 – What’s New + +A big update with smoother UX, cleaner config structure, better performance and a bunch of new commands. +Below is a clear overview of what changed - with visual previews where it makes sense. + +--- + +# ✨ Improvements & New Features + +## Documentation & General Improvements +- All libraries updated to their latest versions. +- Full support confirmed for **Minecraft 1.20.10**. +- Documentation redesigned to be easier to browse. +- Placeholders and permissions now have their own dedicated pages: + +**Placeholders** +[View Documentation](https://www.eternalcode.pl/docs/eternalcore/placeholders) +![Placeholder Docs](https://i.imgur.com/re427QH.gif) + +**Permissions** +[View Documentation](https://www.eternalcode.pl/docs/eternalcore/permissions) +![Permission Docs](https://i.imgur.com/Ytcit3m.gif) + +--- + +## AdminChat +Direct channel mode is now supported. +Enable it with `/adminchat`, or use `/adminchat ` for one-off messages. + +![AdminChat](https://i.imgur.com/4BfukrI.gif) + +--- + +## Vanish System +A fully reworked vanish system with flexible toggles in `config.yml`: +- silent join +- godmode +- night vision +- silent inventory access +- glow color +- block item drop / pickup +- block hunger loss +- block chat +- block block-placing + +![Vanish](https://i.imgur.com/FtqkewQ.gif) + +--- + +## MOTD +Cleaner and easier to configure. +Default layout looks much nicer out of the box. + +![MOTD](https://i.imgur.com/mk1RLys.gif) + +--- + +## Playtime Command +We added `/playtime` to check a player’s total time played. + +![Playtime](https://i.imgur.com/aajE6j1.gif) + +--- + +# 🔥 New Commands + +Below are the new player-interaction and visual-effect commands. +Each one has a short demo: + +
+ /elderguardian <player> + /elderguardian command demo +
+ +
+ /demoscreen <player> + /demoscreen command demo +
+ +
+ /lightning <player> + /lightning command demo +
+ +
+ /burn <player> + /burn command demo +
+ +
+ /fireball <player> + /fireball command demo +
+ +
+ /endscreen <player> + /endscreen command demo +
+ +--- + +# 🧩 Other Notable Changes + +- Added **Custom Commands** (`/help`, `/discord`, `/store`, `/vote`, `/rules`, `/map`) - fully configurable in `custom-commands.yml`. +- Added **Folia support**. +- `/heal` now restores oxygen and supports custom health values. +- Added an option to clear *only negative* potion effects via `/heal`. +- Added full **PostgreSQL** support. +- Added a teleport timer to `/back`. +- Added "teleport here all" and "teleport here ask" functionality. +- Full internal **database layer refactor**. +- `/tprp` can now be limited with `minY` and `maxY` in `config.yml`. +- Default repair time increased to **1 minute 30 seconds**. +- All configuration sections moved into separate classes for clarity. +- Removed the **catboy** config (was unused). +- Removed the old Tellraw queue system - replaced by a cleaner and more reliable solution. +- A lot of internal code changes for better readability and maintainability in future. + +--- + +# 🐛 Fixes + +- Missing permissions for gamemode shortcuts (`/gmc`, `/gms`, `/gmsp`) fixed. +- Duplicate message in `/enchant` resolved. +- `/tprp` no longer teleports you to the same player twice. +- Corrected permission for `homeadmin` → `eternalcore.home.admin`. +- Fixed GitHub API rate-limit warning in the update notifier. + +--- From 2c75cf017620cb16b6ddb94dc0384e05ed6d3d9a Mon Sep 17 00:00:00 2001 From: Martin Sulikowski Date: Tue, 2 Dec 2025 00:14:13 +0100 Subject: [PATCH 4/6] Update EternalCore v2 changelog: revise section title and replace outdated command demo gifs --- content/docs/eternalcore/v2-changelog.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/docs/eternalcore/v2-changelog.mdx b/content/docs/eternalcore/v2-changelog.mdx index 5e32ccb6..7dbda96d 100644 --- a/content/docs/eternalcore/v2-changelog.mdx +++ b/content/docs/eternalcore/v2-changelog.mdx @@ -70,39 +70,39 @@ We added `/playtime` to check a player’s total time played. --- -# 🔥 New Commands +# 🔥 Fun Commands Below are the new player-interaction and visual-effect commands. Each one has a short demo:
/elderguardian <player> - /elderguardian command demo + /elderguardian command demo
/demoscreen <player> - /demoscreen command demo + /demoscreen command demo
/lightning <player> - /lightning command demo + /lightning command demo
/burn <player> - /burn command demo + /burn command demo
/fireball <player> - /fireball command demo + /fireball command demo
/endscreen <player> - /endscreen command demo + /endscreen command demo
--- From 08115689dcf0f26dfadc436bfcfe9653ec2fe9ae Mon Sep 17 00:00:00 2001 From: Martin Sulikowski Date: Tue, 2 Dec 2025 00:14:59 +0100 Subject: [PATCH 5/6] Revise "Vanish System" description in EternalCore v2 changelog for clarity and improved customization emphasis --- content/docs/eternalcore/v2-changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/eternalcore/v2-changelog.mdx b/content/docs/eternalcore/v2-changelog.mdx index 7dbda96d..bccfe5cd 100644 --- a/content/docs/eternalcore/v2-changelog.mdx +++ b/content/docs/eternalcore/v2-changelog.mdx @@ -40,7 +40,7 @@ Enable it with `/adminchat`, or use `/adminchat ` for one-off messages. --- ## Vanish System -A fully reworked vanish system with flexible toggles in `config.yml`: +A new vanish feature with a lot of customization options. - silent join - godmode - night vision From 43c46b507b06bf0f9e3846721f50a79c4bec59bc Mon Sep 17 00:00:00 2001 From: Martin Sulikowski Date: Fri, 5 Dec 2025 20:52:52 +0100 Subject: [PATCH 6/6] Fix formatting issues and improve wording in EternalCore v2 changelog for consistency and readability --- content/docs/eternalcore/v2-changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/eternalcore/v2-changelog.mdx b/content/docs/eternalcore/v2-changelog.mdx index bccfe5cd..f32e1a79 100644 --- a/content/docs/eternalcore/v2-changelog.mdx +++ b/content/docs/eternalcore/v2-changelog.mdx @@ -4,7 +4,7 @@ description: All major changes introduced in EternalCore 2.0. icon: History --- -![EternalCore](https://github.com/EternalCodeTeam/EternalCore/raw/master/assets/readme-banner.png?raw=true") +![EternalCore](https://github.com/EternalCodeTeam/EternalCore/raw/master/assets/readme-banner.png?raw=true) # ⭐ EternalCore 2.0 – What’s New @@ -122,7 +122,7 @@ Each one has a short demo: - All configuration sections moved into separate classes for clarity. - Removed the **catboy** config (was unused). - Removed the old Tellraw queue system - replaced by a cleaner and more reliable solution. -- A lot of internal code changes for better readability and maintainability in future. +- A lot of internal code changes for better readability and maintainability in the future. ---