help needed

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

    Solved Is there a way to use custom named buttons in Skript

    I am currently using Skript on my server and I came across this error while programming the keycards on right click on "Alpha Only": if name of player is "AlphaBeta906": send "&aAcsess Accepted!" to player else: cancel event send "&4Acsess denied!" to player So...
  2. I

    Only able to break a block with a certain item

    I'm on latest update (version 1.16.1) on block break of Wool: if item is barrier named "&cWool Remover: send "&cYou Broke a Wool" else: send "&aUse your &cWool Remover" cancel event when ever I break a piece of wool it will not allow me to even with the "Wool...
  3. NotNinjaTalon

    Solved SkBee scoreboard not working but has no errors on reload

    I'm having issues with my scoreboard. On reload i appears there are no errors but on reconnect the scoreboard doesn't appear nor does it when the player manually does /toggle. If anyone knows what my error and or problem could be please share your thoughts. Thanks, Talon. Scoreboard Skript...
  4. O

    internal error occurred while trying to execute this command

    command /sell: trigger: set {_stone} to amount of stone in player's inventory set {_coal} to amount of coal in player's inventory * 2 set {_iron} to amount of iron ingot in player's inventory * 5 set {_gold} to amount of gold ingot in player's inventory * 10...
  5. NotNinjaTalon

    Solved Infinite water buckets

    Alright so first off I know this is a very odd request, but anyways I'm wanting a skript that makes it when on place of water bucket named "&bInfinite Water" it places the water as usual but refills the bucket right back up, pretty much replacing the player's tool. I know this is a pretty basic...
  6. M

    Solved How do i make a blaze effect?

    Hi, I have a question! I'm making a custom wand for my server and want to add a blaze effect. I already made 2 working spells, a spells selector and added perms and an on-death event. However, I can't seem to find a way to put fire on top of blocks in a certain radius. when using a simple...
  7. SmallDev

    Solved Really Glitchy Skript Please Help!!!!

    So I'm making a Skript and it's really glitchy and doesn't work, tho it's detecting the right items, please help. Here's the code. every 1 second in "world": loop all players: remove all items with lore "&7Get your rods here" or "&7/warp crates" or "&7Yum!" or "&7-Lure" or "&7-No...
  8. O

    Auto-Harvesters not working

    every 2 seconds in world "world": loop all blocks: if loop-block-1 is a composter: set {autoharvcomp} to {_loc} of loop-block loop all blocks in radius 5 around {autoharvcomp}: if loop-block-2 is fully grown wheat plant: set...
  9. O

    loop-block is not a location

    on place: loop all blocks: if loop-block is composter: loop all blocks in radius of 5 of loop-block: if loop-block is fully grown wheat plant: wait 4 seconds set loop-block to air loop all blocks...
  10. NotNinjaTalon

    Solved Disallow CMD but allow it if arg is after

    Hello, I'm trying to make a skript so that it cancels/blocks the command "/is" but I still want it to allow the command if args are set afterwards so players can do things such as /is (upgrades|help) etc. Hope someone can help out, thanks!
  11. NotNinjaTalon

    Solved Help Needed / Error in my skript?

    I'm trying to make a code that replaces the block beneath yourself upon doing the command "/is" For some reason I can't seem to get it to work, any suggestion. All replies appreciated! on command "is": Execute console command "/execute positioned as %player% run setblock ~ ~-1 ~...
  12. D

    Solved i need help (skript for auto pickup)

    i need a skript i need it to do something like On break on Stone Damge pickaxe 1 Give %player% xp 10 Give player diamond named &b&ldiamond enchantments: - sharpness
  13. Y

    Moving an armor stand

    Hey hey, so i was wondering if there is any way to change the position of an armor stand by using some form of key input, example: you press W and the armor stand moves 3 blocks away from your position (it is facing that way) if not possible with any key input, i would still want to see the code...