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

    Request PVP Toggle

    {test::%player%} for example, the good thing is they can be looped. You cannot do that with normal ones
  2. Minecoll_YT

    Solved Trying to set blocks in an area between 2 points

    weird, this code seems okay
  3. Minecoll_YT

    Solved Trying to set blocks in an area between 2 points

    you made a little error, send the whole code
  4. Minecoll_YT

    Solved How to disable fall damage on jumping from spawn

    post your whole code, and it should work with the newest version And btw. I recommend using list variables instead of normal ones ({lastfall.%player%} --> {lastfall::%player%})
  5. Minecoll_YT

    Request PVP Toggle

    I've never seen someone use that kind of variable, it's just hell nah. List variables are way better
  6. Minecoll_YT

    Skellet Legacy fish state

    try using both in a string and then comparing them
  7. Minecoll_YT

    Solved Problem with function if

    Where is the problem? And "every 1 second" .. idk man
  8. Minecoll_YT

    Solved How do I execute my skript command from console?

    I don't get what you want, and I would not recommend making a money system with skript because it isn't compatible with anything else like vault
  9. Minecoll_YT

    Solved Simple Gui not working

    skript-gui or even better no addons - pure vanilla guis
  10. Minecoll_YT

    Solved Simple Gui not working

    Do not use SkQuery for GUIs
  11. Minecoll_YT

    Request PVP Toggle

    combat%player% --> combat::%player%
  12. Minecoll_YT

    Solved Trying to set blocks in an area between 2 points

    Any errors in console? Maybe they are more detailed
  13. Minecoll_YT

    How to remove block glitching using skript?

    I'm not sure if someone knows how to fix this. But there is a spigot plugin for this: https://www.spigotmc.org/resources/anti-block-glitch.89690/
  14. Minecoll_YT

    Random Block Placement

    I think this would be the simplest way for beginners set {_loc::1} to location at 1, 1, 1 in world "xxx" set {_loc::2} to location at 1, 1, 1 in world "xxx" loop blocks within {_loc::1} to {_loc::2}: set loop-block to stone chance of 30%: set loop-block to cobblestone
  15. Minecoll_YT

    Random Block Placement

    its literally just vanilla skript and just exchange it with the local variables
  16. Minecoll_YT

    Random Block Placement

    loop blocks within {_x} to {_x}: set loop-block to stone chance of 30%: set loop-block to cobblestone
  17. Minecoll_YT

    Solved Can I change items in item frame?

    location at 1, 1, 1 in world "xxx"
  18. Minecoll_YT

    How to set enchant level for my /enchant command?

    please mark this as solved in the corner right
  19. Minecoll_YT

    Solved Trying to set blocks in an area between 2 points

    For me it works fine, which server and skript version?
  20. Minecoll_YT

    Solved How do I give people permissions?

    You cannot grant permissions with skript only as far as I know