Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Additions.
* Proxy Support
- Introduced the allow-proxies option in the config.yml.
- If allow-proxies is enabled, the plugin will allow connections from IP addresses that might be considered proxies.
- Added a isProxy(String ip) method to check if an IP is a proxy (default implementation is simple, but can be expanded for more advanced detection).
* IP Whitelist
- Implemented a whitelisted-ips option in the configuration file to allow specific IPs to connect, bypassing other restrictions.
- Logic added to always allow connections from IPs listed in the whitelist.
* Custom Kick Messages
- Added a custom kick message for connections detected as proxies (proxy-kick-message).
- Configured a standard kick message (kick-message) for cases where the connection limit has been exceeded.
* Bstats
- Added bstats
Updates
* Configuration file translated to English (config.yml):
- The options in the config.yml were translated and adjusted for clarity in English.
- Added the allow-proxies option and documented the customized kick messages.
Information
Published on | November 17, 2024 |
---|---|
Downloads | 38 |
Platforms
Paper (1.17-1.20.6)