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

    Looping and making Gui slot with a function

    Hello there so i am trying to create a loop that create gui slots with different functions. But it cannot put the right information into the function part. format slot {_i} of player with skull of {_name} named "&r" with lore "%{_name}%&7&m-" to close then run [kauctiontest(player...
  2. M

    Gui slot with if statement

    Hello i am trying to make a if statement for formatting the gui slot but it dosent show up. if {_rankuptrue} is true: format gui slot 25 of player with active_redstone_lamp named "Rankup" with lore "Du kan godt ranke up" to close wait 1 tick...
  3. M

    Skript variable load error - from the database 'MySQL', because it cannot be loaded as a location

    Hello there i am having this skript error :: [15:32:39 ERROR]: #!#! Unable to load (all) variables: [15:32:39 ERROR]: #!#! Cannot load the variable {treefarmtp} from the database 'MySQL', because it cannot be loaded as a location [15:32:39 ERROR]: #!#! Cannot load the variable {apvpmine.toptp}...
  4. M

    No error, balance

    Hello i have this variable {_price} " set {_price} to {_price} parsed as an integer " But this dosent work add {_price} to balance of {_p} There dosent come any errors
  5. M

    Variables Cannot be used here

    function buyshop(p: player, i: item type, price: integer): give a {_i} to the {_p} When i reload it in skript it says: Variables cannot be used here.
  6. M

    Solved Saving data to mysql for certain variables

    Hello, i know you know alot about skripting, so here is my question. Note : Thanks for all the help already In the config it says this: # # MySQL example: # A MySQL database example, with options unrelated to MySQL removed. type: disabled# change to line below to enable this database # type...
  7. M

    Solved Getting an offline players name by a UUID

    command /test [<text>]: trigger: set {_player} to arg-1 parsed as player message "%{_player}%" to player The input is a UUID, but i want the output to be the player name It works fine if the player is on the server, but it dosen't work then the player is offline Okay well i...
  8. M

    Solved Docs not having on break event

    I didnt know where to post this but the :: https://docs.skunity.com/ Dosent have the on break / mine event listed Can somebody fix this?