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

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

  1. Acidic

    Disable anvil renaming for paper

    Hey, How do I disable anvil renaming of paper, without using Tuske? (Tuske is broken, and disables all my scripts, so I can't use it).
  2. zysw

    I made a lootbox but people can place it on the ground, anyone know how to fix this (the item is a chest)

    im having problems making it so people cant place it on the ground code: on join: add diamond to {items::*} add diamond sword to {items::*} on right click: if player is holding a chest named "lootbox": give player random element out of {items::*} remove 1 chest...
  3. adomen

    Arena Reset skript

    Hello i need somebody to make a skript for me.. I need an box arena reset skript that will every 4 minutes remove all blocks in on a flat surface. So when people build block they will get cleared after some time. Thanks!
  4. K

    Need help with this fortune/telepathy skript

    I have this skript for fortune and telepathy, but it can't detect if the block it breaks is an extendable Drop. Does anybody know how to fix this?
  5. K

    Solved Is there a way to make this code more efficient?

    Hi everyone, I am very new to coding. I made a skript for fortune to work on all blocks and so that they go in the player's inventory. The skript is working fine, but I was wondering If I can make the code more efficent, more compact. I added the skript in a .txt file below thanks!
  6. K

    Solved Need Help with compacting this skript

    Hi everyone, I am really new to skript and I made a skript but I have no idea how to make it smaller. The skript I have right now is way too long and crashes the server (It works when its smaller) Can someone help me? Thanks! I put the code in a .txt file your you guys to read.
  7. IViddyy

    Selecting A Random Player

    Hi im trying to make a command that when used selects a random player and calls them a nerd (example: [player] is a nerd!!!) but i dont know how to.I made a command that kinda works but idk how to send the name of the player.Here is the code i have currently command /nerd: trigger...
  8. IViddyy

    Solved Removing Blocks Around Player

    Hi im trying to make a command that can be turned on and off and removes blocks in a 5 block radius while on.But i dont know how to remove blocks around the player so can someone help?
  9. R

    Skript cannot compare values to integers or other values

    skript cannot compare values for some reason there is no errors or anything I cant find anything on any of the forums on join: set {cr.%player's uuid%} to 15000 command /test: trigger: if {cr.%player's uuid%} >= 10000: send "Success" to console
  10. R

    skript cannot compare one value to another

    skript cannot compare values for some reason there is no errors or anything I cant find anything on any of the forums on join: set {cr.%player's uuid%} to 15000 command /test: trigger: if {cr.%player's uuid%} >= 10000: send "Success" to console
  11. N

    Help for skript creative item detector

    Can skript is detect the items we take into inventory from creative menu?
  12. N

    Why this skript is can't detect block place event?

    Hello I hope everybody have a good day! I try code a anti block glitch skript but if I place a block to a untrusted griefprevention claim, skript is can't detect my block place event and can't trigger my skript code and just give me normal griefprevention untrusted error(without trigger on...
  13. 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...
  14. 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...
  15. 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 :)
  16. 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
  17. 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?
  18. IViddyy

    AFK Rewards

    Hi im trying to make afk rewards using worldguard but i cant figure it out can someone help me?
  19. 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!
  20. 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!