Jump to content

Audehh08

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Audehh08

  1. Hi!! So I have a gui shop using skript. this is the skript:


    ```
    command /ts:
    trigger:
    open virtual chest inventory with size 3 named "&c&lToken Shop" to player
    format gui slot 1 of player with shiny diamond named "&4&lVIP Rank" with lore "&fCost: 100 tokens" to run:
    if balance of player >= 100:
    remove 100 from balance of player
    execute console command "lp user %player% parent set vip"
    ```


    As you can see you can buy a rank on my server. but how do i cancel the event if they player already has bought vip??

×
×
  • Create New...