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

    SkBee's structure rotation reset

    I need to get the default rotation of a SkBee structure, my code: on load: set {_s} to structure named "str" set {_l1} to location(-24,61,-285, world "world") set {_l2} to location(-19,56,-269, world "world") fill structure {_s} between {_l1} and {_l2} save structure {_s} now, if I...
  2. Nikd0

    MySQL - CLOSE

    Skript version: 2.5.1 (MC version 1.13.2) Full code: script options: $ init com.mysql.jdbc.Driver $ db url jdbc:mysql://**** $ db username **** $ db password **** command /test <text>: trigger: set {_result::*} to objects in column "coins" from result of query...
  3. Nikd0

    Nick And Vanish Action Bar

    Create a skript file: on command "/vanish" or "/v": loop all players: if loop-player has permission "vanish.msgsee": if {vanish::%player%} is not set: set {vanish::%player%} to true set action bar of loop-player to "%player% has vanished!"