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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. krainser

    item entity XXXX has no item - Drop that shuldn't be dropped.

    Skript Version: 2.2-dev34 Skript Author: Bensku Minecraft Version: 1.10.2 Well, I want to make a custom drop ores skript for a mini game, buuuts randomly (more often in the redstone ore) drops a smooth stone that is never written in the skript code. That naughty stone seems dropping an error...
  2. krainser

    Solved Changing lores to temporal variable affects solid variable.

    Skript Version: 2.2-dev31c Skript Author: Bensku Minecraft Version: 1.10.2 --- Full Code: Errors on Reload: None Console Errors: None Addons using (including versions): Tuske, MundoSK Troubleshooting: I tryed to make another solid variable,changing its lores for the info, and nothings...
  3. krainser

    Solved Make mob chase/target a player in particular

    Hi, im having some troubles trying to make a mob (a zombie pigman in this case) that would be spawned by Skript to chase a player in particular. I didn't found a Addon that could do this, SkStuff with [add pathfinder goal target nearest player to last spawned zombie pigman] doesn't fit me...
  4. krainser

    Solved How to define data to a projectile?. [Weapons skript]

    Skript Version: 2.2dev23 Skript Author: Bensku Minecraft Version: 1.10.2 --- Full Code: I saw this code in another help post. [ https://forums.skunity.com/threads/particle-trail.2646/#post-6204 ] I would like to define data to a proyectile (Name of the shooter and damage or a number) so, in a...
  5. krainser

    Can't make sheeps ride players.

    Skript Version: 2.2dev23 Skript Author: Bensku Minecraft Version: 1.10.2 --- Full Code: command /title <text>: trigger: kill the passengers of the player spawn a sheep at player's location make the spawned sheep ride the player set the displayname of the last...
  6. krainser

    Solved Can't close villager trade menu.

    Skript Version: 2.2-dev23 Skript Author: Bensku Minecraft Version: 1.10.2 ------ Full Code: on rightclick on a blacksmith: loop {BK.Puertos::*}: if the display name of the target entity is coloured "&f&lMENU - %loop-value%": close player's inventory #<- I think the...
  7. krainser

    Player dont get removed from Variable list

    I have a issue trying to remove a player from a variable list named {Chest.Cap::*} its supose to get removed in a "on damage" event: I already read everything in the docs and this should work.. I already put some "send" effects between conditions and effect to check if the conditions works...
  8. krainser

    Solved Some issues with arguments in custom command.

    Hi!, im having some issues with this.. I already read the docs, and this never happend to me. Im trying to make a custom command that shows yours stats of warns, mutes, and if you are muted, but I dont want that all players can read the others players stats, so, you only can read others stats if...
  9. krainser

    Solved Problems cheking if a player is muted

    Hi! I have some issues checking if a player is muted, i looked for some addon could help me but i didn't found one, there is anyway to check it? thanks!