mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -12,11 +12,10 @@ return {
|
||||
{ "info.read-readme" },
|
||||
-- { "info.discord" },
|
||||
{ "info.softmod" },
|
||||
{ "info.redmew" },
|
||||
-- { "info.redmew" },
|
||||
{ "info.custom-commands" },
|
||||
-- { "info.status" },
|
||||
{ "info.lhd" },
|
||||
-- { "info.github" },
|
||||
{ "info.github" },
|
||||
-- { "info.patreon" },
|
||||
},
|
||||
},
|
||||
|
||||
@@ -9,8 +9,7 @@ player-damage=__1__
|
||||
[links]
|
||||
discord=
|
||||
website=
|
||||
status=
|
||||
github=
|
||||
github=https://github.com/PHIDIAS0303/ExpCluster
|
||||
patreon=
|
||||
|
||||
[info]
|
||||
@@ -18,8 +17,7 @@ players-online=There are __1__ players online
|
||||
total-map-time=This map has been on for __1__
|
||||
discord=
|
||||
website=
|
||||
status=
|
||||
github=
|
||||
github=Want to help improve our server with some extra features? Help us at: https://github.com/PHIDIAS0303/ExpCluster
|
||||
patreon=
|
||||
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)
|
||||
|
||||
@@ -9,8 +9,7 @@ player-damage=__1__
|
||||
[links]
|
||||
discord=
|
||||
website=
|
||||
status=
|
||||
github=
|
||||
github=https://github.com/PHIDIAS0303/ExpCluster
|
||||
patreon=
|
||||
|
||||
[info]
|
||||
@@ -18,8 +17,7 @@ players-online=現在有 __1__ 人在線
|
||||
total-map-time=地圖時間為 __1__
|
||||
discord=
|
||||
website=
|
||||
status=
|
||||
github=
|
||||
github=增加功能或回報錯誤: https://github.com/PHIDIAS0303/ExpCluster
|
||||
patreon=
|
||||
custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。
|
||||
read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。
|
||||
|
||||
@@ -9,8 +9,7 @@ player-damage=__1__
|
||||
[links]
|
||||
discord=
|
||||
website=
|
||||
status=
|
||||
github=
|
||||
github=https://github.com/PHIDIAS0303/ExpCluster
|
||||
patreon=
|
||||
|
||||
[info]
|
||||
@@ -18,8 +17,7 @@ players-online=現在有 __1__ 人在線
|
||||
total-map-time=地圖時間為 __1__
|
||||
discord=
|
||||
website=
|
||||
status=
|
||||
github=
|
||||
github=增加功能或回報錯誤: https://github.com/PHIDIAS0303/ExpCluster
|
||||
patreon=
|
||||
custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。
|
||||
read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。
|
||||
|
||||
@@ -236,7 +236,8 @@ define_tab({ "readme.servers-tab" }, { "readme.servers-tooltip" },
|
||||
|
||||
-- Add the external links
|
||||
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)
|
||||
Gui.centered_label(external_links, 110, upper_key)
|
||||
Gui.centered_label(external_links, 460, { "links." .. key }, { "readme.servers-open-in-browser" })
|
||||
|
||||
Reference in New Issue
Block a user