event

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

    Solved How to add a permission to a custom command

    Hi, On my server, I have been working on a custom command that broadcasts a message to all players saying that there is an event running. I have setup the command and from what i understand it should work but i want the command to only be usable by a player that either has the permission...
  2. Marsbar

    Solved On rightclick on sign: doesn't work

    on rightclick: if line 1 of event-block is "&4&l[&c&lKøbt&4&l]": if line 2 of event-block is "&aPris er ikke sat": send "{@p} &cPrisen på denne celle er ikke sat endnu" stop if line 1 of event-block is "&2&l[&a&lFri&2&l]": if "%uncolored...
  3. F

    How do I use on right click on player but specify the player's name?

    Hello, so I am working on a small project and I am using skript but when I try to use 'on rightclick on player named "Help" ' I get an error ill attach a screenshot of the error. But is there a way to use on right click on player specifying a name?
  4. Aidanete

    Solved Anyway to detect the hitten block of a projectile hit event?

    Here is my code, I want to make eggs destroy blocks, but I tested with event-block and didn't work, and this I used to replace it in my code doesn't remove the blocks. HELP! on projectile hit: projectile is an egg: shooter is a player: block at projectile is tnt...
  5. Selvati

    sharpsk armor event broken?

    So I was pondering through my old files, updated all sk addnos and sk to their latest versions, everything works perfectly except it seems sharpsk on armor equip: Stuff Heredoesn't work.. I have this and have tried testing in many ways and nothing makes it past the first line.. sharpsk on...
  6. D

    Solved Event not cancelled for minecart, item frames..

    Hello, I Have this code: on rightclick on minecart: player's gamemode is creative player doesn't have permission "creativebypass" send "&cВы не можете &oоткрывать контейнеры&r&c в этом режиме." cancel event But this is not working, and minecart in creative players can use. Why...
  7. V

    Help pls.....

    I use this code to close my event but its not teleport player to spawn and idk if check for players on a list is ok. and also it doesn't remove full event folder only folders is still in %player%'s event-1 is data and region idk why is that happening other files from folder is removed just fine...
  8. V

    Store event joined players in variable like {e::ccevents::%{_joinedplayers}%::players::*}

    Hello, if you reading this now you are here to help me make a list and in that list to store all player joined a event. So here is me code: INFO: In code i don't implement a feature of list soo i need a way to make it. command /hostevent: permission: cc.command.hostevent permission...
  9. CC007

    Addon EventSK 1.0.0

    EventSK v1.0.0 (Same resource as on Spigot) This plugin is a Skript add-on that makes it possible to listen to all Bukkit events (even events from other plugins). Syntax: Say you have the following Bukkit event class: package some.package.name; import ... public YourEvent extends Event {...