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

    code help

    change to: if inventory name of player's current inventory is "&4» &cHelper Punish":
  2. V

    Tab completion

    use this https://forums.skunity.com/resources/tab-completer.780/
  3. V

    Gui in gui..?

    Check again,your syntax may be wrong at line 35
  4. V

    Pin Login

    What Is Pinlogin: Pinlogin is login system that just need clicking to Login to your server Features: Tuske Gui Configurable ( Soon (in game) ) Commands: /Pin -Register or Login /Pin Change -Change your pin /Pin See -See other player's pin #only op and console Requirements...
  5. V

    See this skript problem

    this is bug from skript or minecraft i tried with on damage nothing changes
  6. V

    Gui in gui..?

    Yess
  7. V

    Random Effect Applying for a Victim

    on damage: if attacker is player: if victim is player: if attacker's tool is a wooden sword of sharpness 1 named "&ki &c&l&nMage Sword&r &ki" with lore "&cThis magic sword will", "&cattack your opponents" and "&cusing effects.": add 1, 2, 3, 4, 5, 6, 7 to...
  8. V

    Solved Custom Effects!

    command /ghoe: permission: g.hoe trigger: give player golden hoe named "&aHold To Flight" on tool change: if name of tool of player is "&aHold To Flight": set player's flight mode to true else: set player's flight mode to false
  9. V

    Solved What version of SkQuery use 1.8.8

    i prefer you to use Tuske https://forums.skunity.com/threads/gui-manager-tutorial.2349/
  10. V

    Gui in gui..?

    You Need Tuske For This function doMute(p : player): open virtual chest with 1 rows named "%{a2}%" to {_p} format gui slot 0 of {_p} with barrier named "&c1 hour Mute" to run gui event format gui slot 1 of {_p} with barrier named "&c2 hour Mute" to run gui event format gui slot 2...
  11. V

    Script Pin Login 1.0

    What Is Pinlogin: Pinlogin is login system that just need clicking to Login to your server Features: Tuske Gui Configurable ( Soon (in game) ) Commands: /Pin -Register or Login /Pin Change -Change your pin /Pin See -See other player's pin #only op and console Requirements...
  12. V

    Solved cancel event only for specific blocks with on explode trigger

    Try This: on explosion: cancel event create a safe explosion of force 2 at event-location loop exploded blocks: if loop-block is not grass or tnt: set loop-block to air if loop-block is tnt: set loop-block to air spawn a primed tnt...