Recent content by GOLDEN_KE_LA

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

    Music Disc 11

    I used "give player 11 music disk" in skript and it did not work, any idea how music disk 11 is called in skript?
  2. GOLDEN_KE_LA

    Solved Creating Custom Gravity

    Skript Version: Skript 2.2 Skript Author: Bensku Minecraft Version: 1.8.8 Full Code: on rightclick: if player is holding far music disc named "&6Gravity Staff": loop all living entities excludes player in radius 15 of player: push all living entities 0.5 meter in front...
  3. GOLDEN_KE_LA

    Solved Error with "with lore" and "contains"

    Skript Version: Skript 2.2 Skript Author: Bensku Minecraft Version: 1.8.8 Code: if player is holding 1 blocks music disc named "[name]" with lore contains "[a part of the lore]" Need Help with: I am creating a skript that contains a randomly generated code (UUID) in the lore, so in order for...