1.8

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

    Drop everything but armor, sword and tools

    Hello , I have tried myself coding but I am new and its pretty hard to skript things like that. Does some one have a script like that or maybe know what I have to do pls?
  2. WoolBoy

    Help: Displaying Sword Entity Attack Animation with Skript-Reflect!

    Hello, I am creating a pvp server with custom enchants, and one of my enchants spawns a giant sword by creating an invisible giant holding the sword. I wish to be able to trigger the attack animation of the giant for all nearby players using packets or otherwise. Does anyone have a solution for...
  3. M

    drag to tab

    Can someone please tell me how I make a system where when the player drags 1 item to a specific slot, another item appears. EX: I dragged 1 stone to the slot, then another item appears on the side Version 1.8.8 command /menuferreiro2: trigger: open chest with 6 row named...
  4. S

    On shooti

    Could someone help me I'm new to the world of skript I wanted to try to do when the player shoots an arrow, the damage will be based on how long the arrow was in the air
  5. K

    TuSke for BenSku's fork 1.8

    Hey, I am looking for Tuske Addon for this skript version. Minecraft 1.8 Thanks
  6. B

    Solved Blacklist skript

    Hello! I am looking for a blacklist skript which: - bans the player's IP - has a custom kick screen (doesn't show the default "You are banned from this server...") Thank you!
  7. B

    Solved Gui Ban system

    Hello! I have been making a GUI ban system for LiteBans, but I've faced an issue. The GUI works fine, but when I click the final selection, it doesn't ban the player that I've entered, it bans <none>. I looked into it, but because I'm new to Skript, I couldn't find the issue. I use TuSKe for...
  8. Ronnoc2w

    Unbreakable Tools 1.8

    Hello guys, I am making a BuildFFA Skript and I want to make the tools unbreakable. I have found a thread with umbaska but that does not work for me. Also I found a posibillity to do it with Skript dev-12b or something but that also does not work for me because version and stuff. So where I have...
  9. Mani

    Solved I want to stack arrows in slot 7. But it doesn't working.

    on picking up of arrow: add arrow named "&6Pfeil" to slot 7 clear item cancel event
  10. Skaya

    Skungee help, Console Spam?

    Hi, if I try to connect my Hexacord with my 1.8 Server in combination with Skungee it spams in my Consol. On the Server and on the Proxy: 20:38:27 [INFO] §8[§cSkungee§8] §eConnected to server [SERVER1] with port 41575 20:38:27 [INFO] §8[§cSkungee§8] §eConnected to server [SERVER2] with port...
  11. Skaya

    Change Hitbox 1.8

    Is there a way to make a player's hitbox smaller or larger? Or I there a way to don't hit invisibel players? (By Arrow: The Arrow shouldn't get block by the invisibel player) Please don't write that i should upgrade my Minecraft version.
  12. Sitieno14

    Excavation & Explosive enchant

    Category: Scripts Suggested name: CustomEnchants What I want: I'm searching for a skript that contains these 2 enchantments: " Explosive : this is a custom effect, which will blow up surrounding blocks. It has an option of auto smelt. This Explosive effect works with MineResetLitePlus's mined...
  13. noftaly

    Script ★ GiveAll ★ [1.8 - 1.12] [GUI] [100% customizable] Beta 4.3

    I’m french, so sorry for the errors. If in the configuration or in the description there is errors, please let me know (via PM) and I will correct them. Betas 3.1 and before works perfectly on 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x (thanks to @gamingshow and @Mikioul for the test) Betas 3.2 and...
  14. K

    If variabel is greather or over

    Skript Version: Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.8 Skript if arg-1 is "mission": if arg-2 is "Diamond": if player have permission "mission.diamant.1": if %{mine.diamond.add}% is greater than 99...
  15. K

    Functions not popping up in gui!

    Skript Version: Skript 2.1.2 Skript Author: Bensku Minecraft Version: 1.8 function bandemoremedlem1(p: player): set {_bankkonto} to "%{bander::%{bande::%{uuid::%{_p}%}%}%::bankkonto}%" parsed as a number if {_bankkonto} is more than 2499: add 1 to...
  16. O

    [MC 1.8] Custom Anti Cheat

    Hey, I know this request might seem kinda big, but here's the information: Category: AntiCheat Suggested name: GNAC What I want: Basically, I'd like an effective but not too advanced anti cheat. Now, I wouldn't like this to include auto-banning, just notifications, and blocks. I don't want...
  17. Adrihun

    Solved Preventing text in integer? (arg-2)

    Okay, so I have a money changer script where if you type in /changemoney it will change the players money. BUT if someone types in /changemoney Name Lol, it will mess up the script and will give <none> to the player. How can i block this so they can only put in numbers in like 1,2,3... Here is...
  18. Adrihun

    Solved Need help with Scoreboards

    I can't make Scoreboards work. This is my code: on join: createBoard(player, "KITBOARD", 15) set title of stylish scoreboard "KITBOARD-%player%" to " &a&lKITPVP " set stylish scoreboard of player to "KITBOARD-%player%" updateBoard(player) function updateBoard(p: player)...
  19. Thomas Hansen

    NEED HELP SKRIPT 1.8

    Hi my name is Thomas. When i try to use fx /sk reload all. it says: And in my console it says: Nothing works. Pls help
  20. Adrihun

    Anti Swear to message?

    Hey, thanks for clicking on my post. Its me aggain "_" How do i add Anti Swear, Anti Spam (1 sec) to my script? command /pm [<offline player>] [<text>]: trigger: if arg 1 is not set: send "Wrong usage." if arg 1 is set: if arg 2 is not set...