Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Creators
Details
Licensed MIT
Published last year
Updated 2 days ago
Changelog
StatusPlugin Version 5.1
✨ NEW: Automatic Country Detection
I've added an exciting new feature that automatically detects where players are from based on their ip location! This adds a personal touch to your server by showing each player's country.
What's New:
- When players join, the plugin automatically detects their country *Country Codes in Chat & Tab
- Country data is saved so we don't need to look it up every time
- Other plugins can now display country information
How It Works
- When a player joins for the first time, we detect their country
- Only country information is stored, no personal details
📱 What Players Will See:
In Chat:
- Before:
[VIP] <Steve> Hello everyone!
- Now:
[VIP] <Steve> CA Hello everyone!
In Tab List:
- Before:
VIP Steve
- Now:
VIP Steve CA
Note: You can customize how and where the country codes are displayed - also the full country name can be displayed! You can displayed them for example in other colors, in brackets or not, before the name, after the name ... (and so on)!
For Server Admins:
The country feature is disabled by default for privacy reasons. To enable it:
- Open your
config.yml
file - Find the "Country Location Feature" section
- Change
country-location-enabled: false
tocountry-location-enabled: true
- Restart your server
New PlaceholderAPI placeholders are now available:
%statusplugin_country%
- Full country name (e.g., "Canada", "United States")%statusplugin_countrycode%
- Country code (e.g., "CA", "US", "DE")%statusplugin_status%
- Player's current status (unchanged)
Technical Details:
- Uses geolocation services (ip-api.com with api.iplocation.net backup)
- Cached data prevents repeated API calls
Files
Metadata
Release channel
ReleaseVersion number
5.1Loaders
Game versions
1.19–1.21.9Downloads
111Publication date
October 6, 2025 at 2:15 PMPublisher

Markap
Member