Recent content by otak

  • 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

    Problem with checking items in inventory

    I'm not sure how to use it and is a UUID variable required or will a temporary ::%player% suffice I removed the else: and it already works as it should, even the player head without a name doesn't mind How is it possible. I don't understand how it works?
  2. O

    Problem with checking items in inventory

    Hello, I need help the script checks the player head without a name because the script my command "player head named "&b&lTeleporthome" is ignored. but I'm facing the problem that if the player has a player head without a name in the inventory, nothing happens and it doesn't even send the...
  3. O

    need to save the position before the player teleports

    I don't understand how to use it, teleportation works for me but it teleports me back to the spawnlobby of the world "zkouska" and not to the last location of the player my new code- on player world change: # if player has permission "op": if event-world is "zkouska": set...
  4. O

    need to save the position before the player teleports

    I use multiverse core and when changing the world I need to save the position before the player teleports, for example the player is in world1 use the command to world2 and before teleporting save his last position in world1, how to do it? on player world change: wait 10 tick if player...