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

    Guild System, issues

    Hello! So I am currently working on a guild system. Basically, users can create a guild and invite their friends. I having some issues however. I have a couple variables: {guilds::WhatGuild::*} - Explains what guild a user is in {guilds::InGuild::*} - Boolean on whether a play is in a guild...
  2. A

    Shoot arrow from location to player

    Hey! So the goal for this skript is to have this ability type item that allows you to create a helper that will stand still and shoot arrows towards the victim Skript: on damage: if name of tool of attacker is "&c&lArcher Ability": create a citizen named "&c&l%attacker%&c&l's...
  3. A

    Solved Players tool name not working

    Hello! Ive been having this issue for awhile now and cant seem to figure it out I have tried using a different item, removing all addons, changing the name, changing spigots, re downloading skript, and restarted my server. on right click holding paper: send "debug1" name of tool of...
  4. A

    [HELP] Non OPS cant do anything.

    I'm getting into skript and I am just trying to make a simple Cookie Clicker server. on rightclick holding a cookie: add {CPC.%player%}+{Event.%player%} to {Cookies.%player%} Very simple stuff. Btw that code gets made... on join: #Stats if {Cookies.%player%} is not set: set...