diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | platform-paper/src/main/resources/languages/en.yml | 3 | ||||
| -rw-r--r-- | platform-paper/src/main/resources/languages/ja.yml | 3 |
3 files changed, 3 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a59c865..6f7753e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ #### Announcement: Support for Nightly Releases -- We have started distributing Nightly releases - - Whenever updates are made to `main` (the default branch), we will distribute the current build via GitHub Releases +- We have started distributing Nightly releases + - Whenever updates are made to `main` (the default branch), we will distribute the current build via GitHub Releases - Since the Nightly version is a work-in-progress, it may be unstable or contain bugs. If you encounter any issues, please report them on GitHub Issues > [!WARNING] @@ -17,7 +17,7 @@ #### New Features - Paper 26.1 (Minecraft 26.1) is now supported. - - Support for Paper 1.21.X, Folia 1.21.X (and later) has been dropped. + - Support for Paper 1.21.X, Folia 1.21.X (and later) has been dropped. - We have added warnings when running `/lc status` or `/lcv status`, or when logging in, if you are using the Nightly version. ### v0.11.0 diff --git a/platform-paper/src/main/resources/languages/en.yml b/platform-paper/src/main/resources/languages/en.yml index 4f3be82..7db632f 100644 --- a/platform-paper/src/main/resources/languages/en.yml +++ b/platform-paper/src/main/resources/languages/en.yml @@ -56,9 +56,6 @@ status: ok: "OK" degraded: "Degraded" degradedHover: "Velocity integration is enabled but the connection failed. Use /lcv status for details." - nightlyWarning: "WARNING: This is a nightly build and may be unstable. Do not use in production." - nightlyHover: "Nightly builds are automatically generated from the latest code and have not been tested for stability." - nightlyReportIssue: "If you encounter any issues, please report them on GitHub Issues." releaseChannel: "Release Channel" channel: stable: "Stable" diff --git a/platform-paper/src/main/resources/languages/ja.yml b/platform-paper/src/main/resources/languages/ja.yml index 327144e..9a472b9 100644 --- a/platform-paper/src/main/resources/languages/ja.yml +++ b/platform-paper/src/main/resources/languages/ja.yml @@ -56,9 +56,6 @@ status: ok: "正常" degraded: "問題あり" degradedHover: "Velocity 連携が有効ですが接続に失敗しました。/lcv status を確認してください。" - nightlyWarning: "警告: これはナイトリービルドです。不安定な可能性があるため、本番環境では使用しないでください。" - nightlyHover: "ナイトリービルドは最新のコードから自動生成されており、安定性のテストは行われていません。" - nightlyReportIssue: "問題を発見した場合は、GitHub Issues で報告してください。" releaseChannel: "リリースチャンネル" channel: stable: "安定版" |
