CoreProtect | |
---|---|
![]() |
快速高效的数据块日志记录、回滚和恢复 |
作 者 | Intelli |
发布时间 | 2015年6月24日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.14,1.15,1.16,1.17,1.18,1.19,1.20 |
插件详细介绍
CoreProtect 是一款快速、高效的数据记录和反破坏工具。它可以回滚和恢复任何数量的损坏。专为大型服务器设计,CoreProtect 能够记录和管理数据,而不会影响服务器性能。自 2012 年初以来,CoreProtect 一直在积极开发中,是排名第一的反破坏插件。
🎉启用检查器后("/core inspect",或直接 "/co i"),您可以执行以下操作:
请访问 CoreProtect 命令文档 获取完整的命令列表和用法。
请访问 CoreProtect 权限文档 获取完整的权限列表和说明。
以下是一个基本的 CoreProtect 配置文件示例:
# CoreProtect configuration file
# For more information, please visit: https://docs.coreprotect.net/configuration/
config-version: 9
database:
# Supported types: sqlite, mysql
type: sqlite
# MySQL settings (if using MySQL)
mysql:
hostname: localhost
port: 3306
database: minecraft
username: minecraft
password: password
# Connection settings
connection:
# Maximum pool size
maximum-pool-size: 10
# Minimum idle connections
minimum-idle: 10
# Connection timeout in milliseconds
connection-timeout: 10000
# Idle timeout in milliseconds
idle-timeout: 600000
# Maximum lifetime in milliseconds
max-lifetime: 1800000
# Queue settings
queue:
# Flush threshold
flush-threshold: 500
# Interval in milliseconds
interval: 500
logging:
# Log block changes
block-changes: true
# Log container transactions
container-transactions: true
# Log chat messages
chat: true
# Log command usage
commands: true
# Log kills
kills: true
# Log sessions (logins/logouts)
sessions: true
# Log username changes
username-changes: true
# Log sign changes
sign-changes: true
# Log explosions
explosions: true
# Log item drops
item-drops: true
# Log item pickups
item-pickups: true
# Log paintings
paintings: true
# Log inventories
inventories: true
# Log crops
crops: true
# Log leaves
leaves: true
# Log liquid flows
liquid-flows: true
# Log pistons
pistons: true
# Log portals
portals: true
# Log snow
snow: true
# Log terrain
terrain: true
# Log trees
trees: true
# Log vehicles
vehicles: true
# Log worldedit
worldedit: true
# Exclude list (list of materials/entities to exclude from logging)
exclude:
- minecraft:stone
- minecraft:grass
settings:
# Purge settings
purge:
# Purge after this many days
days: 30
# Run purge on server startup
run-on-startup: false
# Inspector settings
inspector:
# Inspector mode
mode: right-click
# Locale settings
locale:
# Language file
language: en
# Update settings
update:
# Check for updates on startup
check-on-startup: true
# Performance settings
performance:
# Async logging
async-logging: true
# Use verbose logging
verbose-logging: false
# World settings
world:
# Per world configuration
per-world-config: false
# API settings
api:
# Enable API
enabled: true
# Metrics settings
metrics:
# Enable metrics
enabled: true
请访问 CoreProtect API 文档 以了解如何使用 CoreProtect 的 API。
如果您有任何问题或建议,请在 GitHub 上提交 issue:GitHub Issues
感谢 HostHorde 赞助 CoreProtect!
感谢您的支持!