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

    Open Inventory - Armor

    Hello, I am trying to make a command that opens a GUI of arg-1's armor, but I want it so when I click on the armor inside the GUI, arg-1's armor gets removed. I am getting errors though. Skript: command /viewarmor <player>: trigger: set {_viewarmor_} to a new chest inventory with 1...
  2. A

    Can't Compare 'spawner's set name' with a text

    Hello, I am trying to make a script where if a player broke a spawner, it drops with the spawn egg of the mob inside it, but I get the error: Can't compare 'spawner's set name' with a text (spawner.sk, line 11: if spawner's set name is "blaze":') My code: on right click: if clicked...
  3. A

    Spawner drops when mined with spawn egg of the mob inside it

    Hello, I am trying to make it so when a player mines a spawner, the spawner drops with the spawn egg of the mob inside the spawner. But, to make sure they aren't duplicating the pig spawn eggs because on default the spawner has a pig inside it, when a pig spawner is mined by a player only the...
  4. A

    Solved Night Time

    I am trying to make a skript where if two or more players are sleeping at night, the time automatically sets to morning, but I am struggling on how to script it. Can someone type the skript on how to make that work? Thank you What I wrote: at 18:00: if two or more players are sleeping...