Multi Account Finder

  • 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!

PuchiGFX

Member
Jan 26, 2017
246
5
18
Category: Tools and utilities

Suggested name: Multi Account Finder (or something like that)

What I want:
A simple multi account finder (using ips)

Ideas for commands:
/maf search <player>


Ideas for permissions:
maf.admin


When I'd like it by: A reasonable time
 
code_language.skript:
command /maf <text> <offline player>:
    trigger:
        if arg-1 is "search":
            if arg-2 is set:
                set {_ip} to player's ip
                loop  {IP::%{_ip}%::*}:
                    send "%loop-index%"

on join:
    set {_IP} to player's IP
    set {IP::%{_IP}%::%player%} to true

im not sure that works?