This commit is contained in:
2025-01-09 03:44:56 +09:00
parent c168095249
commit 46bb73b927
5 changed files with 18 additions and 27 deletions

View File

@@ -8,15 +8,13 @@ return {
},
messages = { --- @setting messages the messages that each one will say, must be same name as its location
["Spawn"] = {
-- { "info.website" },
{ "info.website" },
{ "info.read-readme" },
-- { "info.discord" },
{ "info.softmod" },
-- { "info.redmew" },
{ "info.custom-commands" },
{ "info.lhd" },
{ "info.github" },
-- { "info.patreon" },
{ "info.graph" },
},
},
}

View File

@@ -7,22 +7,20 @@ player-health=__1__
player-damage=__1__
[links]
discord=
website=
website=https://aperx.org
cloud=https://aperx.org
graph=https://graph.aperx.org/public-dashboards/1a0862cb7b544769b629a75c1b51b9f9
github=https://github.com/PHIDIAS0303/ExpCluster
patreon=
[info]
players-online=There are __1__ players online
total-map-time=This map has been on for __1__
discord=
website=
website=Please visit our website at: https://aperx.org
graph=Server data graph at: https://graph.aperx.org/public-dashboards/1a0862cb7b544769b629a75c1b51b9f9
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)
softmod=We run a softmod on our servers. A softmod is a custom scenario that runs on this server, an example is the player list.
redmew=We don't talk about redmew here; they beat us to 1000 members ;-;
lhd=All trains must be LHD! This is a long standing rule on our servers, please respect this.
[warnings]

View File

@@ -7,22 +7,20 @@ player-health=__1__
player-damage=__1__
[links]
discord=
website=
website=https://aperx.org
cloud=https://aperx.org
graph=https://graph.aperx.org/public-dashboards/1a0862cb7b544769b629a75c1b51b9f9
github=https://github.com/PHIDIAS0303/ExpCluster
patreon=
[info]
players-online=現在有 __1__ 人在線
total-map-time=地圖時間為 __1__
discord=
website=
website=訪問網站: https://aperx.org
graph=服務器資料圖表: https://graph.aperx.org/public-dashboards/1a0862cb7b544769b629a75c1b51b9f9
github=增加功能或回報錯誤: https://github.com/PHIDIAS0303/ExpCluster
patreon=
custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。
read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。
softmod=這裹用了自設情境,是一種軟裝模組。
redmew=
lhd=列車必須是左則通行。這是本服務器長久以來的規則。
[warnings]

View File

@@ -7,22 +7,20 @@ player-health=__1__
player-damage=__1__
[links]
discord=
website=
website=https://aperx.org
cloud=https://aperx.org
graph=https://graph.aperx.org/public-dashboards/1a0862cb7b544769b629a75c1b51b9f9
github=https://github.com/PHIDIAS0303/ExpCluster
patreon=
[info]
players-online=現在有 __1__ 人在線
total-map-time=地圖時間為 __1__
discord=
website=
website=訪問網站: https://aperx.org
graph=服務器資料圖表: https://graph.aperx.org/public-dashboards/1a0862cb7b544769b629a75c1b51b9f9
github=增加功能或回報錯誤: https://github.com/PHIDIAS0303/ExpCluster
patreon=
custom-commands=這裹使用了自制指令,如 /tag 和 /me。可使用 /chelp 查看更多。
read-readme=確保你已閱讀相關資訊。按左上 i 圖標可再次查看。
softmod=這裹用了自設情境,是一種軟裝模組。
redmew=
lhd=列車必須是左則通行。這是本服務器長久以來的規則。
[warnings]

View File

@@ -236,8 +236,7 @@ define_tab({ "readme.servers-tab" }, { "readme.servers-tooltip" },
-- Add the external links
local external_links = title_table(scroll_pane, 235, { "readme.servers-external" }, 2)
-- "discord", "website", "patreon", "github"
for _, key in ipairs{ "github" } do
for _, key in ipairs{ "website", "cloud", "graph", "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" })