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

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

    Solved Custom Head in a GUI

    Do you have any addons right now?
  4. 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.
  5. 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.
  6. 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...
  7. 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.
  8. 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/
  9. 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...
  10. 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%
  11. 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?
  12. D4isDAVID

    leaderboard

    https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#skript
  13. 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
  14. 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?
  15. D4isDAVID

    how do i target specific player

    op "8b0" parsed as offlineplayer
  16. D4isDAVID

    Making a GUI

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

    Script ChatItem - Colors & Update checker

    Fixed built-in chat format not working correctly when [message] is not at the end of the format. The built-in chat format now also supports colors. Check the config for more info. The item is now displayed with the amount of the item in your inventory. Added update checker.
  18. D4isDAVID

    Solved Play sound for /msg /m /tell /essentials:msg

    Remove the [/COLOR] at the end of the script
  19. D4isDAVID

    Script ChatItem - More options & changes

    Added the ability to customize how the item name will look in chat. The message format in the config will now work with all messages. The server console can now see messages with keywords.
  20. D4isDAVID

    name of item in variable

    If the item doesn't have a custom name (name given with an anvil, etc.), {_n} would return <none>.