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

    Is there a version of Skript for 1.8? If so, where can I find it and Skript's various add-ons?

    This version of Skript is recommended for 1.8
  2. D4isDAVID

    Command Tab

    Are you using SkQuery or SkBee?
  3. D4isDAVID

    Solved TuSKe - Skript Issues

    Are you using TuSKe for GUI? TuSKe is outdated, try making Vanilla GUIs instead.
  4. D4isDAVID

    Script ChatItem - Another Code Update

    Updated the code so it is now even shorter and makes more use of the SkBee addon. Fixed an error regarding armor slots being empty. Now also works with Skript message formats that use %player% and %message%.
  5. D4isDAVID

    Solved Effect on world join

    This should work. on world change: if player's world is "Void": apply speed 1 to player else if player's world is "PunchPVP": remove speed from player
  6. D4isDAVID

    Solved Custom Head in a GUI

    Perhaps the problem is TuSKe? It is outdated and was not updated for Minecraft 1.12. By the way, I recommend making Vanilla GUIs instead of using addons for GUIs.
  7. D4isDAVID

    Solved Custom Head in a GUI

    Do you have any addons right now?
  8. D4isDAVID

    Script ChatItem - Code Update

    Updated the code, it is now shorter. The script no longer requires SkQuery. Items that previously did not display an amount now display one. Removed the update checker. Removed the built-in chat format.
  9. D4isDAVID

    Solved Custom Head in a GUI

    This should be correct, it's just that when you reply twice in a row it merges your post.
  10. D4isDAVID

    Solved Custom Head in a GUI

    EDIT: Didn't see that you were on 1.12.2, I will reply again soon format gui slot 0 of the player with player head with nbt...
  11. D4isDAVID

    Script ChatItem - Bug Fix

    Made the item count correctly count items. Some items (like Written Books and Shulker Box with items), will not display a count, because of NBT issues.
  12. D4isDAVID

    leaderboard

    You have to use THE variable name. So if you have {variable::%player%} you will use %skript_variable::{player}% There are some examples written here: https://www.spigotmc.org/resources/papi-skript-expansion.42205/
  13. D4isDAVID

    hallo i need help with something

    command /warp: trigger: set metadata tag "warpGUI" of player to chest inventory with 3 rows named "Warp" set slot 13 of metadata tag "warpGUI" of player to diamond named "&6Location" open (metadata tag "warpGUI" of player) to player on inventory click: if...
  14. D4isDAVID

    how to parse an item with an enchantment in one single argument

    To get the item's actual ID (minecraft:item) use %raw name of player's held item%
  15. D4isDAVID

    Rcon console execute console command skript

    I'm pretty sure this guy is using 1.8, maybe running commands from rcon isn't supported?
  16. D4isDAVID

    leaderboard

    https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#skript
  17. D4isDAVID

    An internal error occurred while attempting to perform this command

    Not sure what "Skript 2.5.3 for 1.8" is, but I'm pretty sure you should be using Skript 2.2 dev27, because it supports 1.8
  18. D4isDAVID

    Solved How do I aim an arrow at a player?

    This seems to work for me, are you sure that the arrow is being shot above the ground? Do you have SkQuery installed?
  19. D4isDAVID

    how do i target specific player

    op "8b0" parsed as offlineplayer
  20. D4isDAVID

    Making a GUI

    Try making Vanilla GUIs instead of using TuSKe (which is kinda outdated). https://forums.skunity.com/threads/vanilla-guis.8939/