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

    GUI with all online players

    This works the best imo. function OnlinePlayers(p: player, page: number): set {page::%uuid of {_p}%} to {_page} set {_OnlinePlayers} to chest inventory with 6 rows named "Online players" set slot (integers between 45 and 53) of {_OnlinePlayers} to black stained glass pane named...
  2. HeliumBoi

    I need help creating a GUI

    Still, it's 6.
  3. HeliumBoi

    I need help creating a GUI

    Max is 6 rows, unless you have mods and add-ons, 9 is impossible.
  4. HeliumBoi

    Parrticle arcs

    It's weird to see you having a problem.
  5. HeliumBoi

    how do i make random drops

    it's still 50/50
  6. HeliumBoi

    how do i make random drops

    you can do this, it's not tested cuz I'm on mobile device. on mine: if event-block is dirt: chance of 50%: give player stick
  7. HeliumBoi

    find value in variable

    I'm confused on what you are trying to make, can you explain a bit more?
  8. HeliumBoi

    Solved Where can i find the names of sounds for skript?

    Its working fine with Skript itself.
  9. HeliumBoi

    Solved Where can i find the names of sounds for skript?

    Idk what that is so no.
  10. HeliumBoi

    Solved Where can i find the names of sounds for skript?

    A link would be appreciated:emoji_blush: Note! I need every single one, not just few.
  11. HeliumBoi

    Redeemable ranks issue

    The thing is your code is working perfetly fine, you just had to add "sk.GrinderRank" to grinder group on luckperms editor. on right click with book: 1 of player's tool is book named "&a&lɢʀɪ&3&lɴ&9&lᴅᴇʀ" with lore "&dRight click to claim rank!" if player doesn't have permission...
  12. HeliumBoi

    Solved Convert %nl% and Colour codes

    So you're trying to use a variable through in-game commands? It siimply does not work. But there alre alternative plugins for the use of color codes on chats but while you're working with Skript, the Skript itself does not support in-game variables nor commands. I may suggest that you will seek...
  13. HeliumBoi

    Solved Ban Reason

    Anddd what's the problem? Just use it as it shows on the docs.
  14. HeliumBoi

    Solved Ban Reason

    In order to use it you have to download this Addon here. And then you need this plugin here.
  15. HeliumBoi

    Solved Ban Reason

    There isn't any ways to know it in-game and if the player is offline, one of the ways is to store tham in .log file while player is getting banned. You can inspect it here.
  16. HeliumBoi

    Solved will this skript work? if not please fix it

    Imma show u screenshot of that "out" error once i get home.
  17. HeliumBoi

    Solved will this skript work? if not please fix it

    Idk about that one but it's giving errors on my server, it could be because of Addons too idk.
  18. HeliumBoi

    Solved will this skript work? if not please fix it

    There is ur syntax errors on load: add "say 1", "say 2", "say 3", "say 4", "say 5", "say 6", "say 7", "say 8", "say 9", "say 10", "say 11", "say 12", "say 13" and "say 14" to {commands::*} loop {usedcommands::*}: remove loop-value from {commands::*} command /randomgem...
  19. HeliumBoi

    Solved will this skript work? if not please fix it

    Your code let's me use more than 14 commands by repeating the commands inside if the variable, which shouldn't happen. It should stop after all 14 commands are used. And yours doesn't do that, mine does. And that line just had small syntax error which I myself fixed.