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

    Solved Problem w prefixes

    on chat: if {team.%uuid of player%} is set: cancel event Broadcast "&b[SIGMA] &f%player% >> &f%message%" on chat: if {team.%uuid of player%} is not set: cancel event Broadcast "&b[ALPHA] &f%player% >> &f%message% " command /joinsigma: trigger...
  2. N

    Solved help with holograms

    are these errors in-game or in the skunity parser?
  3. N

    Solved Command List

    k thanks
  4. N

    Solved Command List

    K also does this disable any other arguments from being put or do I have to add a if statement to the command?
  5. N

    Solved Command List

    is there a way to do it in normal skript and skbee
  6. N

    Solved Command List

    no like how when you put "command /test <player>" for the "<player>" argument will have a list of options you can set and when you press "TAB" it will autofill the top option
  7. N

    Solved Command List

    How can I create a command with a text argument that has a list like when you add <player> and it lists the players for you to select from but instead a custom list of texts you can select from?
  8. N

    Solved Send player to another server?

    k guess it wont work imma close the thread
  9. N

    Script AutoPickup Script

    Yea that's the general idea.
  10. N

    Solved Send player to another server?

    im fine with adding plugins and addons ive been on google for awhile now searching for plugins
  11. N

    Solved Send player to another server?

    that uses bungeecord but i did try it and it shows no errors but when i run the command nothing happens
  12. N

    Script AutoPickup Script

    Neelix_bear updated AutoPickup Script with a new update entry: Fixed Most of Shroob's requests Read the rest of this update entry...
  13. N

    Script AutoPickup Script - Fixed Most of Shroob's requests

    So I looked at @Shroob 's review and went and fixed everything I could about what he said thanks for the review @Shroob and I hope you continue giving your opinion and saying what I should fix and the problems with the Skript!
  14. N

    Solved Send player to another server?

    so i dont have bungeecord servers or anything but i wanna send a player when they run a command to another server using that servers ip so like in "lobby.example.com" they run "/skyblock" they will be sent to "skyblock.example.com" ofc the sites arent linked like that 1 isnt a site and the other...
  15. N

    Solved Player gets a item

    Ok, so i kinda figured it out but heres the code lol every 0.5 seconds: loop all players: if loop-player has permission "skript.autocompress": if {ac::%loop-player's uuid%} is true: if 1 <= amount of diamonds in loop-player's inventory...
  16. N

    Solved Player gets a item

    k did the same thing but i think i know why loop-item isnt all the data its just the item (emerald) so when you run "remove 64 of loop-item (emerald) from player" it removes the enchanted one too
  17. N

    Solved Player gets a item

    k so this gives no errors but just removes the item and when I add a give thing it just gives removes and loops again
  18. N

    Solved Player gets a item

    i got this error