head

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

    Rename broken blocks

    i tried to make a skript with skulls and when you broke a skull it would rename it to the name it had before it was placed on place: id of event-block = 144 set {skull::%event-block%} to location of event-block set {skull::%event-block%::name} to name of event-block set...
  2. G

    Please help me fix this skript, I have been trying for hours

    Ok, so im making a skript based on the 3rd life smp and im having problems making a player on their last life be able to start pvp, so a player on their life 1 should be able to start pvp and other players on any life should be able to attack back for 20 seconds,but someone on their 2 and 3 life...
  3. FoxCraftGaming

    Solved Need help with player skulls

    alright so, i want to make it when a player join, they get ther own skull in slot 0 (fist slot) named vrienden menu (dutch for friends menu). but i dont get it working with onw player head. anyone ideas how to make it? on join: send "%player% has joined the network" to console player's...
  4. E

    PLEASE HELP

    Hello, i need help with this: on place of a GOLD BLOCK: message "Spawnpoint set" make player execute command "/spawnpoint %player%" I want to make spawnpint on top of the gold block How to do it? And if gold block destroyed, spawnpoint removed.
  5. C

    disable placing player heads

    Category: UHC Suggested name: phead Spigot/Skript Version: Paperspigot 1.8.8. Skript 2.2-dev36 What I want: When people right click player heads while holding it in their inventories, I want it so it can not be placed at all on the ground or walls or anywhere. This is what I have currently...
  6. nUKEmAN4

    Script Pumpkin Hunt beta1

    ● Pumpkin Hunt is made in Script(.sk) by nUKEmAN4. ● You can change command that is executed when player find all 25 hiden heads/blocks, and prefix. ● Edit script only if you know what are you doing! ● You must look at head/block while execution /setpumpkin! ● From Dependencies all what you...
  7. ItsMCB

    Custom Player Heads In GUI

    Is it possible to put a custom head into a chest GUI? I have been searching the forums but have't found what I an looking for. Here is the give code for the custom head. /give @p skull 1 3 {display:{Name:"Money...
  8. ChisleLP

    Script Head Database 1

    Do you want get any Heads without searching in explorer? There you go. It's simple - just run /head and you will see a GUI with 9 different categories Addons Requirements: -reqn (For getting Skull from Web) -Skript-Json (For making your life easier!) -Skellett (For GUI) Currently available...
  9. itsZneaky

    Mysql in skript won't work?? - Help needed!

    Hi Skunity. I have tryed to make a kit config skript with mysql but it won't make the table in my database?. Here is my code: https://hastebin.com/okajemexek.swift .
  10. F

    Solved Help with skull

    format slot 1 of player with FridiousHD's skull named "&4Owner &7| &4FridiousHD" to be unstealable It don't know what is wrong? Thank you :)
  11. Lukhausen

    Script Head Sale 1.0 2017-03-24

    Head Sale SK: With this little Skript you can kill various mobs and players and get their skull to sell it for money again! Requires: - Skript Permissions: - HeadSale.sign (for creating the sale signs) Usage: You can use this Skript and change it. You don’t have to credit me xD If you have...
  12. D

    Solved Head - RightClick

    How i can execute an player command with custom head? Example: On RightClick of head: execute player command "test" Command Block Head: /give @p minecraft:skull 1 3...