Recent content by Mikioul

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

    Send function

    Hello, i made a translate system for my skript, and i want to send a function in a message : the function : function Translate(p: player, msg-fr: text, msg-en: text) :: text: return "%colored {_msg-%{language.%{_p}%}%}%" I have this (its work !) open virtual chest inventory with size 4...
  2. Mikioul

    Problem with entity

    Hello i made a skript of a pet, and i have a problem : I have a part with armorstand, and all work perfectly And i have a part with animal but only pig work, all the rest doesn't work .. The animal spawn, follow me, but not remove (only the pig work) The problem is the remove of animals ! i...
  3. Mikioul

    Remove indesirable NBT

    Hello, i have a command to get a command block to spawn a custom entity execute player command "/setblock ~ ~ ~ command_block 0 replace {Command:/summon armor_stand ~ ~ ~ %nbt of {ast.edit.%player%}%}" In "%nbt of {ast.edit.%player%}%" there should be the nbt of the armorstand.. But i have...