Jump to content

[HELP] I need a Skript that gives a player a rank through PowerRanks when clicking on a book


ombs

Recommended Posts

Title. I want the player to receive VIP (&2VIP) when they right click a book. Thanks!

— OMBS —

Hello. I am ombs, a chill server developer and FPS enthusiast.

Currently working on a server with a queue-style arena PVP.

Battle500 is my completed server. 
 

Have a great day!

 

Link to comment
Share on other sites

First of all, just use luckperms. But I'll post both

on right click:
	if player's held item is book:
		execute console command "pr setrank %player% vip"

for luckperms

on right click:
	if player's held item is book:
		execute console command "lp user %player% parent set vip"

Not efficient but it works

Link to comment
Share on other sites

  • 1 year later...
  • 7 months later...
On 12/21/2021 at 4:35 PM, prydu said:

First of all, just use luckperms. But I'll post both

on right click:
	if player's held item is book:
		execute console command "pr setrank %player% vip"

for luckperms

on right click:
	if player's held item is book:
		execute console command "lp user %player% parent set vip"

Not efficient but it works

All of this made me consider the power of words and artistic expression. Check out this top article on GradesFixer if you enjoy creative writing! Their free essay examples are a treasure trove for refining your creative writing abilities. Who knows, it may well be the inspiration for your next script! Continue to rock those codes!

Oh thank you for code! I needed that too! 

Edited by Veronica_Paul
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...