Give players rank by a command- LUCKPERMS

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Code:
command /setrank <player> <rank>:
permission: skript.setrank
usage: Wrong usage. Use /setrank <player> <rank>.
trigger:
if arg-1 is online:
set {_target} to arg-1
set {_rank} to arg-2
execute console command "lp user %{_target}% parent set %{_rank}%"
send "&aYou have changed the rank of %{_target}% to %{_rank}%!" to player
send "&eYour rank has been changed to %{_rank}%!" to {_target}
else:
send "&Put your player not online message here." to player
 
Code:
command /setrank <player> <rank>:
permission: skript.setrank
usage: Wrong usage. Use /setrank <player> <rank>.
trigger:
if arg-1 is online:
set {_target} to arg-1
set {_rank} to arg-2
execute console command "lp user %{_target}% parent set %{_rank}%"
send "&aYou have changed the rank of %{_target}% to %{_rank}%!" to player
send "&eYour rank has been changed to %{_rank}%!" to {_target}
else:
send "&Put your player not online message here." to player
You can do it without needing to run a console command. Ie: set player's group to "GroupName".