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

    Hologram Help

    I was looking through some scripts on spigot when I found a script that used holograms and since it didn't work on my server I when to try to fix it and figure out how to make my own holograms in the process but the more I look at it in skripthub and tried it, the more it didn't work, so does...
  2. S

    Placing a player specific block

    I'm wanting to figure out how to make blocks that only a certain player can see and interact with Skript: 2.11.2 SkBee: 3.11.3 Skript-reflect: 2.6 I don't know much about what I am asking so I don't know what information to show
  3. S

    how to make console execute a command that teleports the specified player I chose to my specified cords

    execute console command "tp %player% [location]" This should work but I didn't test it. It might depend on if your using essentials or not
  4. S

    I need a skript that auto compresses items with gradients and lore but nothing works

    havent tested but raw iron is not raw_iron_ingot its raw_iron and you didnt define what you were giving the player on block break: if event-block is iron ore: if player's off hand contains a compass named "blah": if player's inventory contains more than 31 raw iron...
  5. S

    GUI problems Skript 2.11.0

    my bad poask 4.12.4, skbee 3.11.1, skquery 4.3.2, skrayfall 1.9.28, skript 2.11.0, skript-particle 1.3.2, skript-placeholders 1.7.0, skript-reflect 2.6 the only dependencies for the script were skript and skbee
  6. S

    GUI problems Skript 2.11.0

    All the add-ons are valid and latest it was a skript issue.
  7. S

    scripting...

    scripting...
  8. S

    GUI problems Skript 2.11.0

    (I restarted the server, and it works again this is apparently a onetime thing but it is still very frustrating)
  9. S

    Chat Click Command

    I think you should just make a custom command that it executes and make console execute the command in that command ... send "<command:/smth>&f&lWhite" to player command /smth: trigger: execute console command "say hello %player%"
  10. S

    Skript help

    This works for me: every 1 second: loop all players: {mute.%loop-player's uuid%} is true: remove 1 from {mute.time::%loop-player's uuid%} send actionbar "&cMute Timer: &l%{mute.time::%loop-player's uuid%}%s" to loop-player...
  11. S

    GUI problems Skript 2.11.0

    I've been scripting for a while now and I was testing my script when suddenly I got 44 ERRORS ON MY SCRIPT! Now this has never happened before, and I had tested it the day before and it was working perfectly. Then, I realized it was that the slots in my GUIs were not setting ex error: a slot...