mirror of
https://github.com/plexusorg/Website.git
synced 2025-01-09 18:07:38 +00:00
Update for Plex v1.0 Beta 4
This commit is contained in:
parent
ba135ae79b
commit
25868e9b78
@ -17,9 +17,9 @@ server:
|
|||||||
motd: "%servername% - Minecraft %mcversion%"
|
motd: "%servername% - Minecraft %mcversion%"
|
||||||
colorize_motd: true
|
colorize_motd: true
|
||||||
|
|
||||||
# Ban message is customized here. Additional messages can be configured in messages.yml
|
# Ban message is customized in the messages.yml file. The URL to appeal at is below.
|
||||||
banning:
|
banning:
|
||||||
message: "&cYou are banned! Please appeal on the forums at https://forum.plex.us.org/"
|
ban_url: 'https://forum.plex.us.org'
|
||||||
|
|
||||||
|
|
||||||
# Settings for commands relating to Plex
|
# Settings for commands relating to Plex
|
||||||
|
@ -15,6 +15,11 @@ baseColor: "7"
|
|||||||
broadcastColor: "b"
|
broadcastColor: "b"
|
||||||
errorColor: "c"
|
errorColor: "c"
|
||||||
|
|
||||||
|
# 1: Appeal URL
|
||||||
|
# 2: Reason
|
||||||
|
# 3: Expiry
|
||||||
|
# 4: Punisher
|
||||||
|
banMessage: "&cYou have been banned! You may appeal at &6<v>.\n&cReason: &6<v>\n&cEnd date: &6<v>\n&cBanned by: &6<v>"
|
||||||
test: "this is a test message!"
|
test: "this is a test message!"
|
||||||
# 1: the command sender's username
|
# 1: the command sender's username
|
||||||
variableTest: "variable test with <v>!"
|
variableTest: "variable test with <v>!"
|
||||||
@ -49,6 +54,7 @@ nameHistoryTitle: "Name History of <v>"
|
|||||||
nameHistoryBody: " - <v> (<v>)"
|
nameHistoryBody: " - <v> (<v>)"
|
||||||
# 1: the username that failed
|
# 1: the username that failed
|
||||||
nameHistoryFail: "<e>Something went wrong while trying to retrieve name history of <v>! Try again later!"
|
nameHistoryFail: "<e>Something went wrong while trying to retrieve name history of <v>! Try again later!"
|
||||||
|
nameHistoryDoesntExist: "<e>Couldn't find this user! Please check if your spelling was correct and this player exists"
|
||||||
gameModeSetTo: "Your gamemode has been set to <v>."
|
gameModeSetTo: "Your gamemode has been set to <v>."
|
||||||
setOtherPlayerGameModeTo: "You set <v>'s gamemode to <v>."
|
setOtherPlayerGameModeTo: "You set <v>'s gamemode to <v>."
|
||||||
playerSetOtherGameMode: "<v> set your gamemode to <v>."
|
playerSetOtherGameMode: "<v> set your gamemode to <v>."
|
||||||
@ -68,6 +74,9 @@ banningPlayer: "<e><v> - Banning <v>"
|
|||||||
unbanningPlayer: "<b><v> - Unbanning <v>"
|
unbanningPlayer: "<b><v> - Unbanning <v>"
|
||||||
playerNotBanned: "<e>That player is not banned!"
|
playerNotBanned: "<e>That player is not banned!"
|
||||||
teleportedToWorldSpawn: "<b>Teleporting to the local spawn"
|
teleportedToWorldSpawn: "<b>Teleporting to the local spawn"
|
||||||
|
toggleCommandSpy: "CommandSpy has been "
|
||||||
|
enabled: "enabled"
|
||||||
|
disabled: "disabled"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
Loading…
Reference in New Issue
Block a user