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

    NBT blocking

    Earlier this evening, someone crashed my server with a item that had nbt where when you held it, the server crashed. Im wondering if there is a way to disable large nbt in skript or even disable saved hotbars all together. I would appreciate if someone could show me in the correct direction (Im...
  2. master_of_pooms

    Cosmetic detecting skript

    I host my minecraft server on minefort.com, which forces a dumb cosmetic plugin onto your server. Is it possible to make a skript that detects if someone has is currently wearing a cosmetic and if so kick them
  3. master_of_pooms

    Solved Help in setting a random location between 2 cordinets

    You could do something like this: every 2 minutes: set {spawny} to a random number between -100 and 100 set {spawnx} to a random number between -100 and 100 set {spawnz} to a random number between -100 and 100 spawn 10 zombies at "%{spawnx}% %{spawny}% %{spawnz}%" Again, on my phone...
  4. master_of_pooms

    Solved Help in setting a random location between 2 cordinets

    Idk know if this works. I’m on my mobile phone. Tell me if it does every 1 second: loop all players: if loop-player has 32 conduit: delete 32 conduit from loop-player's inventory give loop-player conduit with mending 10 named "&2&lCompressed conduit"
  5. master_of_pooms

    Solved i cant figure out how to kill ppl on region enter

    You have world guard right
  6. master_of_pooms

    I need help making something very complicated

    @cheesetheocto. Dont mark it as solved, because it isnt. Move the categorys and remove the solved tag
  7. master_of_pooms

    Item lores problem and enchantment problem !

    Skript errors do not look like that and you should get your skript version updated. I popped it into the parser and it said No errors. The outdated version is probs it. I fixed some indentation errors command /awasadonator41: permission: awasadonator trigger: if {cooldown::%player's...
  8. master_of_pooms

    I need help making something very complicated

    You should also Move this to Skript Requests RN or people will Get super angry (People here are organization freaks when it comes to that). How you do that is Edit post > Category > Requests > Save
  9. master_of_pooms

    I need help making something very complicated

    Also for a skript this large I would suggest posting on SpigotMC and other skript forums
  10. master_of_pooms

    Solved i cant figure out how to kill ppl on region enter

    I think its: on enter of region "void": teleport player to region "void-drop" wait 5 ticks kill player If it doesnt work its probs because I havent skripted in a month or two
  11. master_of_pooms

    I need help making something very complicated

    Thats actually wrong. As a active member of the skript community. People Indeed do make Skript for each other. You could kindy Tag the owner and say "@cheesetheocto, Please put this in the Skript request category" (Actually do that).
  12. master_of_pooms

    two page in one book with skript

    I’m pretty sure you cannot modify how the game looks in skript. You could get some sort of addon but those generally make things more complicated
  13. master_of_pooms

    How to make a random item list

    Me neither
  14. master_of_pooms

    How to make a random item list

    He just means items like barrier and cmd blocks that people were getting
  15. master_of_pooms

    Cancel event in main inventory (Can't move items)

    Lol you put # cancel event there # means comment you silly goose. Do cancel event in the same place with no #
  16. master_of_pooms

    Disable commands

    Oh i see, I didn’t read your response fully, here’s a skript for disabling it for certain players only command /plugins: aliases: # Put all of the commands you want to disable seperated by commas here trigger: if player is {blockedcmd::*}: cancel event send "&l&c!&r Hey...
  17. master_of_pooms

    Disable commands

    If your now asking how to disable a command, I can help. First let me say one thing, skript doesn’t have a “command disabling” function that works entirely, doing it this way will disable the command but they can still run /%plugin%:%command%. If you would like to disable it entirely your better...
  18. master_of_pooms

    Disable commands

    Ummm. That code has many errors in it. To answer your question, no you cannot hide it from tab completions. if you want help with code, feel free to ask
  19. master_of_pooms

    Skript Gui, shift clicking?

    I don’t understand skquery very well. But I believe he is trying to make it so when a player clicks a item it puts it back. I believe in skquery there is a thing that’s like Set {gui} to be unstealable or smth like that. But in regular skript you would do this: On inventory click: If name of...
  20. master_of_pooms

    Skript Gui, shift clicking?

    One tip: skquery sucks. Don’t use it, It fucks guis up. Just use regular skript and skbee