Recent content by Ofus

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

    Packet Skripting

    Hi, i'm trying to utilise the player info packet to mess about with player names How would interact with REMOVE_PLAYER from the Player Info packet? (see attached image) Been stuck on this for a few hours now as it has no fields to address
  2. O

    Quarantine free time

    looking for something fun to do to fill up my free time. If you have any interesting script projects / requests, let me know and if i'm interested I will complete free of charge :emoji_slight_smile: Discord: Ofus-Will#4688
  3. O

    SimpleEconomy

    sorry, where is the code? edit: here is the link for anyone reading https://forums.skunity.com/resources/simpleeconomy.774/
  4. O

    How to reload Skript?

    you can do /sk reload scripts which will reload all scripts, however there is no easy way of easily silently reloaded everything without an addon of some kind that allows interactions with files, no.
  5. O

    Hiring Looking for a Script Developer (If Spanish is main language better)

    I am interested in this, however I am not Spanish. Add me on discord: Ofus-Will#0001
  6. O

    Skript-mirror with lore expression [1.8]

    Hello is anyone able to give me the skript with lore expression that I believe was created by KingAlter that supports 1.8.8? thanks a bunch
  7. O

    Solved Tamed horse spawning

    nbt :emoji_confused:
  8. O

    Solved Tamed horse spawning

    can't help you there buddy, you could try running paper?
  9. O

    Solved Tamed horse spawning

    Can't reproduce your issue, your code and this code both work command /horse: trigger: spawn horse at player's location tame last spawned horse to player equip last spawned horse with saddle make player ride last spawned horse
  10. O

    Solved Bug machine

    if block underneath player = block check should probably be initiated by a periodic event
  11. O

    Solved Tamed horse spawning

    Riding should have the same functionality as how you used it, as long as you put it last. For the saddle: Expression equip [%living entity%] with %item types% make %living entity% wear %item types% Example equip last spawned entity with saddle
  12. O

    health Crystal

    Hi i'm bored so I decided to do unnecessary stuff command /hc: trigger: give player 1 red dye of protection 5 named "&5Health Crystal" # with lore "&dHeal a player by right clicking on them" # One time use on right click on player holding red dye: if name of player's tool = "&5Health...
  13. O

    Solved Tamed horse spawning

    Effect effect tame %entities% to %player%: trigger: loop expressions 1: try loop-value.setOwner(expr 2) Example tame last spawned entity to player Requires - Skript-Mirror
  14. O

    tab color

    https://forums.skunity.com/threads/packets.320/ Or put this in the requests section of the forums
  15. O

    GameBuSK

    Yes, it was added back in dev 27 I believe and it is known as the json format