Recent content by SamDFL

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

    Mining - Fortune + exploding

    Try making it drop the item about a second after the explosion happens.
  2. SamDFL

    Solved help with scoreboard

    Hmm, I don't see the issue then. Sorry mate (been having this issue myself too).
  3. SamDFL

    Solved help with scoreboard

    Do you have skRayFall?
  4. SamDFL

    Mining - Fortune + exploding

    You could try this: create an explosion of force <int> at the player For more details check out the skript docs: http://en.njol.ch/projects/skript/doc/effects#EffExplosion
  5. SamDFL

    Problem with SkRayfall Scoreboard

    Skript Version: Skript (Latest Version) Skript Author: SamDFL Minecraft Version: 1.8.9 So I'm trying to make a scoreboard for my UHC server while players are in the lobby. It shows amount of players online, host's name, team size and the server's twitter. This was working earlier, but suddenly...
  6. SamDFL

    Solved How to teleport to a location defined in a yaml file?

    Thanks dude! After some further tinkering, I've got it to work, thanks for the help! :)
  7. SamDFL

    Solved How to teleport to a location defined in a yaml file?

    Skript Version: Skript (Latest Version) Skript Author: SamDFL Minecraft Version: 1.8.9 I've been trying to find a fix for this for ages, but I can't find it. Basically, I'm trying to teleport a player to a random location when they type /sw-join <arena>, which has been defined in a yaml file...