Jump to content

TeamF

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by TeamF

  1. ive made one and still waiting for help with genslots, other than that i have a gen skript
  2. every 1 second: loop all players: if loop-player's inventory contains 1 of emeralds named "&a&lJump Booster": apply potion of jump boost of tier 2 to loop-player for 1.1 seconds Maybe a mini game where platforms scrolls down and you have to jump to the higher ones?
  3. TeamF

    Genslots Help

    I have a nice little gen skript but idk how to make a genslots system. can some1 help me? #Gen 1 White wool on place of white wool: #1 gen place send "&e-------------------------" send "&f&lYou placed a Wool gen!" send "&e-------------------------" while event-block is white wool: wait 80 ticks drop 1 bone meal above location of event-block give player white wool set block at location of event-block to air on left click on white wool: #1 gen remove give player white wool set block at location of event-block to air send "&e-------------------------" send "&f&lYou Removed a Wool gen!" send "&e-------------------------" on right click on white wool: #1 gen upgrade wait 5 ticks if player's balance is more or equal to 500: subtract 500 from player's balance set block to gray wool send "&e-------------------------" send "&f&lYou Upgraded a gen!" send "&e-------------------------" send action bar "&7Upgraded Generator!" to player else: send action bar "&cCant Afford!" to player #Gen 2 Gray Wool on place of gray wool: #2 gen place send "&e-------------------------" send "&f&lYou placed a Gray Wool gen!" send "&e-------------------------" while event-block is gray wool: wait 80 ticks drop 1 gray dye above location of event-block on left click on gray wool: #2 gen remove give player gray wool set block at location of event-block to air send "&e-------------------------" send "&f&lYou Removed a Gray Wool gen!" send "&e-------------------------" on right click on gray wool: #2 gen upgrade wait 5 ticks if player's balance is more or equal to 2000: subtract 2000 from player's balance set block to black wool send "&e-------------------------" send "&f&lYou Upgraded a gen!" send "&e-------------------------" send action bar "&7Upgraded Generator!" to player else: send action bar "&cCant Afford!" to player #Gen 3 Black wool on place of black wool: #3 gen place send "&e-------------------------" send "&f&lYou placed a Black Wool gen!" send "&e-------------------------" while event-block is black wool: wait 80 ticks drop 1 black dye above location of event-block on left click on black wool: #3 gen remove give player black wool set block at location of event-block to air send "&e-------------------------" send "&f&lYou Removed a Black Wool gen!" send "&e-------------------------" on right click on black wool: #3 gen upgrade wait 5 ticks if player's balance is more or equal to 5000: subtract 5000 from player's balance set block to red wool send "&e-------------------------" send "&f&lYou Upgraded a gen!" send "&e-------------------------" send action bar "&7Upgraded Generator!" to player else: send action bar "&cCant Afford!" to player #Gen 4 Red wool on place of red wool: #4 gen place send "&e-------------------------" send "&f&lYou placed a Red Wool gen!" send "&e-------------------------" while event-block is red wool: wait 80 ticks drop 1 red dye above location of event-block on left click on red wool: #4 gen remove give player red wool set block at location of event-block to air send "&e-------------------------" send "&f&lYou Removed a Red Wool gen!" send "&e-------------------------" on right click on red wool: #4 gen upgrade wait 5 ticks if player's balance is more or equal to 10000: subtract 10000 from player's balance set block to blue wool send "&e-------------------------" send "&f&lYou Upgraded a gen!" send "&e-------------------------" send action bar "&7Upgraded Generator!" to player else: send action bar "&cCant Afford!" to player If i can get some help i would GREATLY apreicate it.
  4. For some reason my server is just stopping completly. idk why, can i have some help?
  5. every 8 minutes: loop-all players: if loop-player has permission "staff.only": send "Do ads now." to loop-player doesnt work if you can fix ty
  6. TeamF

    Skript Help

    Didnt work. sorry
  7. TeamF

    Skript Help

    TY! hope it works
  8. TeamF

    Skript Help

    i have just realised i posted this in wrong channel, sorry lol
  9. TeamF

    Skript Help

    if player inventory contains emerald called "jump booster": apply jump boost to player for 2 sec Can some1 fix my skript? im new and rely on forums so my skripts are terrible. im trying to make an emerald called "jump booster" that gives you jump boost 2 untill it is removed from the inv. TY! Thanks to any1 that can fix my half a** skript Kind regards, TeamF/Darth1013.
×
×
  • Create New...