Make a rank command that sets a rank for any player (Red-Brown), using this information:
1. Ranking uses a number system.
2. 1-199 is "Noob", 200-399 is "Normy", 400-899 is "Pro", 900+ is "Jesus"
3. The variables are as following; Numbers (1-900+) is an Integer, Ranks (Noob-Jesus) are Strings
4. The string follows after the player's name.
5. The command should be able to set the player's rank, not just add to it.
6. If they try to enter an integer over 1000, their rank is set to 1000
1. Ranking uses a number system.
2. 1-199 is "Noob", 200-399 is "Normy", 400-899 is "Pro", 900+ is "Jesus"
3. The variables are as following; Numbers (1-900+) is an Integer, Ranks (Noob-Jesus) are Strings
4. The string follows after the player's name.
5. The command should be able to set the player's rank, not just add to it.
6. If they try to enter an integer over 1000, their rank is set to 1000