I need help with my rankup skript

  • 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 comminuty!

    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!

Status
Not open for further replies.

xEmir

Member
Sep 9, 2019
2
0
0
25
I will add the error screenshot here is the code:
Skript version 2.2 Snapshot
I have vault and SkQuery

Code:
command rankup:
    trigger:
        if player's group is "Farmer":
            if %vault_eco_balance% is more than or equal to 50000:
                execute console command "/manuadd %player% miner"
                broadcast "&a%player% &8has leveled up to &8[&2Miner&8]"
            else:
                send "&8<&c!&8> &7You do not have enough money to rankup"
                send "&8<&c!&8> &7Your current balance is &a%vault_eco_balance%"

Screenshot_7.png
 
but the other versions dont work with 1.8 i use 1.8
1.8 or 1.8.8?

Skript 2.2dev36 works fine on 1.8.8.
Theres a few things that dont work, since the BukkitAPI didn't contain the things for the syntax to work back in 1.8.8 but overall it seems to work fine.
MANY people are using 2.2dev36 on 1.8.8
 
Status
Not open for further replies.