Dedicated Minecraft Server Hosting
  • Minecraft Server Docs
  • Basic Server Setup
    • How to Join a Minecraft Server
    • How to Adding Sub-users
    • How to Server Icon
    • How to Upload Files using SFTP
    • How to Creating MySQL Databases
    • How to Enable command Blocks
    • How to Install jar file
    • How to Upload Custom Minecraft Map
    • How to setup a server whitelist
    • How to setup and use Gamerules
    • How to setup a Reverse Proxy
    • How to set a custom MOTD
  • plugins
    • EssentialsX
    • Vault
    • LuckPerms
    • CoreProtect
    • Litebans
    • GriefPrevention
    • Advanced Anti-Cheat
    • Conditional Commands
    • AdvancedBan
    • Chunky
    • DiscordSRV
    • viaversion
    • Citizens 2
    • Prism
    • dynmap
    • CraftingStore
    • ServerNPC
    • Spark
    • Votifier
    • WorldEdit
    • Multiverse
    • Milk
    • GeyserMC
    • BungeeGuard
  • Scheduling Actions
  • Creating a Reverse Proxy
  • Resetting your world
  • Serverwide Resource Packs
  • Adding MySQL Databases
  • Setting Up Fabric
  • template
  • Installing Fabric mods on your server
  • DedicatedMinecraft Docs Overview
  • Installing Forge mods on your server
  • Server Optimization Guide
  • fabric_mods
    • LuckPerms
    • Chunky
    • Performance Mods
  • Basic Controls
  • Setting Up Forge
  • How to change your MOTD
  • Creating Backups
  • Installing Plugins on your server
  • Datapacks
  • Subusers
  • Editing Account Details
  • 2-Factor Authentication
  • Adding an icon to your server.
  • Using A Domain
  • How to use SFTP to transfer files
  • Contributing to the dedicatedminecraft.host documentation
  • change-java-version
  • How to take a Timings Report
  • Server Jars
  • File Manager Controls
  • SRVControl
  • Adding admin to minecraft server
Powered by GitBook
On this page
  • What does the plugin do?
  • Usage
  • Commands
  • Info

Was this helpful?

Edit on Git
  1. plugins

CoreProtect

A plugin that allows you to inspect blocks and inventories, as well as roll them back.

PreviousLuckPermsNextLitebans

Last updated 4 years ago

Was this helpful?

What does the plugin do?

CoreProtect is a fast, efficient, data logging and anti-griefing tool. Rollback and restore any amount of damage.

Usage

:::important Before you get started, you need to have created a MySQL database. More info on that can be found . ::: , and upload the jar into your /plugins folder, and then restart the server. If you need help installing plugins, check .

After that, go to the CoreProtect folder, which can be found inside the plugins folder. From there, edit the config.yml file.

Change the MySQL Settings, Example listed below, to the ones in your database, then Restart the server, Once you have done that, Coreprotect is now enabled and running on your server.

use-mysql: true
table-prefix: co_
mysql-host: 123.456.870.91
mysql-port: 3306
mysql-database: s69_coreprotect
mysql-username: u69_DuckNodes
mysql-password: SuperSecurePass

Commands

One command you can use in CoreProtect is /co i. This will allow you to left click a block to see its history, and right click a block to see the history of the adjacent block.

Another command you can use is /co rollback u:<user> t:<time> r:<radius> a:<action> b:<blocks> e:<exclude>. Running that command will print a list of every action (that you choose) within the radius and time period, by a user you choose. Not all of those parameters are necessary.

Info

There are, of course, more commands in the plugin, which you can check out .

here
Download the plugin
How to install plugins
here
Spigot Page
Commands