This commit is contained in:
2025-01-09 03:26:12 +09:00
parent 64910c2821
commit a02975853d
2 changed files with 15 additions and 15 deletions

View File

@@ -8,16 +8,16 @@ return {
}, },
messages = { --- @setting messages the messages that each one will say, must be same name as its location messages = { --- @setting messages the messages that each one will say, must be same name as its location
["Spawn"] = { ["Spawn"] = {
{ "info.website" }, -- { "info.website" },
{ "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.status" },
{ "info.lhd" }, { "info.lhd" },
{ "info.github" }, -- { "info.github" },
{ "info.patreon" }, -- { "info.patreon" },
}, },
}, },
} }

View File

@@ -7,20 +7,20 @@ player-health=__1__
player-damage=__1__ player-damage=__1__
[links] [links]
discord=https://discord.explosivegaming.nl discord=
website=https://www.explosivegaming.nl website=
status=https://status.explosivegaming.nl status=
github=https://github.com/explosivegaming/scenario github=
patreon=https://www.patreon.com/ExpGaming patreon=
[info] [info]
players-online=There are __1__ players online 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=Join us on our discord at: https://discord.explosivegaming.nl discord=
website=Please visit our website at: https://www.explosivegaming.nl website=
status=Want to check if out servers are down? Visit: https://status.explosivegaming.nl status=
github=Want to help improve our server with some extra features? Help us at: https://github.com/explosivegaming/scenario github=
patreon=Consider supporting our server at: https://www.patreon.com/ExpGaming 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)
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. 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.