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 | ✅ |
Tablist | ❌ |
MOTD | ❌ |
Carry Entities | 🚧 |
Discord Webhook | 🚧 |
Chat Censoring | 🚧 |
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) (WORK IN PROGRESS)
max_size: 1024
# Max backups (Int) (WORK IN PROGRESS)
max_backups: 10
# Compression level (0-9)
compression_level: 9
# Backup interval (Minutes)
backup_interval: 60
# ============================
# WEB
# ============================
# Enabled (true/false)
enable_web: true
# Hosted Port (1000-99999)
port: 8080
# ============================
# CARRY
# ============================
# Enabled (true/false)
enable_carrying: true
# List of allowed entities
allowed_entities:
- wolf
- cat
- player
# Have the carried entity be invincible (true/false)
carried_entity_invincible: false
# ============================
# DISCORD
# ============================
# Enabled (true/false)
enable_discord_webhook: false
# Discord Webhook URL
webhook_url: ''