help

Status
This thread has been locked.

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
I am currently using "level" for my custom enchanting skript which makes the enchants book cost lvls.

How do I make it so that it costs xp? I tried "level progress" but that's not right.

Any ideas?

EDIT: Please quote me, so that it's easier for me to see that you responded :)
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ritzzzez

Feedback score
0
Posts
83
Reactions
26
Resources
0
I am currently using "level" for my custom enchanting skript which makes the enchants book cost lvls.

How do I make it so that it costs xp? I tried "level progress" but that's not right.

Any ideas?

EDIT: Please quote me, so that it's easier for me to see that you responded :)
This is the best question ever. Only if 1000 other people hadn't asked it and had it solved on Bukkit forums. Have you even looked?
 

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
Not trying to be a dick, but why should people waste their time telling you when you can't be bothered to look yourself?
I did look, I did not find anything. I looked for almost 20 mins[DOUBLEPOST=1489149698][/DOUBLEPOST]
I just did help you, look up the question on Bukkit or Spigot forums.
I still cant find it
 
Last edited:

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
Thank you[DOUBLEPOST=1489151336][/DOUBLEPOST]
how do I use that rn im using
Code:
        if player's level is between 0 and 24:
            message "&6%player%, &eYou dont have enough levels"
        if player's level is between 25 and 100000000:
            message "&eYou just bought a &cDivine &ebook"
[DOUBLEPOST=1489152079][/DOUBLEPOST]
Code:
        if %xp of player% is between 0 and 99:
            message "&6%player%, &eYou dont have enough levels"
        if %xp of player% is between 100 and 1000000:
            message "&eYou just bought a &cDivine &ebook"
            give player book named "&c&lDivine &7Enchanting book" with lore "&7>> Right-Click to open <<"
Tried it
 
Last edited:
Status
This thread has been locked.
Top