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

    Solved hide player from all players/reveal player from all players bug

    Hello, i have some sort of strange bug with things mentioned in title i use this thing for vanish and everytime i test it with me test account after a move camera of my test account a little my main vanished account got revealed for everyone, i also tryed use invisible effect adn that work fine...
  2. V

    Solved Replace every gui slot with item???

    Are is possible to apply a item to whole gui when open becouse i'm coding a free sign skript and i need that to replace whole 3 row chest with item from sign line 2. ex: if i write second sign line: stone to whole gui of that sign when i rightclick be stone. Gui get oppened but nothing is in...
  3. V

    Solved Faction name using custom chat??

    Hello i search a lot and i found a Conquer factions addon for skript but conquer is using custom docs system and every link to his docs doesn't exist anymore and i can't find are that support faction name in chat for factionsUUID. ex: +TestFac (Owner) VojaFTW_>> test - Thanks in advance (if...
  4. V

    Mute mob sound???

    Hello, i'm maybe on wrong section, but i finding a way to mute mobs sounds to be quite, i found a way using skellett but thats only for 1.10+ i need for 1.8.8, so can somebody help me with that. - Thanks in advance
  5. V

    Solved How to fix thissss?????

    I have big problem i just downad one skrit for tab names and by my mistake i make to prefix on tab be more than 16 characters sooo server constatly kicking my i tryed to remove all data storaged about my account but nothing helps. Also idk if this forums section is for my problem. Plugin list...
  6. V

    Help pls.....

    I use this code to close my event but its not teleport player to spawn and idk if check for players on a list is ok. and also it doesn't remove full event folder only folders is still in %player%'s event-1 is data and region idk why is that happening other files from folder is removed just fine...
  7. V

    Store event joined players in variable like {e::ccevents::%{_joinedplayers}%::players::*}

    Hello, if you reading this now you are here to help me make a list and in that list to store all player joined a event. So here is me code: INFO: In code i don't implement a feature of list soo i need a way to make it. command /hostevent: permission: cc.command.hostevent permission...
  8. V

    Solved Skript can't teleport me to world i copied, any solution???

    Hello, skript can't teleport me to world, here is my code: command /hostevent: permission: cc.command.hostevent permission message: &cInvalid permission, sorry. trigger: if {cc.event.%player%} is not set: send "&0[&3&l%{ePrefix}%&0] &3%player%'s Event-1...
  9. V

    Solved Help how to reset variable???

    Hello, i coding some sort of event system but i'm stuck with problem how to reset variable {cc.event.%player%} becouse if player want to create event and past event is not removed correctly he can't create another and i'm also stuck with removing world files when player close event. when player...
  10. V

    command with cooldown

    I making a reward gui but i want to command have a cooldown for example 1 hour cooldown but in my code that doesn't working and gui not appear. command /fkit: trigger: if {fkit.%player%::cooldown} is not set: set {_cooldown1} to "5 hours" parsed as timespan set...
  11. V

    Solved Pickupable items from skript gui

    Hello, i coding some sort of reward system and i don't know how to make items pickuable from gui and when no items in gui to close and with cooldown timer and random loot. my current code: command /fkit: trigger: open chest with 1 row named "&cFKit loot" to player wait 1...
  12. V

    Solved Problem with opening menu while i'm in menu!

    I have a problem with my hub server selector skript i have factions op factions and hcf server and i need when i click on diamond sword named Faction Servers open menu with faction servers but its not working. And one know issue with my skript is when i click right of diamodn sword than open me...