1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  1. RELEASE 1.5 > CONNECTION IPS!

    CormanYT
    Release 1.5 was one of the hardest ones, but it was the best one. Anyways, there's a lot so I'll summarize it.

    SIMPLESK NOW REQUIRES SKQUERY

    SimpleSK now needs SkQuery to access things from files. The reason why? Well, we added vpn scores. This will return a value by seeing if two sources think an address is a vpn, or not. Scores are strings, three possible values.
    "0/2" < It is unlikely to be a VPN - No website thinks it is a VPN/Proxy
    "1/2" < It is likely to be a VPN - Only one website thinks it is a VPN/Proxy
    "2/2" < Both websites think it is a VPN/proxy

    CONNECTION IPS

    This will see what IP a player joined the server with. If an IP forwards to another domain, then it will give that domain.

    ATTRIBUTE MANAGER

    Get attributes like:

    attribute "GENERIC_MAX_HEALTH" of player

    And set them (buggy, might not work):

    set attribute "GENERIC_MAX_HEALTH" of player to 25

    Working on the new docs, have fun!
Return to update list...