help me

  • 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 comminuty!

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

  1. F

    hey, i'm trying to make an anti cheat, for my server and maybe to help other servers with an anticheat with my skript, 20 errors :( reach check

    command /funwatcher <text> permission: funwatcher.all permission message: &4Only Players with permission funwatcher.all have access to this command! trigger: if arg 1 is "help": send "&4[FUNWATCHER] &c/funwatcher alerts - enabled alerts (this is a placeholder command)" send...
  2. GLaDOS_James

    help with skript, preferably skellet

    i have skellet, skbee and skript installed but always get this in my skript on 1.19.4:
  3. V

    Problem with Personal and Serverwide boosters

    Hey! So I have this skript: The problem is that these only work for 1 player, the player who activated it, so I want it to work for everyone on the server if one player activated it. How should I try to do that or how do I do thats? Pls help and note that I'm a starter skripter and don't know...
  4. FindME

    Solved How do i add weight to an item so like 1/2 or 1/4 like chances of getting item

    on step on pressure plate: if event-block is a iron pressure plate: if block below event-location is iron block: set {_number} to a random integer between 1 and 4 if {_number} is 1: give player iron nugget named "&fIron Nugget" with lore "This...
  5. A

    XP Skript

    Hello, I am really confused about how to make an XP skript. I would want it to be like if a player killed a cow they would get 1 XP whereas if they kill an enderman they get 10 XP. And if they reach certain levels, they get access to things (I could do that) Thank You.
  6. Y

    Skript place holder?

    New to skript forum(Not skript,I have already used it for least a year),I am not getting any helps on discord as all guys trying to help me failed :/ The code: on right click: if name of player's tool is "&a騎士劍": if {KnightSwordLVL1::%player%} is not set: if...
  7. E

    Help Skript: if player's balance is more than or equal to

    Hi, I have encountered an error that I cannot understand in my script ERROR: [04:04:16 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to...
  8. O

    Solved Custom Command Help

    I am trying to create a command that will respawn the player for a cost of $10000 by typing /respawn. I am using the vault plugin for the economy. I can't get it to work correctly. This is my skript currently. command /rsp: description: This will buy you back to life for $10000...
  9. Q

    Dupe skript help

    can someone please make me a script so players cant /dupe a shulker box if there is a certain blacklisted item in there my current script is this, command /dupe: trigger: if player's held item is air: send "no duping air" if player's held item is red dye...
  10. mrclipse

    list variables

    I'm making a faction plugin for my anarchy server that doesn't have land claims, you can do /fcreate [<text>] to make a faction, but I want to check if that faction name has been taken already so there aren't 2 identical factions. I tried using a list variable to store all of the faction names...
  11. D

    Stacking

    Is there a way to detect when someone stacks an item over 2 and then cancel the event with skript 2.1.2
  12. HenryRenYz

    Accurate timespan to seconds

    Hi, I want to use the amount of time between 2 date to calculate something(for example velocity, accerelation, dps, etc.) but I found that it's difficult to convert timespan into seconds or ticks. I know how to convert timespan into seconds but that's too inaccurate on the last second, and...
  13. F

    Make console execute command "/plz readlmao"

    yo I want to make console execute a command. I saw a post about this before, but it didn't help at all. I did this simple Skript command /tag rainbow: permission: tag.rainbow permission message: &cYou don't have permission to use this tag trigger: send "&aSuccessfuly changed to tag...
  14. F

    Solved i want help this skript

    command /prestige [<player>]: permission: prestige.book trigger: give 1 of Paper named "&7&ki &5&lPrestigious &d&lSkyFlood &7&ki" to arg-1 on join: if {prestige.%player's uuid%} is not set: set {prestige.%player's uuid%} to "" on chat: set the chat format to "%player's...
  15. D

    help

    i am using tuske 1.8.2 my server is 1.8-1.15.2 and tuske puts out an error msg which is in the pastebin below please help me figure out whats wrong https://pastebin.com/x2es7fin
  16. WhoCutTheCheese

    I want to format/set a slot

    I want to set slot / format a slot on this skript I just cannot figure out how on rightclick with clock: wait 1 tick open chest with 1 rows named "Server Selector" to player set slot 2 with ironsword It comes up with an error with what I currently have
  17. Marsbar

    Locations, .5

    Hi im having an issue with this cell skript im making. When you claim with the stick, it set coordinates. The issue is that it changes the coordinate depending on the server. It claims wrongly (Is that a word?). Sometimes it adds 1 more or 1 less on the z or x coordinate. on click: player's...
  18. WhoCutTheCheese

    Solved I want to make a chat color command

    So I am very new to skript, I know basic things like making simple commands but I have something that I don't know how to do. I want to make a /color command where you can /color <color here>. The colors will just be all the essentials colors e.g /color red or /color lightred and it will set...
  19. C

    Problem with Variables

    No matter whether the first or the 2nd command. The Else against if {s.team.% Name of player%} is not "blue" runs. How can I fix it? Even if the variable {s.team.%name of player%} is not set I get the same output from the first else...
  20. Bixia

    have multiple blocks down

    any one know how to make it so i can put down 2 or 3 wool and each one spawn cobble not just one on place of white wool: set {drop} to event-block add 0.5 to y-coordinate of {drop} every 5 seconds: drop 1 cobblestone at {drop} on break of white wool: set event-block to air give...