mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Add new strings for splash URLs
This commit is contained in:
2
.github/workflows/tag-patches.yml
vendored
2
.github/workflows/tag-patches.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- name: Tag new version
|
||||
run: |
|
||||
BASE_VERSION="2.25"
|
||||
BASE_VERSION="2.26"
|
||||
|
||||
PREVIOUS_TAG=$(git tag --list | awk -v s="$BASE_VERSION." 'index($0, s) == 1' | sort -r --version-sort | head -n1)
|
||||
echo "Previous tag is $PREVIOUS_TAG"
|
||||
|
7
eng.ini
7
eng.ini
@@ -610,6 +610,13 @@ pocketmine.server.query.running=GS4 Query listener running on {%0}:{%1}
|
||||
pocketmine.server.start=Starting Minecraft: Bedrock Edition server version {%0}
|
||||
pocketmine.server.startFinished=Done ({%0}s)! For help, type "help" or "?"
|
||||
pocketmine.server.tickOverload=Can't keep up! Is the server overloaded?
|
||||
pocketmine.server.url.bugReporting=Bug reporting: {%bugReportingUrl}
|
||||
pocketmine.server.url.discord=Chat on Discord: {%discordUrl}
|
||||
pocketmine.server.url.docs=Documentation: {%docsUrl}
|
||||
pocketmine.server.url.donations=Donations: {%donationsUrl}
|
||||
pocketmine.server.url.freePlugins=Free plugins: {%pluginsUrl}
|
||||
pocketmine.server.url.sourceCode=Source code: {%sourceUrl}
|
||||
pocketmine.server.url.translations=Translate: {%translationsUrl}
|
||||
|
||||
; -------------------- PocketMine-MP setup-wizard strings --------------------
|
||||
|
||||
|
Reference in New Issue
Block a user