KPManager
![[IMG]](/proxy/image?url=https%3A%2F%2Fraw.githubusercontent.com%2FKame03%2FKPManager%2Fmaster%2Fassets%2Fscreenshots%2FScreenshot_2023-01-21_10-44-37.png)
A Spigot plugin for Minecraft servers that welcomes players with a personalized message, and also broadcasts their country of origin to the whole server using IP geolocation. Additionally, it manages the tab list in Minecraft, allowing for custom text in the header and footer and adding ping monitoring after player's usernames.
Change Log:
- Added PlaceholderAPI support for tab
- pingInt config value is now obsolete and will no longer serve any purpose or work, from now on all the ping and player name configurations are located inside PlayerTabName value:
- PlayerTabName: "&f{playerName} &7[{ping}]"
Now you can add PlaceholderAPI to it like this:
PlayerTabName: "%luckperms_prefix% &f{playerName} &7[{ping}]"
This will display players prefix from luckperms plugin, which you can use to create ranks, you can also use other placeholders by adding % and placing your own placeholder with an associated plugin.
Features:
- Personalized welcome message for each player upon join.
- Broadcast of player's country of origin to the entire server using IP geolocation through a third-party service.
- Tab and ping management for a better player experience.
- Customizable tab header and footer with ping monitoring after player's usernames.
Installation:
- Download the latest version of the plugin from the releases tab on GitHub.
- Place the downloaded jar file in your server's plugins folder.
- Restart your server and the plugin should now be installed and running.
Contact:
If you have any questions or issues with the plugin, please contact me on GitHub or through my website.
License:
KPManager is licensed under the GPLv3 License.
Credits:
This plugin is made by Viktor Milivojević and is open-source.
Note: If you are using this plugin for commercial purposes, please credit me.