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

    SKRTX

    Now get it to run in real time /s
  2. Mastriel

    Pearlthrough skript error

    You probably should use a later version of Skript, and a later version of minecraft if possible. I don't believe SKM works on such early versions.
  3. Mastriel

    Solved Local effects -> return boolean (true/false)

    Shouldn't you use a condition instead of a local effect?
  4. Mastriel

    Click event doesn't work for non-op players

    Try to have the item run a function and have that function execute the command.
  5. Mastriel

    Joining strings

    You can just join strings by having multiple variables in one string. set {_a} to "%{_x}%%{_y}%%{_z}%" send {_a}
  6. Mastriel

    Cant figure out how to detect growth stage

    Add something like this command /testblock: trigger: message "Block: %targeted block%" to your code, and use that to figure out the alias for that specific block (or in this case crop).
  7. Mastriel

    Slot refreshment?

    Just reformat the slot again with the updated bantime variable when a day is added or removed.