PlayerLocations Plugin Documentation
Installation
1. Download the latest version of the plugin.
2. Place the plugin JAR file into the 'plugins' folder of your Bukkit or Spigot server.
3. Restart the server to load the plugin.
Configuration
The plugin requires an API key from ipstack to fetch location information. Follow these steps to configure the plugin:
1. Sign up for a free ipstack account at
ipstack signup page.
2. Confirm your email by clicking on the confirmation link sent to you.
3. Log in to your ipstack account.
4. Copy your API key from the ipstack dashboard.
5. Open the `plugins/PlayerLocations/config.yml` file.
6. Add your API key to the configuration file:
Code (YAML):
# Configuration for PlayerLocations
key
:
"YOUR_IPSTACK_API_KEY"
Replace
YOUR_IPSTACK_API_KEY with the API key you obtained from ipstack.