Recent content by AlexWarrior

  • 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

    Do it then
  2. A

    Guild System, issues

    You literally had no reason to say this. I'm done with skript as I believe I have enough knowledge with java now and most of the time I ask for help related to skript I get this crap. Posting on a thread for a complete bs reason is ridiculous. If you don't want to help don't say anything. 1.8...
  3. 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...
  4. 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...
  5. A

    Solved Players tool name not working

    Tysm this fixed it, thank you to the people who helped!
  6. A

    Solved Players tool name not working

    What comes out: [5/22/21 9:07 PM] ?f?lFake Logout
  7. A

    Solved Players tool name not working

    Ive tried a bunch of different names. Variations, no color codes, all lowercase. Nothing, something is wrong with skript
  8. A

    Solved Players tool name not working

    Ty for the help but it still does not seem to work. Updated code: on right click holding paper: send "debug1" if name of event-item is "&f&lFake Logout": send "debug2"
  9. 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...
  10. A

    [HELP] Non OPS cant do anything.

    https://pastebin.com/5Ja6E6S0
  11. A

    [HELP] Non OPS cant do anything.

    Im not sure thats my issue. My issues is non ops cant do anything. Even an action like On Right Click Cookie. Im saying its not the gui thats causeing the issue i belive its something to do with skript. Everything works if you have OP. But if you are ex: A new player, you cant do the actions ops...
  12. A

    [HELP] Non OPS cant do anything.

    Im not sure you guys understand. For Operators, with every permission, it works, everything works, but if you dont have op, nothing works
  13. A

    [HELP] Non OPS cant do anything.

    positive. I’ve tried it with and without permission bump! Still need help!
  14. 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...