danielepantaleone / b3-plugin-location

A BigBrotherBot plugin which introduces some new commands useful to display clients geolocation information

Home Page:http://forum.bigbrotherbot.net/plugins-by-fenix/location-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location Plugin for BigBrotherBot BigBrotherBot

Description

A BigBrotherBot plugin which introduces some new commands useful to display clients geolocation information. The plugin can also be enabled to display a geowelcome message when a new player connects to the server.


NOTE: since B3 v1.10.1 beta this plugin has been included in the standard plugins set, thus all patches and updates will be performed in the official B3 repository.


Download

Latest version available here.

Requirements

Installation

Drop the location directory into b3/extplugins.
Load the plugin in your b3.ini or b3.xml configuration file:

<plugin>
    <plugin name="location" config="@b3/extplugins/location/conf/plugin_location.ini" />
</plugin>
[plugins]
location: @b3/extplugins/location/conf/plugin_location.ini

Commands Reference

  • !locate <client> display geolocation information of the specified client
  • !distance <client> display the world distance between you and the given client
  • !isp <client> display the isp the given client is using to connect to the internet

Changelog

2.0 - 2015/03/13 - Fenix

1.15 - 2015/01/27 - Fenix

  • changed plugin to support multiple geolocation api
  • moved plugin configuration folder inside plugin directory
  • added new api support http://www.telize.com/

1.14 - 2014/09/12 - Fenix

  • make sure to remove/replace unprintable characters from location information

1.13 - 2014/08/27 - Courgette

  • handle EVT_CLIENT_CONNECT events in a thread to help unclogging the B3 event queue

1.12 - 2014/08/27 - Courgette

  • set up a 5 seconds timeout when querying ip-api.com

Support

If you have found a bug or have a suggestion for this plugin, please report it on the B3 forums.

Build Status Code Health

About

A BigBrotherBot plugin which introduces some new commands useful to display clients geolocation information

http://forum.bigbrotherbot.net/plugins-by-fenix/location-plugin/


Languages

Language:Python 100.0%