#help # skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. I

    if amount of cursor item > 1:

    I'm really bad at skript and ChatGPT told me that "if amount of cursor item > 1:" is for my line. I have no idea what else to make. If anyone could help I'd appreaciate it.
  2. 2

    Solved Skript crashes sever

    I was working on a simple skript of a sever that I own. I was able to create this code: on load: set {customitems::dashrod} to unbreakable fishing rod named "&1Dash Rod" with lore "&2Right click to dash" set {customitems::flyboots} to unbreakable golden boots named "&2Fly Boots" with...
  3. M

    Shuffle inventory

    Category:Troll Suggested name: Shuffle Spigot/Skript Version: 2.6.4 What I want: I want a command /shuffle <player> that shuffles every item in player's inventory Ideas for commands: /shuffle Ideas for permissions: shuffe.allow When I'd like it by: no specific time
  4. H

    please help

    basically i've made a skript but theres 1 error and i'm new to skript so i'm not sure what to do to fix it, it'd be appreciated if someone could help on rightclick on a composter: if target block has nbt data of level 8: chance of 25%: drop 64 golden carrot Every 1...
  5. 0

    This skript in otalian, help meee

    tells me that {tm.%player%} is 2 and 3, "tells me empyty configuration" #--------------------------------------------------# # Created by Tristezzah # Name: "Avvisi ghetto" # #--------------------------------------------------# options: prefix: &4&lGhetto >>...
  6. V

    Solved Need Help With This code

    command /opengui: trigger: open chest with 5 rows named "&8Buy Cosmetics" to player format slot 19 of player with Bone named "&2&lPets" to close then run [execute console command "/petsmenu"] format slot 21 of player with Nether Star named "&b&lPartical Effects" to be...
  7. U

    Click Cooldown Help

    Im trying to make a ability skript with cooldown but how? Fairly new to skript, don't expect much. I tried a lot of other tutorials but none worked. on right click with golden sword: if name of event-item "&6Midas Sword": #add cooldown here
  8. bpitcher2013

    Solved How to see if rank is

    Hello i have read the docs but i cant understand them this is what i have Minecraft Version:1.6.3 Skript: on death: if player's group is god make console execute command pex user %player% add Donor.list Errors: Can't understand this condition/effect: if player's group is...
  9. T

    need help on league skript

    hello i wanted to do a league skript but i dont know how i should do it i tryed many ways so this is what i wanted it to look like the leagues are: gold silver bronze so for a kill you get 5 points and if you die you loose 10 points and i want that the guy with the most points gets the gold...
  10. M

    Solved Multi line doesn't work

    Hello. In my script i have made a kit menu but i need to make multi lines, but it doesn't work :emoji_frowning: command /kit: trigger: wait 2 ticks open chest with 6 rows named "&3&l: &bKit&f&l Menu &3&l:" to player wait 2 ticks format slot 47 of player...