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

    Rightclick entity doesn't work for using Shield.

    Hello, I was testing on rightclick event. "on rightclick:" and "on rightclick on entity:" works but I equip shield (left hand) and BOOM! Don't work this event :/ Thanks in advance. UP+
  2. J

    Item in holo object. (SkRayFall or Skellet)

    Spigot Version: Paperspigot 1.9.4 Skript Version: 1.9.4 (2.2) command /holo: trigger: create holo object "Item:diamond;Test1" with id "playersitem.%player%" at location of player Hologram is spawning but don't show the any items. :/ Thank you for your interest.
  3. J

    Offline player metadata ?

    I want offline player metadata in veriable. Example: set {_player} to "%{test}%" parsed as offline player if metadata "player.uuid" of {_player} is set: send "test 1" to player It's work but only player is online. If player is offline It's don't work. Thank for interest.
  4. J

    Skript MySQL UTF-8 Support ?

    Is MySQL UTF-8 Support possible yet ? I want UTF-8 Support :/ Thank for interest. Example Code: update "INSERT INTO `database_utf8` (`Data_1`, `Data_2`) VALUES ('DATA', 'DATA')"
  5. J

    MundoSK Join Error (HELP)

    MundoSK: 1.7.4 Skript: 2.1 Server: Paperspigot 1.9.4 ProtocolLib: 4.1.0 I need help :( Thank you for your interest.
  6. J

    Change player's above name.

    Can I change player's above name ? Is it possible using Skript ?