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.

Multi Account Finder

Discussion in 'Requests' started by PuchiGFX, Feb 5, 2017.

  1. PuchiGFX

    PuchiGFX Member

    Joined:
    Jan 26, 2017
    Messages:
    246
    Likes Received:
    5
    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
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Code (Skript):
    1. command /maf <text> <offline player>:
    2.     trigger:
    3.         if arg-1 is "search":
    4.             if arg-2 is set:
    5.                 set {_ip} to player's ip
    6.                 loop  {IP::%{_ip}%::*}:
    7.                     send "%loop-index%"
    8.  
    9. on join:
    10.     set {_IP} to player's IP
    11.     set {IP::%{_IP}%::%player%} to true
    im not sure that works?
     
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    np that doesn't works :/
     
  4. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Just use this one.
     
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    but i want it in skript not in java xD
     
  6. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I have one in script but it isn't publically available. Its a direct replica of the url I linked.
    Why?
     
  7. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    bcs i want to add it to my ban system :-:
     

Share This Page

Loading...