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

    I am trying to make a /compress gui

    Problem: My functions dosnt work but i dont get any errors so if anyone could help me it would really make me happy :) Code: function compresssel(p: player, i: itemtype, i2: itemtype, done: text): set {_amount} to amount of {_i} in {_p}'s inventory open chest inventory with 5 rows named...
  2. K

    How to Multiply mob dammage

    Currently me and my friend are developing a server and i'm in charge of the pve realm how do i make certain mobs deal more damage then normal minecraft.
  3. D

    How do you make a falling block from the block your looking at?

    This is what I have so far: command /fall: trigger: spawn falling iron block 5 meters above and 2 meter horizontally in front of the player When I change iron block to targeted block I get an error. Can anyone help me?
  4. K

    Solved How do I check the online players forever

    so i cant update the online players on my scoreboard heres my script: on join: scoreboard(player) loop all players in world "world": function scoreboard(P: player): set title of {_P}'s scoreboard to "&E&LDuckAura" set line 3 of {_P}'s scoreboard to "&eRank: &a"...
  5. DKPeak

    Help with SkBee & Tab complete

    Hi I'm not sure whether i have mis read something or what. But when i try to use "on tab complete:" with SkBee 1.10.2, skript doesnt recognize/understand the event. Im on paper 1.8.8 if it changes anything. Thanks bump
  6. K

    Solved Check for specific minecraft world time?

    Hello I am planning to reset the resource world on my server using skript and I want the resource world to have the same time as all my other worlds or let's say specific world, but I don't know what is the correct code for check_time? Here is my code so far every 72000 ticks: make console...
  7. R

    Increase Jump Boost Every Minute

    Hello Everyone, I’m having some issues with a plug-in I want to make so basically what I’m trying to do is when I run command /jump it gives all players jump boost 1, waits 1 min then clears the effect, gives jump 2, and then sends a message letting us know that jump boost has increased. I want...
  8. J

    Solved WHY THİS SCRİPT İS WONT WORK

    set player to "{teklifci1.%arg 1%}" < problem this code have to be set {teklifci1.%arg 1%} to "%player%" /CODE]
  9. T

    Help with skript

    Hello, I have a server that lets you buy many suffix for an amount of money. Is there anyway i can do it so they can toggle their suffix so it turns on and of. either a skript or like if player has suffix. please help!
  10. Y

    EnderChest Slots

    Hi, I'm trying to create a custom ender chest plugin using skript but can't figure out how to add more slots to the ender chest. command /enderchest: aliases: /echest, /ec permission: enderchest.use trigger: send "&5Opening enderchest" open ender chest of player to...
  11. WhoCutTheCheese

    Solved (Repost I'm dum dum) Report skript

    I have a report skript were you report a player and it'll open a GUI and you click what to report for... After you click that I want it to send the report message to a player with a certain permission. I'm using SkQuery. command report <player>: trigger: open chest with 3 rows...
  12. M

    how to use variables on wait {gg} second

    hello guys i want two script the first script i want like this command /mute [<player>] [<text>] [<text>]: permission: mute.exe usage: /mute trigger: if arg-1 is set: if arg-2 is set: if arg-3 is set: if %arg-2% is contains...
  13. M

    save variable to particular item,block HOW

    guys i want to save variables particular,specifed block,item what is the code example on place coal ore: set {dontbreak} to coal ore on break coal ore: if {dontbreak} is specifed: cancel event
  14. Z

    balancetop money formatting

    command /balancetop: aliases: /baltop, /moneytop trigger: loop {baltop::*}: set {baltop::%loop-index%} to "%loop-value%" parsed as integer set {_baltop::*} to sorted {money::*} from highest to lowest with format "&f@index &f- &a$@value" set {_a} to 0...
  15. Rexu

    Solved problem "/skript help" in console

    when I write /skript or /sk it give me /skript help, when i write /skript help dosn't work too I use skript ver 2.5-alpha3 and server is 1.8.8
  16. varboosted

    Json help

    Hello how can i make a skript message with Json that when you click message it goes to a site? Tried this not working overall (i know its not for a site) command /store: trigger: message "<tooltip:hello world>Hover me for a tooltip!<reset>"
  17. varboosted

    Solved PvP respawn

    Delete the thread please.
  18. L

    Teleport player if player is to far

    i really want to make a quest but i want to keep the player in the quest does anyone know how to teleport the player back to a villager
  19. CyberedCake

    Help With Tab List

    --> Sorry if this is bad, it's like my first or second time posting to SkUnity! <-- Skript Version: Skript v2.4.1 Skript Author: Bensku Minecraft Version: 1.15.2 PaperSpigot Code for Tablist: on join: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for...
  20. D

    Solved PLS HELP me with kitpvp GUI Only will works if you in region: Kitpvpspawn

    Pls help me With this i want it taht the command only work in Region: kitpvpspawn command /kitpvpkits: trigger: if "%region at player%" contains "kitpvpspawn"] open chest with 1 rows named "&a&lSelect kit" to player wait 1 tick format slot 0 of player with...