Recent content by Hakuyamu

  • 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. Hakuyamu

    text from url is "<none>"

    I cannot figure out why my code just gives me "<none>" instead of the content of the url. set {_votes} to text from url "https://minecraft-server.eu/api/votes/getForServer/1be38" message "{@prefix} &7Seit letztem Reset wurden auf &nVote1 &b%{_votes}% &7Votes gezählt!" The url...
  2. Hakuyamu

    Armor stand won't rotate in player's direction

    Doesn't work either. I even cannot set the yaw to an absolute value, the direction of the armor stand wont change at all..
  3. Hakuyamu

    Armor stand won't rotate in player's direction

    Hello everyone, I have some problems while figuring out how I can set the direction an armor stand is looking. I need this for a chairs script. It makes a player ride an invisible armor stand when rightclicking a stair. But due to the direction of the armor stand, the legs do not always look...
  4. Hakuyamu

    GUI Linking up

    Have you tried using functions for this?
  5. Hakuyamu

    Welcome Message Link Not Working

    Have you checked the config of Skript if parsing links is activated? I suppose you could also use json for this: on join: message "Welcome to our server" message "&4Click here to join our Discord server: <url:http://google.com>&f&ngoogle.com<reset>"
  6. Hakuyamu

    Problem with item holograms

    Hey guys, I have an issue with items in holograms where they won't be displayed sometimes and some won't appear at all (the shulker box and the sun flower). Server version 1.15.2, Skript: latest stable version. This is my Code: on click on player head: if {crate.isopening.%player%} is true...
  7. Hakuyamu

    SkQuery GUI formating problem

    I grabbed them from a chest
  8. Hakuyamu

    SkQuery GUI formating problem

    Works fine If I try it on my Testserver, the custom heads work properly I just tried a custom head which contains a player name and this works too
  9. Hakuyamu

    SkQuery GUI formating problem

    As I said, it's only the heads.
  10. Hakuyamu

    SkQuery GUI formating problem

    I already tested other heads and they didn't work either.
  11. Hakuyamu

    SkQuery GUI formating problem

    variables: {gui.slot0} = light blue stained glass pane {gui.slot1} = light blue stained glass pane {gui.slot2} = light blue stained glass pane {gui.slot3} = light blue stained glass pane {gui.slot4} = light blue stained glass pane {gui.slot5} = light blue stained glass...
  12. Hakuyamu

    SkQuery GUI formating problem

    Hello, There is another issue after putting my script onto another server. Whenever I want to change the value of a variable to the head the player is currently holding in his hand, it returns an internal error in the chat an this in the console: [15:23:26] [Server thread/ERROR]: #!#...
  13. Hakuyamu

    SkQuery GUI formating problem

    Perfect, now it works without any issues. Thank you so much for this great help! :emoji_blush:
  14. Hakuyamu

    SkQuery GUI formating problem

    "Your Minecraft version or server software appears to be unsupported by Skript"
  15. Hakuyamu

    SkQuery GUI formating problem

    It says my server version is unsupported, my server is running Spigot 1.8.8