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

    Offline player balance not possible?

    Spigot 1.13.2 Skript 2.3-beta1 I actually managed to "solve" this issue with help from Blitz and KingAlterIV on the skUnity Discord. We did have to dig in and use skript-mirror to import a new expression: import: ch.njol.skript.hooks.VaultHook expression offline balance of...
  2. Gerlif

    Offline player balance not possible?

    Hey, is it really not possible to grab the balance of offline players with Skript? (from Vault). I mean, I can do /bal <playername>, just fine ingame and get the balance printed. But whenever I do anything with Skript, even parsing as offline player, it just returns "<none>", unless the player...
  3. Gerlif

    Check for specific block layout help

    Thanks a lot for the help, this is sorta the way I was thinking of it being done as well. I'm just wondering if there isn't a more effective solution, hmmm... maybe not :)
  4. Gerlif

    Check for specific block layout help

    Hey, so what I want to do is basically check if a certain build is present when right-clicking it. The build is pretty simple, from above would look like: -xxx- x---x x---x x---x -xxx- Where X = Obsidian So, what I need help with is how to detect this "frame" of obsidian in a Skript? I want...
  5. Gerlif

    Restore items on respawn if condition is met

    Hey, so I'm trying to write a Skript that saves player inventories on death, but only if the player has a certain item in their inventory when dying. How do I check if player drops contain a certain item? So far I've tried this, but its not working. on death of player: if player has...