Editing ./rank Command
Hello, I don't know whether this will be within any importance to people, But I'm just gonna stick it out there ;P.
Alright, Lets get started shall we?
Step #1:
wServer>Realm>Commands>AdminCommands.
Step #2:
Ctrl+f
'"Rank"'
Step #3:
Find 'player.SendHelp("Usage: /rank <username> <number>\n0: Player\n1: Donator\n2: Game Master\n3: Developer\n4: Head Developer\n5: Admin");'
Step #4:
Edit the 'Player, Donator, Game Master. [Note: Yours may be different, Same principles apply] To what ever you want.
Extra Tip: \n0 \n1 \n2 \n3 Ect. Name the number so it'll say
1: Player
2 Donator
3 Game Master and so on.
Step #5:
wServer>Realm>Commands>WorldCommands.
Step #6:
Ctrl+f
'[Founder]'
Or
'[Helper]'.
Step #7:
Make them have all your rank prefixes in them [Starting from Number 1]. So, I'd put - string[] tags = { "[Donator]", "[GM]", "[Dev]", "[HDev]", "[Admin]", "[Founder]" };
Step #8:
Save your work, and rebuild 'wServer'
Thanks, Please tell me if I've missed a step and If I've missed anything.
Enjoy <3.