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 community!

    Now, what are you waiting for? Join the community now!

  1. V

    Trouble with Teleporting

    command /end: trigger: teleport player to location(1, 67, 0, world("world_the_end")) <----- send title "&6Teleported To End" to player It says the world teleporting to is a error but its the official name of the world help please
  2. V

    Solved How to get an item in a slot and set it in a variable?

    set {item::%player%} to slot 2 of player's inventory ^ this will set the variable to the item in slot 2 of player's inventory.
  3. V

    Moving blocks?

    You can try something like this: on place of barrel: cancel event set {_barrel} to 1 block in front of event-block's location set block at {_barrel} to barrel