Recent content by XxMartuixX

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

    "open book" does not work [Skellett]

    Try this: command /openbook <text>: trigger: set {_i} to player's tool set player's tool to {book.%arg 1%} open player's tool to player set player's tool to {_i} or command /openbook <text>: trigger: open book {book.%arg 1%} to the player
  2. XxMartuixX

    Solved I need minecraft name of a item in a variable

    Ok, I installed it .. I tried this but don't work type of {_i} Implemented with this add "{Invisible:1,Invulnerable:1,ShowArms:1,ArmorItems:[{},{},{},{id:minecraft:%type of {_i}%,Count:1}],Pose:{Head:[%{_p1}%f,%{_p2}%f,%{_p3}%f]},DisabledSlots:2039583,NoGravity:1,Small:1}" to nbt of...
  3. XxMartuixX

    Solved I need minecraft name of a item in a variable

    Hi, I have a big problem ... I have to add the nbt to an armor stand through an object list This is the code inside the function to add the nbt add...