Jump to content

Cxnnors

Member
  • Posts

    78
  • Joined

  • Last visited

Posts posted by Cxnnors

  1. Here you may appeal your punishment(s) within UFOShin. 

    Please make sure that you use the following format, or your post will be deleted.

    Keep in mind that trolling and/or faking appeals, will result in you being removed from the club.

     

    - What punishment did you receive? (ban, mute, warn.) 

     

    - Why did this punishment occur?

     

    - When did this punishment occur?

     

    - What UFOShin staff member punished you?

     

    - Please provide proof of the punishment being applied.

     

    - Any Extra Notes/Questions, etc. (optional.)

    ufoshinlogo.png

  2. SO basically I want a basic rank up feature. If I have $250, I can rankup to B.

    Once I get the permissions for B, I want to rankup to mine C for $500.

    The problem is that the B skript interrupts the C skript and if I have $250, it takes it and ranks me up to B.

     

    Code:

    command /rankup:
            trigger:
                    If player has permission "Default":
                            If player's balance is greater than or equal to 250:
                                    execute console command "/lp user %player% permission set essentials.warp.mine2 true"
                                    send "&6Rankup &7» &6You ranked up to &eB"
                                    remove 250 from player's balance
                            else:
                                    send "&6Rankup &7» &cYou don't have enough money!"
                    if player has permission "essentials.warp.mine2":
                            if player's balance is greater than or equal to 500:
                                    execute console command "/lp user %player% permission set essentials.warp.mine3 true"
                                    send "&6Rankup &7» &6You ranked up to &eC"
                                    remove 500 from player's balance
                                    stop
                            else:
                                    send "&6Rankup &7» &cYou don't have enough money!"

    command /derankup:
            trigger:
                    if player has permission "Default":
                            execute console command "lp user %player% permission set essentials.warp.mine2 false"
                    if player has permission "essentials.warp.mine2":
                            execute console command "lp user %player% permission set essentials.warp.mine3 false"

  3. Hey! I'm Cxnnors. I've been Skripting for a little over a month now. 

    I love Skripting, and have practically learned the ins-and-outs of the plugin. 

     

    I've recently became severely bored because I had a whole summer to do nothing.

    Which is when I thought of doing Skripting jobs for other people to keep myself occupied.

     

    If you would like a Skripting job to be done, please:

    - Leave your Discord Username below, so I can add you. I will reply that I've added you after adding you.

    - State a little summary of what you would like me to do.

     

    ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️

    Please take into consideration that smaller Skripting jobs will likely cost nothing. 

    But... more task-grueling jobs will likely cost you a little bit of money. Nothing big. Let's say around $5-10.

    ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️

  4. Here you go.

    command /menu:
    aliases: /m
    trigger:
        wait 1 tick
        open virtual chest inventory with 3 rows named "Menu" to player
        format gui slot 13 of player with 1 diamond pickaxe named "&bSkyMines" to run:
            close player's inventory
            execute console command "/spawn"

  5. on script load:
        set {wait.time} to 5
        if {wait.time} is greater than or equal to 5:
            loop all players:
                 give loop-player 1 of random items out of all items

  6. i accidentally reported you because i thought that was reply, my bad!!! But basically, I was younger so I wanted to become a YouTuber for a lot of different things. I would always change my names because I switched to many things such as Roblox, GTA, Minecraft, etc.

×
×
  • Create New...