Initial commit
This commit is contained in:
commit
30f633c7ff
1281 changed files with 265821 additions and 0 deletions
10
proxy/plugins/serverteleport/config.toml
Normal file
10
proxy/plugins/serverteleport/config.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
lobby-server = "hub"
|
||||
|
||||
[lang]
|
||||
prefix = "§d[ServerTP] "
|
||||
usage = "§a/stp <from:player|#server|@a> <to:player|#server>"
|
||||
noserver = "§aNo server to teleport"
|
||||
nopermission = "§cNo permission"
|
||||
player-num = "§a%d players"
|
||||
player-name = "§a%s"
|
||||
success = "§aTeleporting %s to %s..."
|
||||
Reference in a new issue