Jump to content

AKillers

Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by AKillers

  1. On 8/1/2019 at 1:33 PM, SirDankenstien said:

    Makes WorldEdit extremely efficient for making huge changes without any noticeable lag! Do not install WorldEdit if you install this! Plugin Link: https://www.spigotmc.org/resources/fast-async-worldedit-voxelsniper.13932/

    That's exactly what the description says...

    You should be good if you remove it, dunno about WorldGuard Though

    ❤️

    I Don't Have Worldedit installed

    Only FAWE

     

    image.png.949ff8a999966c1db5919112f6645d1f.png

  2. I Have Tis Skript And It's All Errors And Im Sure It Right

     

     

    command /yub.rankupgrade.exe.secret:
        trigger:
            If player's balance is more than 5000:
                if {rank.%player%} is not "&8[&aVip&8]":
                    send "&CYour Not Vip To Upgrade Your Rank !"
                    stop
                else:
                    set {rank.%player%} to "&8[&aVip&8]"
                    set player's group to "vip+"
                    send "&aYou Have Purchased Rank Upgrade From &aVip &aTo &aVip&6+&a Rank For 5000$ !"
                    remove 5000 from player's balance
                    stop
                else If player's balance is not more than 5000:
                    send "&cYou Don't Have Enough Money !"
                    stop
            else:
                send "&cYou Don't Have Vip !"
                stop
    
    command /yub.vip.exe.secret:
        trigger:
            If player's balance is more than 5000:
                set {rank.%player%} to "&8[&aVip&8]"
                set player's group to "vip"
                send "&aYou Have Purchase Vip Rank For 5000$ !"
                remove 5000 from player's balance
                stop
            If player's balance is not more than 5000:
                send "&cYou Don't Have Enough Money !"
                stop
    
    command /yub.nickcmd.exe.secret:
        trigger:
            If player's balance is more than 5000:
                execute console command "manuaddp %player% server.nick"
                send "&aYou Have Purchase NickCmd Rank For 5000$ !"
                remove 5000 from player's balance
                stop
            If player's balance is not more than 5000:
                send "&cYou Don't Have Enough Money !"
                stop
    
    command /yub.vip+.exe.secret:
        trigger:
            If player's balance is more than 5000:
                set {rank.%player%} to "&8[&aVip&6+&8]"
                set player's group to "vip"
                send "&aYou Have Purchase Vip+ Rank For 10000$ !"
                remove 5000 from player's balance
                stop
            If player's balance is not more than 5000:
                send "&cYou Don't Have Enough Money !"
                stop

     

     

    image.png.48495a465607aa5be50e9024d8cf6718.png


×
×
  • Create New...