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

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

  1. G

    [HELP] [SKRIPT] Mobs spawning within a radius randomly

    Hey so what i want is: every 10 secounds between 0 60 0 and 10 60 10 5 zombies spawn in random spots in that area If you can do anything to help please do so and reply anyway so it can get boosted <3
  2. E

    Steal potion effects on attack

    I've been trying to learn to make a command that lets a specific player that I choose be able to steal somebody's potion effects for a set amount of time, and not be able to steal effects until the effects expire. Can anybody help me?
  3. M

    Solved simple skript that should work wont

    Skript Version: 2.6.2 Skript Addons: SkBee WorldGuard Skript: ---------------------------------------------------------------- on place of brown candle: send "&7You May Not Place Your Wand" cancel event ----------------------------------------------------------------- when I reload Skript...
  4. G

    Cancel Event Help

    Hello, I am trying to make it so it cancels the push event if the player is holding a shield. I really need this skript done soon any help would be appreciated. Here is my code: command /kb <number>: usage: /kb [values] trigger: if arg-1 is set: if arg-1 is smaller...
  5. IViddyy

    Checking Potion Effect Levels

    Hi im trying to make talismans that give different haste levels when worn.But im trying to make it so if the player already have haste it adds the haste level to the talisman's haste level.This what i have for now (it only gives the haste) variables: {currenthaste.%player%} = 0 Every 3...
  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. RkAdventures

    My Skript isn't working.. Can anyone help?

    I'm working on an rpg server and I'm trying to make wolves that drop one bone when killed, this works. But I'm making a weapon that when killing them puts the items straight into the players inventory. My Code: if attacker's held item is iron shovel named "&7Bone Drill": stop else: on death...
  14. T

    Solved SkQuery 4.1.5 MySQL does not work

    Skript Version 2.6.2 Skript Author APickledWalrus Minecraft Version CraftBukkit version 3096a-Spigot-9fb885e-af1a232 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) Full Code https://pastebin.com/xZbZMEcf Errors on Reload None Console Errors after Function is executed...
  15. SWOEN

    Solved Console is not executing command

    Hello! I was making some skript's when I saw no "execute console command "/example"" was working. I have tried doing this: command /executeconsolecommandtest: trigger: console command "say hello" and command /executeconsolecommandtest2: trigger: make console execute...
  16. M

    Skript not parsing and crashing server

    Script Version: v2.6.2 Minecraft Version: 1.17 Code: on left click: name of player's tool is "&aLush Wand": {cooldown6.%player%} is false: {mana.%player%} >= 30 subtract 30 from {mana.%player%} set {cooldown6.%player%} to true loop all...
  17. angrybeezz

    Solved Need help to an bee that i'm riding attacks player

    Hello, i'm into a problem and i don't know what to do, i want to make a bee that i'm riding attack the monster/player that attacks me, this is the code: ------------------------------------------------------------ on right click on bee: if {game::%player%} is equal to 1: make...
  18. L

    Chat issue

    So, I'm using hex colors for LuckPerms, working for all things like TAB, but on chat with the skript it just turns into random colors on chat: cancel event send "%player's prefix% &7%player% &8&l» &f%message%"
  19. 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
  20. A

    Guild System, issues

    Hello! So I am currently working on a guild system. Basically, users can create a guild and invite their friends. I having some issues however. I have a couple variables: {guilds::WhatGuild::*} - Explains what guild a user is in {guilds::InGuild::*} - Boolean on whether a play is in a guild...