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

    Event with skript-mirror doesn't work

    I use FactionsX and i try to listen to the FactionDisbandEvent but i have this error: https://pastebin.com/zJei3hpH And after that, all expressions in my script doesn't work anymore until i remove the event in my script import: net.prosavage.factionsx.event.FactionUnClaimEvent on...
  2. MrCrazyKill

    KOTH Factions - Complete - Conquest mode !

    ______________________________ KOTH CONQUEST - HOOK WITH FACTIONS ______________________________ FEATURES: - unlimited KOTH - hook with Factions (i use SaberFactions) - hook with FeatherBoardAPI (scoreboards) - complete admin command (/koth) - timer before start of a KOTH (you can skip it) -...
  3. MrCrazyKill

    skript-mirror override event

    Hey, is there a way to override the factions EntityDamageByEntityEvent ? i want to uncancel this event for players in same factions in a region My code : import: org.bukkit.event.entity.EntityDamageEvent org.bukkit.event.entity.EntityDamageByEntityEvent on all EntityDamageEvent and...