towny

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

    Issues with infinite looping

    Hello, I was rewriting a skript for a server I help with and I cannot seem to get this to work reliably and without causing the server to have to restart itself. The skript is supposed to open a menu and calculate price of a random teleport based on a weighted center. Once the user makes a...
  2. Quuart_Pickle

    There's no loop that matches 'loop-player to 4'

    I am creating a Scoreboard using SkRayfall for my server and I want to display towny information but when I input the information I get this error on join: set {_tlocation} to placeholder "townyadvanced_town" every 2 seconds: loop all players: wipe loop-player's sidebar...
  3. 3meraldK

    random teleport on death

    I've a problem with random teleporting when player has no town (towny). How to detect if a player has a town or he doesn't? I've got random teleporting function so I need the only detection if player is townless. for example: on death: if player has a town: send "you are in town"...
  4. 3meraldK

    towny channel detection

    can someone write me a script on detection of towny channel? I think skript-mirror is required, also you need to install there TownyChat and Towny plugin... for example. on chat: #detects (if player's towny channel is "general":) send "Your current channel is ""general""!" else...