Simple PlayerCount
作者:rebot | 分类:模组
Minecraft 版本: 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit paper purpur spigot
标签: management
UniquesPlayer - Minecraft Plugin
Overview
A Minecraft Spigot/Paper plugin that tracks unique players who have joined the server. Includes a built-in web server to display player count and an API endpoint.
Features
- Tracks all unique players who join the server
/uniquesplayercommand to view all unique players in-game- Built-in web server with animated Minecraft-styled display
- API endpoint for external integrations
Project Structure
src/main/java/com/uniquesplayer/
├── UniquesPlayer.java # Main plugin class
├── UniquesPlayerCommand.java # Command handler
└── WebServer.java # Built-in HTTP server
src/main/resources/
├── config.yml # Configuration file
└── plugin.yml # Plugin metadata
Configuration
Edit plugins/UniquesPlayer/config.yml:
web-server:
port: 19069 # Change this to your preferred port
Web Access
- Web Page:
http://your-server-ip:19069- Shows animated player count - API:
http://your-server-ip:19069/api- Returns JSON with player count
Commands
/uniquesplayer(aliases:/up,/uniqueplayers) - Shows list of all unique players
请登录后举报

暂无评论,抢个沙发吧~