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

    Solved Location of Citizen [NOT solved!]

    Hey guys Used plugin: SKRayFall How do I get a location of event-entity if that entity is Citizen? on citizen right click: message "%location of event-entity%" That line of code brings me back mine location, not Npc's Hm that marked as Solved but it's not!
  2. H

    play sound

    Minecraft version 1.8: Got a problem with play sound. Tried SkRayFall, SkQuerry and Skellet. play raw sound "mob.bat.death" at player with pitch 1 volume 10 #this works fine play raw sound "mob.blaze.breathe3" at player with pitch 1 volume 10 #and it doesnt. Same thing with...
  3. H

    Solved Cancel death

    Minecraft version: 1.8 Hey guys, I have problem with cancel death event. on damage of player: if damage > victim's health: set victim's gamemode to spectator #also tried: if (victim's health - damage) < 0.1: #do stuff Everything's okay when player kills player: death is being...
  4. H

    Solved Drop inventory

    Minecraft version: 1.8 Hey guys, I have event on damage of player: damage cause is not fall: if (victim's health - damage) is less than 0.1: set victim's gamemode to spectator How do I drop victim's inventory except few things? (pickaxe and sword) Tried to loop...
  5. H

    Solved TNT explode blocks from list

    Minecraft version: 1.8 Hi guys. I have a list where all placed blocks (coordinates of them) by players are stored. When somebody is trying to remove any block not from that list, event is canceled - it works fine. But now Im trying to create tnt, which when exploded will break ONLY blocks from...
  6. H

    Solved Inside of area

    Minecraft Version: 1.8 Hi again guys. Im trying to make world protection to my minigame, except team's bases. I mean, all blocks that are breaking outside of them, are cancelled (can't break) I have that command to create team base: command /totpos <integer> <integer>: trigger...
  7. H

    Solved Format slot (virtual Chest GUI)

    Minecraft Version: 1.8 Plugin: SKquery, TuSKe Hello guys, im trying to open gui chest and format slot 10th with stone pickaxe. Exception: when pressing on that pickaxe GUI must close and run "buy 1" Issue: 1st: pickaxe does not show up and 2nd: command is not running (if type /buy 1 it works...
  8. H

    Team up

    Category: Suggested name: teams What I want: Im starting a game, and it has 4 teams. All players online on start must be sorted in this 4 teams. Max players in team = 3. Ideas for commands: It starts with event, usually I use "/estart" Ideas for permissions: for ops Hi guys, Im...
  9. H

    Solved Title for every player

    Hey guys, im trying to make simple countdown on Titles. Obvious problem is that this countdown every time is showing itself for 1st player, then for 2nd etc... That means that countdown would take as much time as there are players. Is there any way to make proper Title sending, e.g. for every...