generated from AriasCreations/vsmodtemplate
Release 1.0.3
Fix: Permissions on /homes Add: /back
This commit is contained in:
parent
1f43ffaa6c
commit
3e0896f5f9
5 changed files with 97 additions and 8 deletions
|
@ -18,7 +18,7 @@
|
|||
"home-del": "Home deleted",
|
||||
"home-list": "You have [{0}] home(s)\n\n{1}",
|
||||
|
||||
"help": "All Aria's Server Utilities Commands: \n\nMax Homes: {0}; Admins can bypass max homes: {1}\n{2}",
|
||||
"help": "All Aria's Server Utilities Commands: \n\nMax Homes: {0}; \nAdmins can bypass max homes: {1}\nMax back positions: {2}\n\n{3}",
|
||||
|
||||
"updatedconfig": "[ASU] server config updated",
|
||||
|
||||
|
@ -27,5 +27,8 @@
|
|||
"warp-no": "You lack permissions to manage a warp",
|
||||
"warp-fail": "Warp [{0}] does not exist",
|
||||
"warp-del": "Warp [{0}] deleted",
|
||||
"warp-list": "There are [{0}] total warps\n\n{1}"
|
||||
"warp-list": "There are [{0}] total warps\n\n{1}",
|
||||
|
||||
"back-no": "There's no position to go back to",
|
||||
"back": "You've been taken back to your last position"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue