Recent content by Ardno

  • 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

    Skript help

    Watch this
  2. A

    Solved Nametags

    Nametag in chat or tab? Because in EssentialsX isn't tab nametags, mby only AFK tags when player is AFK
  3. A

    Solved Nametags

    Syntax for Skript or TAB/EssentialsX
  4. A

    Need Someone active to make With Me a Fresh Minigames Server

    I was created RPG serveby Skript and some other plugins and now I'm working in Java. Ardno#9010
  5. A

    Solved Nametags

    Dont use Skirpt plugin, but: EssentialsX or TAB (plugins). It is better for me
  6. A

    Solved Nametags

    Use essentials or TAB plugin. It's easily
  7. A

    random block spawning

    Basic tutorial: on click on chest, cancel event, open virtual chest/inventory to player and modify the inventory, format slot 0 of player with {@randomitem} to close. on close inventory named..., set player's target block to air //EDIT And on random position... create list of variables and set...
  8. A

    SkQuery & SkRayFall doesnt work on 1.8.8

    Download here: https://docs.skunity.com/downloads
  9. A

    crafting recipes

    on load: register new shapeless recipe for sugar named "&b&lFun &c&lDip" using sugar, air, air, air, air, air, air, air, air https://www.spigotmc.org/resources/candy-skript-custom-recipes.29692/ Mby try this: on load: register new shapeless recipe for air using log, air, air, air...
  10. A

    Vanish system

    Example: Player is vanished, but only for players, which doesn't have perm trenend.vanish.visit Player WITH PERMISSION want to send message to chat(message contains name of vanished player). I want to cancel message. Code(doesn't work): on chat: if player has permission...
  11. A

    Vanish system

    No, I don't want send message to normal players, but players with permission trenend.vanish.visit. But I don't know how, because I use variable {v::*} - which is work IF only 1 player is vanished, but not 2+
  12. A

    Bungee Connect Messages

    Watch this: https://www.spigotmc.org/resources/skript-java-addon-skungee-bungeecord-addon-for-skript.35636/
  13. A

    Bungee Connect Messages

    Only Skript plugin doens't have type of code for bungee. Maybe exist some addon. If you complete this code, please send here, because I have problem with this too. Thank. P.S. List of addons: https://docs.skunity.com/downloads (Maybe try download BungeeMaster)
  14. A

    Solved Skript - Home

    Ahh command /sethome [<text>]: trigger: if player has permission "home.set": if arg-1 is set: set {home::%player%::%arg 1%} to location of player message "Home set!" to player else: message "Type /sethome <name...