This commit is contained in:
2025-01-09 03:37:46 +09:00
parent a02975853d
commit c168095249
5 changed files with 10 additions and 16 deletions

View File

@@ -12,11 +12,10 @@ return {
{ "info.read-readme" }, { "info.read-readme" },
-- { "info.discord" }, -- { "info.discord" },
{ "info.softmod" }, { "info.softmod" },
{ "info.redmew" }, -- { "info.redmew" },
{ "info.custom-commands" }, { "info.custom-commands" },
-- { "info.status" },
{ "info.lhd" }, { "info.lhd" },
-- { "info.github" }, { "info.github" },
-- { "info.patreon" }, -- { "info.patreon" },
}, },
}, },

View File

@@ -9,8 +9,7 @@ player-damage=__1__
[links] [links]
discord= discord=
website= website=
status= github=https://github.com/PHIDIAS0303/ExpCluster
github=
patreon= patreon=
[info] [info]
@@ -18,8 +17,7 @@ players-online=There are __1__ players online
total-map-time=This map has been on for __1__ total-map-time=This map has been on for __1__
discord= discord=
website= website=
status= github=Want to help improve our server with some extra features? Help us at: https://github.com/PHIDIAS0303/ExpCluster
github=
patreon= patreon=
custom-commands=We use custom commands, such as /tag and /me, use /chelp for more info. custom-commands=We use custom commands, such as /tag and /me, use /chelp for more info.
read-readme=Make sure you have read the information gui (It can be found through the info mark on the top left) read-readme=Make sure you have read the information gui (It can be found through the info mark on the top left)

View File

@@ -9,8 +9,7 @@ player-damage=__1__
[links] [links]
discord= discord=
website= website=
status= github=https://github.com/PHIDIAS0303/ExpCluster
github=
patreon= patreon=
[info] [info]
@@ -18,8 +17,7 @@ players-online=現在有 __1__ 人在線
total-map-time=地圖時間為 __1__ total-map-time=地圖時間為 __1__
discord= discord=
website= website=
status= github=增加功能或回報錯誤: https://github.com/PHIDIAS0303/ExpCluster
github=
patreon= patreon=
custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。 custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。
read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。 read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。

View File

@@ -9,8 +9,7 @@ player-damage=__1__
[links] [links]
discord= discord=
website= website=
status= github=https://github.com/PHIDIAS0303/ExpCluster
github=
patreon= patreon=
[info] [info]
@@ -18,8 +17,7 @@ players-online=現在有 __1__ 人在線
total-map-time=地圖時間為 __1__ total-map-time=地圖時間為 __1__
discord= discord=
website= website=
status= github=增加功能或回報錯誤: https://github.com/PHIDIAS0303/ExpCluster
github=
patreon= patreon=
custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。 custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。
read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。 read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。

View File

@@ -236,7 +236,8 @@ define_tab({ "readme.servers-tab" }, { "readme.servers-tooltip" },
-- Add the external links -- Add the external links
local external_links = title_table(scroll_pane, 235, { "readme.servers-external" }, 2) local external_links = title_table(scroll_pane, 235, { "readme.servers-external" }, 2)
for _, key in ipairs{ "discord", "website", "patreon", "status", "github" } do -- "discord", "website", "patreon", "github"
for _, key in ipairs{ "github" } do
local upper_key = key:gsub("^%l", string.upper) local upper_key = key:gsub("^%l", string.upper)
Gui.centered_label(external_links, 110, upper_key) Gui.centered_label(external_links, 110, upper_key)
Gui.centered_label(external_links, 460, { "links." .. key }, { "readme.servers-open-in-browser" }) Gui.centered_label(external_links, 460, { "links." .. key }, { "readme.servers-open-in-browser" })