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

    An internal error occurred while attempting to perform this command.

    Super sorry if this is the wrong place to post this but any time I type any Skript command I receive this error in game An internal error has occurred while attempting to perform this command And this in console [18:04:51 INFO]: noblesuntzu issued server command: /sk reload all [18:04:51...
  2. Noblesuntzu

    TuSke GUI Error

    Skript Version: Skript 2.2 dev25 Skript Author: Bensku (its the offical dev25 so all of those people) Minecraft Version: 1.8.8 (paperspigot) Just a little backstory, I'm making a kit plugin with a GUI, and I'm saving each kits information in a list variable (if my method of list variables is...
  3. Noblesuntzu

    ShaneBee?

    So this may just be my imagination but it seems like some posts made by other users have been marked under the username ShaneBee? Am I just stupid or is there something I need to know?
  4. Noblesuntzu

    Solved At time event?

    Okay quick question is there an addon with an event something like "at time 12:00PM EST?" I know there is an at minecraft time event but I need something that happens once a day, without having to worry about restarting the server and resetting the periodical track. Anyway thanks!
  5. Noblesuntzu

    Solved Ban player doesn't work?

    Skript Version 2.2-Fixes-V8b Super simple, literally when I ban a player with the syntax ban player because "he is an idiot" (which is from the docs btw, just to totally make sure it's not my fault XD) Nothing happens. It never actually bans the player. No errors. Just don't work. Thanks, XD...
  6. Noblesuntzu

    Solved Or in Skript?

    Super simple question, just wonder how to use 'or' in Skript? Is this not possible? I tried using the word or and || but it couldn't parse it. (Like my entire server wouldn't load because of it) I really need exactly this and not an if and else if statement (the code below this is extremely...
  7. Noblesuntzu

    Solved If item is armor?

    This is super quick, just wondering how to check if said item is any article of armor. (I could do this with a ton of if statements but that seems completely ridiculous and unnecessary.)
  8. Noblesuntzu

    Solved Item in slot 5

    Basically I've been trying to figure this out for the past 5 hours, to no avail. All I want to do is run conditions on the item that is in slot 5 of the player's current inventory and I simply cannot figure it out. Please help. Head hurts. Thanks. <3 (I literally have every 1.8 version of Skript...
  9. Noblesuntzu

    Check if player is facing towards a player?

    Basically, I want to figure out if the attacker in a damage event is looking at the victim. I was looking into the 'facing' expression, but it seems like you can't check for players with it. Essentially what I want: I'm relatively sure that this is possible, just can't remember how to do it...
  10. Noblesuntzu

    Solved I'm stupid..

    Okay, I know this is completely ridiculous, but essentially I forgot how to check if a variable is equal to another variable.... example {_1} is "%rounded altitude of attacker%" {_2} is "%rounded altitude of victim%" if "%{_1}%" is "%{_2}%"...
  11. Noblesuntzu

    Tekkit Classic addons?

    Basically, my suggestion is for Tekkit Classic (and other older versions of Minecraft) to have a couple addons created for them. Like in 1.2.5 there were no loop variables, as far as I can tell no expressions, and you couldn't even do basic math like adding 1 to an integer variable. I know...