Skip to content

Installation

Chase Whipple edited this page Jul 18, 2021 · 8 revisions

Downloading

Purchase a copy and download the latest version here.

Dependencies

Name Description Download
ProtocolLib A packet library to improve performance and cross compatibility with multiple versions. download
CrashPayment A modern compatibility bridge to ensure payment plugins like Vault stay supported alongside modern alternatives. download

Make sure to always download the latest compatible version with your server; if there are any version incompatibilities, they will be listed here.

Adding to your server

Place both of the downloaded plugins files inside your server's plugins folder and restart/start the server. It should be noted that this plugin does not support the ability to be reloaded using /reload or other plugins that offer similar functionality.

If you plan to migrate claim data from other supported claiming plugins, keep your original plugin installed for now.

Migrating Data

The migration of data is simple. Make sure the plugin that you are migrating data from is installed and enabled.

  1. Run /crashclaim migratedata from in-game or in the console; make sure you have the correct permission node if you are executing it from in-game as it differs from any other command.
  2. A list of adapters and their availability should have been listed. Choose the adapter identifier you are migrating from by executing /crashclaim migratedata select [adapter].
  3. Backup all of the data involved before continuing.
  4. Execute /crashclaim migratedata confirm to confirm and start the migration, or /crashclaim migratedata cancel to abort.
  5. When the migration has finished, check the console for any errors and uninstall the plugin you have just migrated from. It is recommended to do a full restart of the server after migration.