Skip to content

Installation

ItsNotSkyeZ edited this page Jul 14, 2026 · 4 revisions

Installation

Requirements

Before installing, make sure you have:

  • Paper or Spigot 1.21+
  • Java 21+
  • Vault installed and enabled
  • A Vault-compatible economy plugin (e.g. EssentialsX, CMI)

Steps

1. Download

Download the latest jar from the Releases page: https://github.com/ItsNotSkyeZ/EndlessCoinflip/releases

2. Install

Drop the jar into your server's plugins/ folder.

3. Start the server

Start or restart your server. EndlessCoinflip will generate its config files automatically on first run:

plugins/
└── EndlessCoinflip/
    ├── config.yml
    ├── messages.yml
    └── playerdata/   (if using FILE storage)

4. Configure

Edit config.yml and messages.yml to your liking. See the Configuration page for a full breakdown: https://github.com/ItsNotSkyeZ/EndlessCoinflip/wiki/Configuration

5. Reload

Apply your changes without restarting:

/cf reload

Updating

  1. Stop your server
  2. Replace the old jar with the new one
  3. Start the server

⚠ Some updates restructure config files. Always check the changelog before updating and back up your config if needed.


Uninstalling

  1. Stop your server
  2. Remove the jar from plugins/
  3. Optionally delete the plugins/EndlessCoinflip/ folder to remove all data

Clone this wiki locally