Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/08/2021 in Posts

  1. on place of white wool: #1 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is white wool: wait 80 ticks drop 1 white dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of white wool: cancel event set event-block to air give player 1 white wool named "&7White Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A White Wool Generator!" on place of gray wool: #2 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is gray wool: wait 80 ticks drop 1 gray dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of gray wool: cancel event set event-block to air give player 1 gray wool named "&7Gray Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Gray Wool Generator!" on place of black wool: #3 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is black wool: wait 80 ticks drop 1 black dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of black wool: cancel event set event-block to air give player 1 black wool named "&7Black Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of yellow wool: #4 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is yellow wool: wait 80 ticks drop 1 yellow dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of yellow wool: cancel event set event-block to air give player 1 yellow wool named "&7Yellow Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of orange wool: #5 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is orange wool: wait 80 ticks drop 1 orange dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of orange wool: cancel event set event-block to air give player 1 orange wool named "&7Orange Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of cyan wool: #6 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is cyan wool: wait 80 ticks drop 1 cyan dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of cyan wool: cancel event set event-block to air give player 1 cyan wool named "&7Cyan Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of lime wool: #7 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is lime wool: wait 80 ticks drop 1 lime dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of lime wool: cancel event set event-block to air give player 1 lime wool named "&7Lime Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of red wool: #8 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is red wool: wait 80 ticks drop 1 red dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of red wool: cancel event set event-block to air give player 1 red wool named "&7Red Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of blue wool: #10 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is blue wool: wait 80 ticks drop 1 blue dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of blue wool: cancel event set event-block to air give player 1 blue wool named "&7Blue Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" command /gencap [<player>] [<text>] [<number>]: permission: gencap.use permission message: &cNope! trigger: if arg-1 is set: if arg-2 is "reset": set {gens::%arg-1's uuid%} to 0 send "&cYou have just reset %arg-1%&c's gen cap!" to player command /gens: trigger: send "" to player send "&bYou have used %{gens::%player's uuid%}%&7/&b15 gen space!" to player send "" to player on right click on white wool: #1 wait 5 ticks if player's balance is more or equal to 750: subtract 750 from player's balance set block to gray wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on gray wool: #2 wait 5 ticks if player's balance is more or equal to 3500: subtract 3500 from player's balance set block to black wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on black wool: #3 wait 5 ticks if player's balance is more or equal to 10000: subtract 10000 from player's balance set block to yellow wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on yellow wool: #4 wait 5 ticks if player's balance is more or equal to 25000: subtract 25000 from player's balance set block to orange wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on orange wool: #5 wait 5 ticks if player's balance is more or equal to 75000: subtract 75000 from player's balance set block to cyan wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on cyan wool: #6 wait 5 ticks if player's balance is more or equal to 160000: subtract 160000 from player's balance set block to lime wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on lime wool: #7 wait 5 ticks if player's balance is more or equal to 350000: subtract 350000 from player's balance set block to red wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on red wool: #8 wait 5 ticks if player's balance is more or equal to 1000000: subtract 1000000 from player's balance set block to blue wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on blue wool: #9 wait 5 ticks send "&cMax Gen" to player Some Of This Skript Is not mine, though i did make a lot of it. enjoy EDIT: Hey Guys! This Has Hit 1600 Views, wow I Would Like Just To Say Thanks
    1 point
  2. This plugin adds the ability to replicate most hypixel skyblock features Link: https://www.spigotmc.org/resources/special-items-1-8-1-16.79898/ Vide Showcase (not mine): https://www.youtube.com/watch?v=CW1FHLN14m8
    1 point
  3. From what I have seen, it is a combination of positive reactions ("thanks", "like", etc), people responding to your content either by quoting you or posting shortly after you posted. The thing that confuses me is how I lost reputation points without anyone reacting negatively to anything I have posted.
    1 point
  4. You have to set both locations and also use SkQuery or SkJade for it
    1 point
  5. set {_loc1} and {_loc2} to the coords they need to be inbetween.
    1 point
  6. if player's location is within {_loc1} and {_loc2}:
    1 point
  7. I think you can make a region using world guard and use: if "%region at player%" contains "RegionName":
    1 point
  8. Ok, just /OP (Your Username) In the server's console. Install the Plugin - Luckperms and get sufficient with it
    1 point
  9. Please do not post on posts that are older than 1 month! Requesting mod lock
    0 points
  10. You can’t do that on Minehut. Minehut is a premium only server.
    0 points
×
×
  • Create New...