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

    Skript Vanilla GUIs

    I still see people having problems on 1.12 and metadata. I might want to rephrase that warning but I'll not remove it. It's the other way around. Vanilla skript will always be faster than using addons
  2. Runakai

    Skript Vanilla GUIs

    Could you provide us with source?
  3. Runakai

    Skript Vanilla GUIs

    Hey, could you provide us with code?
  4. Runakai

    Toplists - how to?

    function sort(indices: strings, values: numbers, descending: boolean = true) :: strings: loop {_indices::*}: add 1 to {_f} set {_sort::%{_values::%loop-index%}%.%{_f}%} to loop-value return (reversed {_sort::*}) if {_descending} is true, else {_sort::*} usage...
  5. Runakai

    Skript player data system whiteout addons ?

    Skript yaml is by far the best add-on ever
  6. Runakai

    Solved Just why did you that ? (Blocks)

    Dirt isn't just dirt. Dirt can be an item, an emotion, a block, a feeling you encounter when playing in it. Dirt is course and it gets everywhere. It is dark, it can be wet and would be called mud. As a kid, I used to play in dirt but we don't do that anymore. We grow and forget the simple...
  7. Runakai

    Need help with conditions

    mc version and skript version?
  8. Runakai

    Speed of the player

    %player's walking speed% The normal sprint speed is 1 and corresponds to 4.37m/s IIRC(!) So use some math and be happy
  9. Runakai

    Solved Unable to compare local variable to integer

    Make another thread and elaborate more
  10. Runakai

    Solved Unable to compare local variable to integer

    How did they change? I changed it to metadata but you can use inventory names on 1.16 again. Metarata is the same concept and it's really easy
  11. Runakai

    Solved On Inventory Click

    Not working because you don't even try?
  12. Runakai

    Solved Unable to compare local variable to integer

    Yes, and I want to share mine .TuSkE is an add-on and needed a fork from a different developer to even work. Vanilla GUIs approach a different way of doing guis which are better and faster. I don't care if you use TuSke but vanilla is better. And yes, they are vanilla. They don't require any...
  13. Runakai

    Solved Region name not being recognized properly.

    Use Event-Region
  14. Runakai

    Solved Unable to compare local variable to integer

    Easier != Better
  15. Runakai

    Solved Unable to compare local variable to integer

    Please use this kind of making guis: https://forums.skunity.com/threads/vanilla-guis.8939/
  16. Runakai

    EnderChest Slots

    https://forums.skunity.com/threads/vanilla-guis.8939/ Will help you to make guis
  17. Runakai

    Solved On Inventory Click

    https://forums.skunity.com/threads/vanilla-guis.8939/
  18. Runakai

    Variables with all players who have ever joined?

    %all offline players%