Jump to content

how can i make people change ranks


Pro2021CA

Recommended Posts

You can just create a GUI that whenn clicked, runs a command of whatever permission plugin you are using to change the group. Like with LuckPerms, it is just /lp user <player> parent add <group>. And if there is a requirement like money to use it, just add a condition to check how much money the player has.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 - 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - 12/20/22

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Hello,

You have to first install the permissions manager plugin LuckPerms, and then use Skript to create a GUI (Search up a video tutorial perhaps) to manage the roles. To create a role/group in lp (luckperms), you can do lp creategroup <groupnamehere>. Then, you can set the prefixes and etc. (you can search up tutorials). To assign a group to a user in Skript, you can run the command as Tarna mentioned /lp user <player> parent add <group>, or use the Skript code:

execute console command "lp user <player> parent add <group>"

I'll recommend getting familiar with the basics of Skript first using online tutorials perhaps.

Thanks,

BlockVoyager888

Owner of Block Studios, EvboPVP, and EvboPKServer/Multiverse Studios.

Co-Owner of ThunderPvP

Staff of EvboPK, EvboLegends, Zone4, BoxPvP

 

Screen Shot 2024-09-26 at 10.59.43 AM.png

Find me on Discord: __.quantum.__

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...