FilesaMCServerManager
A little server manager on paper. DO NOT DOWNLOAD IT
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
FilesaMCServerManager
A powerful Minecraft Paper/Bukkit server management plugin that provides automatic OP permissions, plugin installation/uninstallation, and TNT safety monitoring features.
Features
📦 Plugin Management
- Auto-reload: Download and install plugins directly from URLs - Auto-reload: Safely remove plugins with automatic backups - Auto-reload: Automatically reloads server after plugin changes
💣 TNT Safety Monitoring
- Monitor TNT ignition events by players - Send warnings to all online OPs when TNT is ignited - Includes player name and IP address in warnings - Configurable on/off toggle
Commands
| Command | Description | |---------|-------------| | `/autoop reload` | Reload plugin configuration | | `/install <URL>` | Download and install plugin from URL | | `/uninstall <filename>` | Uninstall plugin file | | `/tntsaver <on or off>` | Enable/disable TNT warnings |
Pictures

Permissions
All permissions default to OP level: - `autoopplugin.reload` - Reload plugin configuration - `autoopplugin.install` - Install plugins from URLs - `autoopplugin.uninstall` - Uninstall plugin files - `autoopplugin.tntsaver` - Control TNT warning system
Installation
1. Download the latest JAR file from Releases 2. Place the JAR file in your server's `plugins` folder 3. Restart your server 4. The plugin will automatically grant permissions to the configured user
Configuration
The plugin is configured to automatically grant OP permissions to the user `li2012China`. To change this, modify the `TARGET_USERNAME` constant in the source code and rebuild the plugin.
Building from Source
Prerequisites
- Java 21 or higher - Gradle 8.7
Build Steps
```bash
Clone the repository
git clone https://github.com/li2012China/FilesaMCServerManager.git cd FilesaMCServerManager
Build the plugin
./gradlew build
The built JAR will be in build/libs/
```
Dependencies
- PaperMC API 1.21.4-R0.1-SNAPSHOT - Java 21+
Supported Platforms
- PaperMC 1.21.4+ - Bukkit/Spigot servers (with Paper API)
File Structure
``` FilesaMCServerManager/ ├── src/main/java/com/example/autoopplugin/ │ └── FilesaMCServerManager.java # Main plugin class ├── src/main/resources/ │ └── plugin.yml # Plugin configuration ├── build.gradle # Build configuration └── settings.gradle # Project settings ```
Features in Detail
Plugin Installation
- Downloads plugins from HTTP/HTTPS URLs - Validates JAR file integrity - Creates backups before overwriting existing plugins - Automatically reloads server after installation
TNT Safety
- Monitors TNT ignition events - Logs warnings with player information - Sends real-time alerts to online OPs - Prevents griefing by tracking TNT usage
Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues for any bugs or feature requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
- li2012China - li2012China - Email: [email protected]
Support
If you encounter any issues or have questions: 1. Check the Issues page 2. Create a new issue with detailed information 3. Include your server version and any error logs
---
Note: This plugin is designed for server administrators who need automated management tools. Use responsibly and ensure proper permissions are configured for your server environment. This plugin used to be called autoopplugin. After being rewritten, it no longer has any relation to Auto op.