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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. L0v0lup

    Solved Any working skript-database addon for 2.8?

    Oh, Baefell, the legend itself. Thank you. That was the cause for the problem :)
  2. L0v0lup

    Solved Any working skript-database addon for 2.8?

    Oh thank you, that seems to be working.. kind of. Can i just add one question? I am using this syntax: sync execute "SELECT * FROM `Settings` WHERE UUID =%uuid of {_p}%" in {DB.sql} and store result in {_Settings::*}. That worked well on skript-db but doesn't work on SkCrew. According to docs...
  3. L0v0lup

    Solved Any working skript-database addon for 2.8?

    Good morning, i am having quite some trouble getting Skript 2.8 to run. Currently, all major skript-db plugins are outdated. Event the more recent ones such as the one from "Govindas". Has anyone found a solution or is there a "Patch-Agent" for 2.8 out? Can't find a way to get it to run and all...
  4. L0v0lup

    Needing Help with Sk-Reflect / CoreProtect API

    I tried now: command /test3: trigger: set {_CP} to Bukkit.getPluginManager().getPlugin("CoreProtect") set {_loc} to location of player broadcast "%{_CP}.performLookup(100, null, null, null, null, null, 5, (location at {_loc}.getBlockX(), {_loc}.getBlockY()...
  5. L0v0lup

    Needing Help with Sk-Reflect / CoreProtect API

    Both are "<none>"
  6. L0v0lup

    Needing Help with Sk-Reflect / CoreProtect API

    Hi, i am not overly experienced with Sk-Reflect and need some help with the CoreProtect API. What i am trying to do: Check if a block is natural or not / if it has been placed by a player. import: org.bukkit.Bukkit net.coreprotect.CoreProtect net.coreprotect.CoreProtectAPI...
  7. L0v0lup

    Skript Jobs

    Thanks // Danke, schau ich mir mal an :D
  8. L0v0lup

    Skript Jobs

    Weird. Whats the point in those posts then?
  9. L0v0lup

    Skript Jobs

    Did you forget to include the download link or am i just blind?
  10. L0v0lup

    Sorted Tablist

    Hi there, nice Skript, pretty much what i was looking for. But it doesnt work on 1.16 anymore and i dont know much about SkMirror / SKReflect to fix it myself. Here is the error:
  11. L0v0lup

    Solved Hit event

    on damage: victim is a player: broadcast "%victim%, %attacker%" (You can find it in the docs) :)
  12. L0v0lup

    Solved Skript - No Inventory drop or movements?

    I cant test it right now but in older Minecraft/Skript versions, "doesn't have permission" used to be a bit bugy. You can try: on inventory click: if player has permission "staff.InvMove": stop else: cancel event On what minecraft version are you on?
  13. L0v0lup

    Solved Skript - No Inventory drop or movements?

    I dont know where you from but im having a Youtube channel with 80+ Skript Tutorials on it. (In most of them i explain very basic things) If you understand German, it could help you out a bit. (Not sure if advertising is allowed, just look up my name)
  14. L0v0lup

    Scoreboard

    Do you have SkRayFall in your plugin folder?
  15. L0v0lup

    Solved Applying "glowing" to dropped item

    Minecraft 1.12.2 Skript 2.2-dev36 Hey, have anyone used the new "Glowing" effect on (dropped) items? I've tried several ways to apply glowing but none of them worked. on drop: apply glowing to dropped item for 999 hours apply glowing to event-item for 999 hours apply glowing to...
  16. L0v0lup

    Solved Cant >Add< NBT to existing Item

    Thats works, thanks a lot! I was focused too much on finding a workaround, that i havent thoguht about looking out for another plugin :D
  17. L0v0lup

    Solved Cant >Add< NBT to existing Item

    Minecraft 1.12.2 Skript 2.2-dev36 |SkStuff T-Nuke Fork Hello, i am currently working on RPG Sets in Minecraft. For a set effekt i am trying to add HP attributes to an set part after all 4 armour parts have been equipped. What would work: give player diamond boots with custom nbt...
  18. L0v0lup

    Addon skript-db

    Yes, it basically say's that the variables are empty. Also, every other used local variables are empty after i use "execute "SELECT * FROM (...)" Bensku wrote into his changelog, that he "Fixed local variables being local to events instead of triggers" Maybe that caused the current problem?
  19. L0v0lup

    Addon skript-db

    Hey, sorry its me again with the same problem :/ It seems like the new Skript dev37 Update has broken the option to use local variables with skript-db completley. set {_x} to "%x-coord of event-block%" set {_y} to "%y-coord of event-block%" set {_z} to "%z-coord of event-block%" set {_world} to...
  20. L0v0lup

    Addon skript-db

    Thanks for the reply :) I found a solution: set {_block} to "%event-block%" parsed as item type