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

    How to do this

    what is this "this"
  2. Uzumaki

    TuSKe GUI Manager Tutorial

    try set slot 1 of player's currently inventory to diamomd sword
  3. Uzumaki

    Variable Help

    stop server open variables.csv and try this(first make a backup of them): notepad++
  4. Uzumaki

    Anvils breaking colored name, is there a way to avoid this?

    on anvil rename: name of event-item contains "&" cancel event needs tuske
  5. Uzumaki

    Solved Check if player is holding a block

    no problem, thanks
  6. Uzumaki

    Solved Check if player is holding a block

    yes, last version
  7. Uzumaki

    Solved Check if player is holding a block

    version dev35b(does this also on dev27) error: can't understand this condition: '{_o_o}.getType().isBlock()' (WE.sk, line 95: if {_o_o}.getType().isBlock():') code set {_o_o} to player's tool if {_o_o}.getType().isBlock(): #...
  8. Uzumaki

    Solved Check if player is holding a block

    thanks a lot, this works. do you have any idea why this do not work on 1.12?, thanks
  9. Uzumaki

    Custom Player Heads In GUI

    skstuff and tuske, and skript dev27 for 1.8.8 or last version of skript for higher versions.
  10. Uzumaki

    Custom Player Heads In GUI

    command /menu: trigger: open virtual chest inventory with size 6 named "" to player wait 2 ticks make gui slot 0 of player with player head with custom nbt...
  11. Uzumaki

    Save player's inventory, and then return it - help!

    try to use spigot 1.8.8 and a plugin that adds support for 1.5.2 such as protocolsupport ¯\_(ツ)_/¯
  12. Uzumaki

    Custom Player Heads In GUI

    "custom"
  13. Uzumaki

    Addon TuSKe - Custom Enchantments, GUI Manager and more!

    try https://github.com/pikachu920/tuske/releases until It get updated
  14. Uzumaki

    Solved Multiple variables patterns (config.sk)

    how can i add multiple patterns like pattern: (?!no.save1,no.save2).* if is possible
  15. Uzumaki

    Solved Too many variables

    how can i add multiple patterns like pattern: (?!no.save1,no.save2).* if is possible
  16. Uzumaki

    Addon skript-mirror

    Its possible to make this to work? command hub: trigger: player.connect("hub") [Skript] No matching method: CraftPlayer#connect called with (hub (String))
  17. Uzumaki

    MySQL freezes

    use skript-db
  18. Uzumaki

    NBT Tag not working

    you forgot to add "}" at ` add "{Equipment:[{},{},{},{},{id:397}]},CustomNameVisible:1" to nbt of spawned skeleton `