Recent content by AdiihYT

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

    Spawn

    What Skript and MC version are you using? Also, if you lose all your variables at a server restart, there could be a problem with your variables.csv file. I recommend, that you should update your Skript version to the latest you can use (that depends on your server version).
  2. AdiihYT

    Solved Skript in Bungeecord

    Hi! As you said, you have Skungee, so you can do it easily. Set a network variable value such as: set global variable {nick.%player%} to "&6John" set {_this} to network variable {nick.%player%} Then in your code use {_this} to get the global variable's value This should work. For more info...
  3. AdiihYT

    Help with equip enchanted armor

    Hi! I have a problem with equip players with enchanted armor. I've tried 3 different ways to do this, and I searched the forums, but I didn't find a solution. equip player with diamond helmet of protection 4 and unbreaking 2 named "&b&lStarter &fHelmet" equip player with 310 of protection 4...