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

    Kosmos

    Please update this plugin for 1.14/1.14.1 (Loved it for 1.13, but I need it for 1.14)
  2. iChinchillinq

    Solved Set lore of all of an item

    Loop all of the items in a player's inventory and if it's an iron sword, set the lore
  3. iChinchillinq

    Custom whitelist

    You can set a local variable every second to the time (set {_n} to now), and if that variable is set to your specific times, add an effect
  4. iChinchillinq

    skQuery within cuboid

    Skript Version: Skript 2.3.6 Skript Author: Njol, Mirreski, bensku, TheBentoBox, Snow-Pyon, Pikachu920m Nicofisim tim740, Tuke-Nuke, TheLimeGlass, xXAndrew28Xx, Sashie, RoyCurtis, nfell2009, Syst3ms, and Blueyescat Minecraft Version: 1.13 --- Full Code: on place: player's world = "void"...
  5. iChinchillinq

    Help with custom playervault skript

    Hello! I cannot find a way to fix my PlayerVaults skript, when there seems to be nothing wrong with it. I get no errors, and it worked perfectly before I added something on to a variable so that it is able to be used with multiple vaults. If anyone could help, I would appreciate it. Thanks! on...
  6. iChinchillinq

    Element of a list variable

    I'm making a Cards Against Humanity skript atm, and all of the "second, third, fourth, etc" elements aren't working. However, the first element works. if argument 1 is "pick": if argument 2 is not set: send "&5CAH &8» &fPlease pick a...
  7. iChinchillinq

    Solved Checking Alts of A Player

    I have tested it where the command adds the variables and where it adds it when they join. Edit: The 1st "contains" condition messed it up, thanks for the help.
  8. iChinchillinq

    Solved Shoot projectile towards an entity

    Instead of "in direction of loop-player" try "towards loop-player" "Direction of loop-player" is an expression that represents the direction loop-player is facing.
  9. iChinchillinq

    Solved Checking Alts of A Player

    on first join: add "%player's ip% %player%" to {check::*} add player to {players::*} command /alts [<offline player>]: permission: rank.admin permission message: &cInsufficient Permissions. trigger: if {players::*} does not contain player: add player to...
  10. iChinchillinq

    KOTH Skript Help!

    So I've been testing out a King of The Hill Skript for a little while, and got it down to 2 errors, which I can't fix. Variables: {skoth} = false {kmsg} = false on walk on polished andesite: if {skoth} is true: if player's location is within 3 blocks of {koth}...