Recent content by ummobear

  • 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. U

    Umbaska towny support not working?

    I'm trying to make a towny sign command skript, which can teleport residents of towns to outposts by clicking the sign. Here's what I have so far: on rightclick on sign: player is in world "Towny": if line 1 of clicked block is "[Outpost]": set {_n} to line 3 of clicked...
  2. U

    Testing for a permission in a certain world

    When a players logs on, I want to remove their permission to fix items in the world named "Factions" and then give it back to them in the worlds Towny and Skyblock, but testing for the permission "essentials.repair" doesn't return true if they have essentials.repair in factions. on join: if...