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

    Points leaderboard broken

    Hey, I've been using that sorting method to make a leaderboard that shows the 5 players that have the most points (you get points on kill, events, staying on the server, etc.) and I've noticed that some players had enough points to be in the leaderboard but they weren't. My code: import...
  2. W

    No hurt animation while keeping knockback

    Yeah but how could you push the player relative to the explosion? Do I really have to work with vectors? ;c on damage: damage cause is entity explosion cancel event set {_x} to (x-location of victim - x-location of attacker) set {_y} to (y-location of victim - y-location of...
  3. W

    No hurt animation while keeping knockback

    Hello, I am trying to make an explosion that will knock players like usual without dealing damage, not even the hurt/damage animation. I am struggling to find anything related to that so I'm asking here. I tried to cancel the damage event with the "entity explosion" damage cause but that also...
  4. W

    LimeGlass can you please check https://github.com/Skungee/ServerInstances/issues/1 i'm having...

    LimeGlass can you please check https://github.com/Skungee/ServerInstances/issues/1 i'm having issues while trying to create an instance, it just won't start... Can you please check that and maybe help me to solve this problem ? I've paid this addon and i'd like to be able to use it, thanks :)
  5. W

    Addon ServerInstances

    https://github.com/Skungee/ServerInstances/issues/1 ;(((
  6. W

    Addon Conquer

    It doesn't detect factionsuuid on my server. Please fix this issue. Version : Paper 1.8.8
  7. W

    So i have a problem : how can i check if a faction is enemy to another faction ? Cuz i cant make...

    So i have a problem : how can i check if a faction is enemy to another faction ? Cuz i cant make so people who are enemy to the faction of a guy sees his faction in red :( Pliz answer im stuck here :(