Difference between revisions of "Essentials-GeoIP"
Line 43: | Line 43: | ||
show-on-whois: true | show-on-whois: true | ||
Should the "/whois" command show where the player is from? | Should the "/whois" command show where the player is from? | ||
+ | |||
+ | [[es:Essentials-GeoIP]] |
Latest revision as of 08:17, 29 October 2021
Essentials - Core | |
---|---|
![]() | |
Servermod: | Bukkit |
Category: | Administration tool |
Developer: | Essentials Team |
Developer Website: | dev.bukkit.org |
Description: | Basic administration tool |
Features: | Opens up many possibilities. |
Download: | - |
Contents
Information
- DevBukkit-Site
- DevBuilds
- Essentials-Ticket-System
- LiveChat
- Changelog
- Permission-Nodes
- Commands for Essentials
Installation
With the Nitrado-Webinterface
If you aren't in the webinterface already, go to "My Services->Gameserver->Webinterface Login"
Then you have to navigate to "Minecraft->Plugins->Avaible Plugins->Essentials.jar->Install"
Done!
Without the Nitrado-Webinterface
Go to the DevBukkit project site and download the plugin which uses your server version.
Now you have to upload the plugin to the plugins folder in your server folder. You can do this by using the FTP server which is explained here.
Done!
Configuration
Path: /minecraftbukkit/plugins/Essentials/EssentialsGeoIP/config.yml
show-cities: false
Should the city of the connecting player be shown?
download-if-missing: true
Should the information be downloaded if it is missing.
download-url: "http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz"
The URL where it will download the information about the countries from.
download-url-city: "http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz"
The URL where it will download the information about the cities from.
show-on-login: true
Should there be a message showing "Player comes from XYZ..." when he is connecting?
show-on-whois: true
Should the "/whois" command show where the player is from?