skript help

  • 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. M

    Skript need help!

    This here is working but if i add more remove like : remove Slowness from player remove Mining Fatigue from player remove Nausea from player remove Blindness from player remove Weakness from player remove Poison from player...
  2. R

    Does anyone know why this doesn't work?

    Does anyone know why this doesn't work? command /give <number> <item> <text> <player>: usage: /give (number) (item) (name) (player) permission: wf.give trigger: give arg 1 arg 2 named "%arg 3%" to arg 4 command /remove <number> <item> <text> <player>: usage: /remove...
  3. Radicc

    Solved Creative inventory

    I want to see what items players take from the creative inventory mostly bcause i want to see if anyone is abusing and bcause there is certain items i dont want to be spawnable with creative. Can anyone help? I HAVE searched the docs and i tryied to google it too :)
  4. Radicc

    Solved Remove certain trades from villagers

    Hi. I made so you cant craft harming arrows but you can still get them with a villager trade. Is there a way to remove the trade and keep the other trades? Skript version: 2.6.2
  5. J

    automatic chest

    Is there a scenario where we will put a gui on our items that will be chests in different parts of the world, and the chest will put multiple empty chests in different parts of the world with odds?
  6. IViddyy

    AFK Rewards

    Hi im trying to make afk rewards using worldguard but i cant figure it out can someone help me?
  7. IViddyy

    Solved Admin/Player Mode

    Hi im trying to make a admin/player mode using /admin and /player or all of it in one command.I wanted to toggle the world guard bypass (/rg toggle-bypass) with text etc.Thanks!
  8. IViddyy

    Compressor

    Hi im trying to make a compressor item for my game.Im trying to make it so you can toggle it.And if possible is there a way to make 1 item work for multiple ores? Thanks!
  9. IViddyy

    Ban Hammer

    Hi im trying to make a ban hammer with Skript.This is all i have for now command /banhammer: trigger: give player unbreakable iron axe named "&6&lBan Hammer" with lore "&4&lDa Ban Hammer" on right click with iron axe:
  10. IViddyy

    Solved Enchant and Hide All

    Hi im just confused on how to enchant an item in skript.I know how to enchant a tool but i cant enchant a diamond etc. can someone help? I also want to know how to hide all the lore etc.
  11. IViddyy

    Solved Polls Skript With GUI

    Hi im trying to make a poll skript with a GUI but i have no idea how to do that so i need some help.Thanks! Quick Edit: I need it so i can also edit the answers
  12. IViddyy

    Solved Arguments

    Hi im new to skript and im trying to make a skript that kills the player by the amount u entered (like if u entered 5 it insta kills the player 5 times). Edit: its for insta respawn.
  13. W

    Remove placed block after x seconds in a specific region or a world

    Hello, I'm currently making an boxpvp server and I need help with this script: on place: wait 10 minutes set block at event-location to air Is it possible to make the script only work in a specific region or a specific world of course a region would be better
  14. S

    Help with getting coins on death

    Hello, I'm having trouble making it so you can get coins on death. The people in my server have to die from the void, so I can't really do the simple method and just do normal player death. Here is my not-working code right now: on damage: set {lastattacker::%uuid of victim%} to attacker's...
  15. V

    Create citizens with skript?

    How do I create citizens with skript? I am making a horror game and I want that a random npc spawns in front of them and 2 seconds later despawns, and with despawn I mean like completely removed. I can't find ways to do that anywhere in the docs and all the addons are outdated. I'm on 1.18.1 btw.
  16. N

    Hello I Need To Complete This Skript

    command /randomtp: trigger: set {_x} to random number between -2999999 and 2999999 set {_z} to random number between -2999999 and 2999999 set {_loc} to highest block at location ({_x}, 0, {_z}) set block at {_loc} to stone teleport player to block 0.5...
  17. AlexWarrior

    Shoot arrow from location to player

    Hey! So the goal for this skript is to have this ability type item that allows you to create a helper that will stand still and shoot arrows towards the victim Skript: on damage: if name of tool of attacker is "&c&lArcher Ability": create a citizen named "&c&l%attacker%&c&l's...
  18. Danime4anime

    How to add multiverse teleport in skript?

    I don't know if Multiverse is available to add in skript. Here is my script: command /lobby: trigger: command: mvtp @s world teleport player to location(0, 15, 0, world) It's basically when the player issues the command /lobby, they are teleported to the world "world"...
  19. L

    Solved random block in xyz to xyz?

    I want make a random block in xyz to xyz like this
  20. L

    Crafting GUI

    Category: Skript/Request Suggested name: Custom Crafting Spigot/Skript Version: 1.16.5 What I want: Hi, I'm looking for a skript that has a custom crafting GUI to use instead of the vanilla GUI that I can also add vanilla and custom crafting recipes too. I don't need actual recipes I just...