Jump to content
  • 0

How to buy Luckperms ranks for blocks


olbirb

Question

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

You will need the Skript plugin for this and SkBee (I believe). You will also need some form of shopkeeper (I use the Shopkeepers plugin).

 

 

First, you will want to create the LP rank you want (I'm assuming you know how to do that).

Secondly, you will want to go into your file manager. Then go to plugins > Skript > scripts and make a new file. Whatever you name this file, IT MUST END IN .sk.

Thirdly, you will want to open the file and put in this Skript. For this example, I'm using a diamond rank as an example.

on rightclick:
    if name of player's tool is "&bDiamond Rank":
        execute console command "/lp user %player% parent set diamond-rank"
        remove 1 of player's tool from player's inventory
        send "&cYou have redeemed the 'Diamond' rank" to player

Make sure you save the file and then run /sk reload <name of file>

 

Fourthly, you will want to use an item editor and name any item "&bDiamond Rank."

Fifthly, you will want to go to your shopkeeper and make the trade as shown in the image down below (if you are using Shopkeepers).image_2024-07-07_220052779.png.6c5ffb13a5ff19b5d787077e9e3a7e4a.png

 

That's everything, but just in case you wanted to, here's how you could add several ranks into one Skript. (You can keep repeating this as much as you want.)

on rightclick:
    if name of player's tool is "&bDiamond Rank":
        execute console command "/lp user %player% parent set diamond-rank"
        remove 1 of player's tool from player's inventory
        send "&cYou have redeemed the 'Diamond' rank" to player
    if name of player's tool is "&0Netherite Rank":
        execute console command "/lp user %player% parent set netherite-rank"
        remove 1 of player's tool from player's inventory
        send "&cYou have redeemed the 'Netherite' rank" to player

Please let me know if you need anything else!

Edited by NimmpaX
White text is amazing.
  • Thanks 1

General Nimmpa of the Nimmpian Army | Certified Canadian Catgirl

Python: 2 years | Javascript: 1 year | Skript 3 months

Discord: @nimmpa | Pronouns Page

image_2024-06-25_212346101.png.84d1c34c6197c49bcbaca4aed24a9c83.png

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...