Search results

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

    Why is it thinking I'm talking about banner patterns?

    so I had a server awhile back and today I decide to go through and update everything, and I know this usually means skript is gonna give errors so I was ready, but I just don't know what the problem here is, its giving me errors like this I don't know why its trying to say "is not a banner...
  2. N

    Walls of A Area

    How can I display particles around a area {plot::%player's uuid%::*} is the list of blocks in the area
  3. N

    Loop chunks around a player

    Hi! So i've been searching for awhile and cant find a way to loop the chunks around a player (EG: CCC CPC CCC) C being a chunk and P being the chunk the player is in, how can I get this? Im trying to make a plot skript that does this and claims the chunks as a plot If you do help, thanks!
  4. N

    Solved Sculk Shrieker

    Hi! So im wondering why 'sculk shriker' isnt working in my skript, im creating a skript to make banned items that are impossible to get, it works all except sculk shreikers! Code: options: list: barrier, structure block, bedrock, jigsaw block, wither skeleton skull, debug stick, command...
  5. N

    [i] message

    How can i make a script that replaces in any message sent by a player with the item they are holding, like how when you kill someone with a renamed weapon it says "Player was killed by Player using [item with hover thingy]"
  6. N

    Solved Auto Compresser

    How can i make an auto compressor? the code i actively have is every 0.5 seconds: loop all players: if 64 <= amount of emeralds in loop-player's inventory: remove 64 emeralds from loop-player give emerald with nbt of mending with all flags hidden named...
  7. N

    Creating a Custom Enchant?

    Is it possible to create a custom enchant I'm okay with needing addons but is it possible??? and if so how can I make a custom enchant?
  8. N

    Solved parser.skunity.com

    I have a question. Why does the parser KEEP going down?! also is it being updated? cause look at the image that's the usual one not the old one (ive seen the way back version of it before)
  9. N

    Solved Ban Reason

    how can I get the reason of a player's ban?
  10. N

    Solved Command List

    How can I create a command with a text argument that has a list like when you add <player> and it lists the players for you to select from but instead a custom list of texts you can select from?
  11. N

    Solved Send player to another server?

    so i dont have bungeecord servers or anything but i wanna send a player when they run a command to another server using that servers ip so like in "lobby.example.com" they run "/skyblock" they will be sent to "skyblock.example.com" ofc the sites arent linked like that 1 isnt a site and the other...
  12. N

    Solved Player gets a item

    Hey, so I want to do something when a player gets a item I've tried googling and looking through skunity docs but all I find is "on pickup" but I want it to happen whenever they get a item whether it was from a /give command a skript using "give player 5 diamonds" or picking it up this is the...
  13. N

    Script Spawn Script

    Neelix_bear submitted a new resource: Spawn Script - A spawn/setspawn script Read more about this resource...
  14. N

    Emoji

    Hello people im making a script that changes the emoji's like :skull: to the real emoji in mc so that they either get confused or like it :\
  15. N

    Solved Parser Not Working

    When i try to click parse on the parser it just sits there and when i reload the page it either go back to the parser or gives me a error screen and when it goes back to the parser it still doesnt work
  16. N

    Script AutoPickup Script

    Neelix_bear submitted a new resource: AutoPickup Script :\ - A Script That Adds Easier Auto Pickup Read more about this resource...
  17. N

    Script WorldGuard Addon Script for Servers

    Neelix_bear submitted a new resource: WorldGuard Gens Script - A Script That addes worldguard gens server commands Read more about this resource...
  18. N

    Solved Keep Effects After Death

    Like The title says I Need a script that lets players keep effects after death this is what i tried and it didnt work :(
  19. N

    Solved quotations in script

    i have a command script but i want to add a tellraw command to it but since the tellraw command has quotation marks it doesnt go through please help!
  20. N

    Solved I Need help testing if players inventory is full!

    As The Title Says I need help seeing if players inventory is full right now i have a script like this on mine: if gamemode of player is survival: if player is in world "Gens": set {_fortune} to the level of fortune on player's tool set {_no_bonus_chance} to 0 / ({_fortune} + 1)...