Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Creators
Details
Description
XD's Utils is a plugin and mod that provides a custom web interface that you can monitor the whole server in, backups to creates restore points of your server with a simple script to restore to a backup, an API to get and modify data of the server and plugin through sending web requests and more!
Features
Feature | Implementation |
---|---|
Backups | 🚧 |
Web Interface | 🚧 |
Commands | 🚧 |
API | 🚧 |
Chat Censoring | 🚧 |
Rewriting the entire code right now
Config
Config Example
# ============================
# PLUGIN
# ============================
# Enabled (true/false)
enabled: true
# ============================
# BACKUPS
# ============================
# Enabled (true/false)
enable_backups: true
# Worlds to backup (Folder Names)
worlds:
- world
- world_nether
- world_the_end
# Max folder size (MB)
max_size: 1024
# Max backups (Int)
max_backups: 10
# Compression level (0-9)
compression_level: 9
# Backup interval (Minutes)
backup_interval: 120
# ============================
# WEB
# ============================
# Enabled (true/false)
enable_web: true
# Hosted Port (1000-99999)
port: 8080