mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-12 15:56:07 +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%"
|
||||
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:
|
||||
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
|
||||
|
@ -15,6 +15,11 @@ baseColor: "7"
|
||||
broadcastColor: "b"
|
||||
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!"
|
||||
# 1: the command sender's username
|
||||
variableTest: "variable test with <v>!"
|
||||
@ -49,6 +54,7 @@ nameHistoryTitle: "Name History of <v>"
|
||||
nameHistoryBody: " - <v> (<v>)"
|
||||
# 1: the username that failed
|
||||
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>."
|
||||
setOtherPlayerGameModeTo: "You set <v>'s gamemode to <v>."
|
||||
playerSetOtherGameMode: "<v> set your gamemode to <v>."
|
||||
@ -68,6 +74,9 @@ banningPlayer: "<e><v> - Banning <v>"
|
||||
unbanningPlayer: "<b><v> - Unbanning <v>"
|
||||
playerNotBanned: "<e>That player is not banned!"
|
||||
teleportedToWorldSpawn: "<b>Teleporting to the local spawn"
|
||||
toggleCommandSpy: "CommandSpy has been "
|
||||
enabled: "enabled"
|
||||
disabled: "disabled"
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
Loading…
Reference in New Issue
Block a user