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

    Help

    no, I want to open a new chest with the inventory of the player you're clicking
  2. D

    Help

    this works, but now I have another problem Error: chest named "&7»&ePlayer Inventory&7»" is not an inventory holder (invsee.sk, line 9: set the inventory of chest named "&7»&ePlayer Inventory&7»" to {_Chest}')
  3. D

    Help

    I want to check if the player making the right Is in spectator mode, but when I put player executing right click it’s making me an error, I’m making a Skript that allows spectator see survival players inventory on right click them on right click on a player: if event-player's gamemode is...
  4. D

    Error

    I already try this and not work, still giving me the same error
  5. D

    Error

    Help, When I reload the script give me an error and I cant solve it. On consume: if item is golden apple named "&6Golden Head": apply regeneration of tier 2 to player for 10 seconds apply absorption of tier 1 to player for 120 seconds else if item is golden apple...
  6. D

    Solved Lose my effects

    When I logout and login I lose all the effects, someone can help me please on consume: event-item is golden apple if event-player has glowing: set {Glowing::%player%} to false remove glowing from event-player else: apply...
  7. D

    Solved There's no loop that matches

    My code: loop all players: if loop-player has glowing: remove glowing from loop-player else: apply glowing of tier 1 to loop-players for 999 days Error: There´s no loop that matches ´loop-player has´ (Permaglow.sk line 2: if...