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

    TNT Origin

    I've tried 2 ways of getting this information, both do not work: on explosion prime: set {_tnt} to entity set {_tntOrigin} to location of {_tnt} wait 80 ticks set {_tntLoc} to location of {_tnt} broadcast "%{_tntLoc}%" broadcast "%{_tntOrigin}%" and on explosion: set...
  2. Zabrid

    TNT Origin

    I need to figure out the origin of an entity in a explosion event. get.origin() does not work in 2.2-dev36 (1.8) any replies would be greatly apricated
  3. Zabrid

    Hiring TNT Origin

    I need to be able to get the TNT origin of an entity inside of the on explode event. I'm using 2.2-dev36 (1.8) and get.Origin() doesn't work. Willing to pay like $5 {zabrid}#3433
  4. Zabrid

    Title message

    You need sk rayfall
  5. Zabrid

    Only able to break a block with a certain item

    I'm aware this is old but i'd also recommend either using lore or NBT data to identify a special item in skript as a lot of servers have /rename
  6. Zabrid

    Hiring Genbuckets

    Theres no completed tag for this section
  7. Zabrid

    Scoreboard Skript

    I'd look into the Skore addon, it's very simple and I believe it has a tutorial.
  8. Zabrid

    mining skript

    Im not sure I understand what you mean by "all the stone blocks that are in the coordinate he broke are broken too" do you mean that if you break a stone block it logs that block and when you break other stone blocks it breaks that block along with the block you just broke?
  9. Zabrid

    Script Bank Skript - Bank Skript

    Bank Skript 1.1 Update Features Added: Added bank balance cap Bug Fixes: (CRITICAL FIX) Fixed bug with not adding interest if the player is online
  10. Zabrid

    Hiring Genbuckets

    Solved
  11. Zabrid

    Add something to a prefix without taking the rank prefix away?

    Yes "player's prefix" is the most relevent prefix of the player, so unless the player has a personal prefix the group's prefix will be the one that is shown,
  12. Zabrid

    GUI Linking up

    I would recommend getting a basic idea and know the basics about functions
  13. Zabrid

    Tablist header and footer

    Maybe download updated/compatible addons and skript versions?
  14. Zabrid

    OPPrison /upgrade skript

    I would be very suprised if anyone wanted to make you a Jack hammer, and custom fortune for you for free.
  15. Zabrid

    :smile:

    :smile:
  16. Zabrid

    Script Bank Skript 1.1

    Description Bank is a script that allows your players to store their money or even their items inside of a virtual bank. This bank also allows you to gain interest on the money you put into it every 12 hours! Dependencies Skript 2.2+ Skript-Mirror 2.0 SkQuery TuSKe-PikachuPatch-V3 Important I...
  17. Zabrid

    Bank Skript

    Description Bank is a script that allows your players to store their money or even their items inside of a virtual bank. This bank also allows you to gain interest on the money you put into it every 12 hours! Dependencies Skript 2.2+ Skript-Mirror 2.0 SkQuery TuSKe-PikachuPatch-V3 Important I...
  18. Zabrid

    Solved Timer

    If you use that, every restart it would reset it and you wouldn't be able to do a live countdown also that's double bad because everyone is gonna have timers going at different rates like someone who just deposited money is gonna have a different timer then someone who deposited 17 hours ago
  19. Zabrid

    Solved Timer

    Hey so I am currently making a vault addon skript that makes vault a little more interesting, it's going to have a bank where you can gain interest and many other features but here is where my issue arises So I need the bank to automatically every 12 hours add %5 to the player's balance but...
  20. Zabrid

    Solved Prevent right clicking spawners with mob egg

    How was it not solved? I believe Vidrio solved your issue Also: After some experimentation if you're using silk spawners doing this is impossible but if you're using any other spawner plugin this code should work on right click on spawner: if player's tool is a 385: cancel...