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

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

  1. B

    Failed Join/Connect messages Sent to online staff/players

    This isn't possible due to minecraft not giving "disconnect reasons" to servers.
  2. B

    Whats wrong with this SkQuery skript??

    Look at the documentation.
  3. B

    Whats wrong with this SkQuery skript??

    Please use SkBee instead of SkQuery for this. https://skripthub.net/docs/?id=4051
  4. B

    Anyway to push an item with nogravity

    Show what you have tried, and then we can work from there
  5. B

    How to shoot potions...?

    summon splash_potion with nbt "{Potion:"minecraft:weakness"}" shoot last spawned entity at speed 1 This should work, haven't tested. You must remember splash potions are entities :emoji_grinning: https://skripthub.net/docs/?id=4054
  6. B

    Keep Effects after death?

    Loop the effects, and save them in a list. Then on respawn give effects back.
  7. B

    Solved Any way to save what inventory slot

    Hey! I am trying to create a command that saves all inventory items to a list. But when I try to load the inventory, it just randomly picks what slot to load. Any way I could save the slot? function saveInventory(p: player): set {s} to 1 loop player's inventory 35 times...
  8. B

    Looking for skript ideas

    added
  9. B

    Looking for skript ideas

    If you are asking for my discord tag benjamin!#7712
  10. B

    Looking for skript ideas

    Hey, I am really bored and have a 12 hour cardrive. So im looking for ideas to skript/make for someone. Leave some ideas below
  11. B

    SkIDE

    Your website is down
  12. B

    How to make a per world tab

    https://dev.bukkit.org/projects/perworldtablist
  13. B

    Solved Hit delay

    Most likely.
  14. B

    Solved [HELP] Economy Skript with salary and something like physical money

    I mean I can do it, for something in return.
  15. B

    Scoreboard

    Its possible look up tutorials, and use placeholder api. We cannot spoon feed!
  16. B

    for all players

    Whats the error, I cant help with anything without knowing this. But by looking at your code, its probably indentation. It shhould have a tab between command and trigger command /tl reload: permission: sk.tab trigger: set tab header to "--\n---" and footer to "--" for all players
  17. B

    Skript Vanilla GUIs

    Is there more lag using vanilla guis? Because I have heard if you use an addon, it generates less lag.
  18. B

    Really can not figure out TuSKe GUI manager

    Tuske is better, its less lag. And it actually does unstealable like @gbble said.
  19. B

    Solved How to get blocks within an area?

    No problem!
  20. B

    Packets - Damage System

    Using packets, I want to create a customizable damage system. I have been looking at some tutorials. But none of them tell me really how to set a packet to a certain amount. I have this packet generic.attack_damage Which gets the damage of an attack, I want to set this to whats in my command...