Author

Author:  (Satoimo)
Version: 0.3.0
Blog: http://mcraft.ldblog.jp/

Install
Even other Bukkit Plugins
 - ShadowAdmin.jar (Main)
 - Shadow Admin (IP MAP,Other Configs)
in plugin folder.

Commands
Use Help command

    /shadowadmin help
    /sd help
    /sdad help

or
http://dev.bukkit.org/server-mods/shadow-admin/pages/command-list/
or
http://mcraft.ldblog.jp/archives/22079735.html

About Data Collection
By default, the usage has collected every 12 hours.
*
* - option.yml config
* - Server IP
* - Server Port
* - Version of this Plugin
* - Bukkit Version
*
You can Deny Data Collection System.

[option.yml]
  SEND_SERVER_INFO: true
           
  SEND_SERVER_INFO: false

But Please true for me.

Metrics Colelction
This server 


 option.yml


[Sample 1]
Deny Connection From AA and AB.

and AC country player did automatic command "/help"
--------------------
option:
  LANG: EN
  CHAT_FORMAT: true
  LOGIN_MESSAGE: true
  OP_LISTEN_MUTE: true
  JOIN_SERVER_LOG: true
  SEND_SERVER_INFO: true
  DENY_COUNTRY:
    - 'AA'
    - 'AB'
  ALLOW_COUNTRY:
logincmd:
  'AC':
    - '/help'
--------------------
[Sample 2]
Only Allow Connection From US

and AC player did chat 'Hello guys" and "From AC"
--------------------
option:
  LANG: EN
  CHAT_FORMAT: true
  LOGIN_MESSAGE: true
  OP_LISTEN_MUTE: true
  JOIN_SERVER_LOG: true
  SEND_SERVER_INFO: true
  DENY_COUNTRY:
  ALLOW_COUNTRY:
    - 'US'
logincmd:
  'AC':
    - 'Hello Guys'
    - 'From AC'
--------------------