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

    Addon skript-db

    Hello, i've found a strange bug what is probably caused by skript-db. Whenever i use the line 3, i cant get the %event-block% anymore. It always tells me "air". on break: set {_sk_ID} to "%x-coord of event-block%,%y-coord of event-block%,%z-coord of event-block%" execute "SELECT * FROM...
  2. L0v0lup

    Adding NBT to blocks

    Even if i add the NBT after the block is placed on the ground? :/ Well maybe i can hook it up with CoreProtect's MySQL database to check if a block has been placed by a player. But im not sure if that even works :c
  3. L0v0lup

    Adding NBT to blocks

    Skript Version: Skript 2.2 (dev36) Skript Author: Bensku Minecraft Version: 1.12 --- Full Code: on place: add "Placed" to custom nbt of event-block on break: if nbt of block contains "Placed": cancel event Errors on Reload: "event-block is not a world (Jobs.sk, line 153: add...
  4. L0v0lup

    Solved Double damage from behind on monsters

    Oh that works perfectly! <3 Didnt know that i can set the facing direction to an variable :D
  5. L0v0lup

    Solved Double damage from behind on monsters

    Hey, im currently trying to make a skript, what allows players to do more damage to monsters from behind. on damage: victim is not looking in same direction as attacker increase the damage by 5 That isnt working :/ I've tried some other ways but wasnt able to get it to work Has anyone...
  6. L0v0lup

    Skript Skript Tutorials + Showcase in German

    Hey guys! Im doing for a while Skript tutorials on YouTube. Im working with Skript for almost 2 years now. I had a Server-Network with 8 Servers, most of them was powered by Skript :emoji_stuck_out_tongue: Sadly i dont have my Server anymore.. So all i can do is sharing my experience with you...