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. W

    How to create a custom structure with skript

    I want to create a custom structure that will be generated in the world like any other vanilla structure and i want to use skript for this so i can create variables for each block that is a part of the generated structure but i am not sure on how to go about doing this plz help
  2. D

    block break skript

    Catergory Skript Help Spigot/Skript Version: Paper 1.20.4, Latest version of Skript What I want: I need a script that makes blocks in a specified region (named "blockbreak") instantly break and set to air as soon as a player starts mining them, without dropping any items. When I'd like it by: As...
  3. P

    Skript Help :pray:

    I'm working on a skript which can teleport the player or another player (whom they hit) to a location of an arrow that the player shot I don't get any errors but it doesn't work :emoji_pensive: Does anyone know why or can help me :emoji_pray: on shoot: if shooter is a player: if...
  4. 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...
  5. 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:
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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
  15. 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...
  16. 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...
  17. 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...
  18. 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
  19. 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
  20. 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...