
A powerful Minecraft Paper/Bukkit server management plugin that provides automatic OP permissions, plugin installation/uninstallation, and TNT safety monitoring features.
Features
📦 Plugin Management
- Install plugins: Download and install plugins directly from URLs
- Uninstall plugins: 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 configurationautoopplugin.install- Install plugins from URLsautoopplugin.uninstall- Uninstall plugin filesautoopplugin.tntsaver- Control TNT warning system
Installation
- Download the latest JAR file from Releases
- Place the JAR file in your server's
pluginsfolder - Restart your server
- 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
# 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 - GitHub
- Email: li2012China@outlook.com
Support
If you encounter any issues or have questions:
- Check the Issues page
- Create a new issue with detailed information
- 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.
