Recent content by Jacob105

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

    Setting a player's skin, nametag, and tab priority?

    Yes, I have. MundoSK is now Tablisknu which hasn't been updated to Skript 2.6.1. Skirt is now abandoned, and also doesn't support Skript 2.6.1. Nametag edit only edits prefixes which would give the player a prefix of their disguised name and keep their original name. EX: "xx_test_Jacob105"...
  2. J

    Setting a player's skin, nametag, and tab priority?

    Hello! How would I set a player's nametag in skript, change their skin, or set their tablist priority? (I've already set their tab name) I am making a disguise skript and would really like some help with this :3 Skript Version: Skript 2.6.1 (dev20c) Skript Author: Matocolotoe Minecraft Version...
  3. J

    Addon BoringSK

    LMFAO this is a permission manager now anyways, do wildcard (*) permissions work? because for me they don't
  4. J

    Rounding just fails.

    ty homie
  5. J

    Rounding just fails.

    Hey, thanks for your answer, it's a combat log timer, also it IS set. FULL CODE every tick: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&b&lNitro&7 ┃ &3KitPVP &7(Alpha)" set {_combatElapsed} to difference between now and...
  6. J

    Rounding just fails.

    if {_combatElapsed} <= 20 seconds: set {_combat} to rounded up {_combat} set score "&r&7&m---------------------------" in sidebar of loop-player to 14 set score "&b&lCooldowns" in sidebar of loop-player to 13 set score " &3*...
  7. J

    I'm having some issues with my Minecraft Java Skript

    on right click: if player is holding diamond block: if name of player's held item contains "8187": set gamemode of player to survival
  8. J

    error in console when teleporting

    [14:45:10 ERROR]: #!#! Current item: teleport (the command sender >> ch.njol.skript.classes.data.DefaultConverters$3@1e73bcf7: commandsender -> player) to [[direction:at]] ReturnSpawnpoint("Red", {Map} (as java.lang.String)) That's your bugged code, idfk what it means, but that might help.
  9. J

    Help With Player Vars

    if {raincloud::%player's uuid%} is set to true: should be if {raincloud::%player's uuid%} is true:
  10. J

    Help With Partical Trails

    Could it be that set {_rocket} to last shot projectile is double spaced?
  11. J

    Unban doesn't work, formatting broken. HELP!!!!

    Unban prints a usage message, kick is broken, ban is broken, spaces are annoying, HOW DO I FIX THIS!!!!!!!! command /ban [<offline player>] [<text>]: aliases: nitrogen:ban, nitrogen:b, b trigger: if executor does not have permission "punishments.ban": send "&cYou do...
  12. J

    Official Searching the skUnity Docs

    FIRST!!!1111
  13. J

    [PLEASE HELP] Massive error.

    BoringSK Is a skquery permission manager fork of which is not used AT ALL (yet ;). Especially in the skript. SKQuery isn't used at ALL either in the COMMAND, If I remove the command, it works fine, but I need this.
  14. J

    Solved How do I a certain type of tool in a player's inventory?

    While I don't know how to fix that, the /enchant command enchants the thing in your HAND. You'd have to use the effect. I'm assuming you'd loop the inventory and check if it = a diamond, wood, stone iron, or gold axe. (or netherite if you're like that lol)
  15. J

    Killaura Bot Skript Not Working

    You haven't created a function by the name of circleBot. You can create one by typing this BEFORE you use it. functionName(<params>): # code