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 community!

    Now, what are you waiting for? Join the community now!

  1. LoneElf

    Solved Long Error after downloading Skellet Proxy

    So, before I downloaded Skellet & Skellet Proxy, the server was doing fine. Now, I set up Skellet and this is the long error I get in console: (Just a note - When I remove the part that causes this error, a new one comes up) [19:05:11 ERROR]: #!#! [19:05:11 ERROR]: #!#! [Skript] Severe Error...
  2. LoneElf

    Solved Amount of players from another bungee server

    So, right now, I am making a scoreboard for my Hub, but it only shows a sertain amount of letters. So, here is my code: command /test: trigger: wait 1 tick Display scoreboard named " &a&lHUB " to player Make score of "&8&m|&r &7Welcome Back," in...
  3. LoneElf

    Repair an Item

    How do I repair an item? I am making a /fix command, but I need it to repair an item. It shows no errors, but doesn't fix it. Here is my code: set {item.%player%} to player's tool repair -> Then: {item.%player%} - It is spaced out good. I didn't bother formatting it because that is the only part...
  4. LoneElf

    First Join Error: Changing names!

    So, my skript is very basic which is why I am not posting it, but it is how I explain: So, I have the on first join event which works great, exept for one thing I have noticed: When a player changes his name, he is considered a new joiner which is not what I want because on a first join, I made...
  5. LoneElf

    Player Inventory Empty

    Hi - So, this should be very easy, but for one weird thing: When I do /test, it checks if the player's inventory is empty. So, which mine is, for some reason it says it isn't. I checked by if it is empty, messaging the player "hi", and if it isn't, message the player bye, and I did /clear...
  6. LoneElf

    Remove player name from TABLIST

    So, I am making a /spy command for my staff, but I need it to hide them from the players which I have done, but I need it to hide them from the player list because they are still on the server, just invisible. I've searched the documentations, but couldn't find exactly what I wanted. I have...
  7. LoneElf

    How to add a permission to a variable

    Hey guys! So, I am making my own permissions skript because I like doing the out-of-the-ordinary, for instance, downloading permissions ex or group manager. So, I have set the ranks up and the chat prefixes and stuff like that, but I need to know, how do I add a permission to a variable because...
  8. LoneElf

    Solved Add a string to a list

    Hi! So, I am making a teams skript like I said in another skript, but it is like factions, but just for pvp, so you can't hit players in your team. So, this is my code I have for creating your team: variables: team = " " parsed as a string command /team [<text>] [<text>]: trigger...
  9. LoneElf

    Solved Multiple Commands with the same route command but with different arguments

    Hi there! So, I am making a team skript, almost like factions, except it is for PvP, and I need about 7 commands for this such as /team create <name>, /team join <name>, etc. So, I understand how to skript it, but the one thing that troubles me is making those commands with the same route...