Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![User Wiki](https://img.shields.io/badge/Wiki-Users-blue)](https://github.com/ChafficPlugins/MiningLevels/wiki) [![](https://jitpack.io/v/ChafficPlugins/MiningLevels.svg)](https://github.com/ChafficPlugins/MiningLevels/releases/latest) [![Discord](https://img.shields.io/badge/Discord-Join-blue)](https://discord.gg/RYFamQzkcB)
[![CI](https://github.com/ChafficPlugins/MiningLevels/actions/workflows/ci.yml/badge.svg)](https://github.com/ChafficPlugins/MiningLevels/actions/workflows/ci.yml) [![](https://jitpack.io/v/ChafficPlugins/MiningLevels.svg)](https://github.com/ChafficPlugins/MiningLevels/releases/latest) [![Discord](https://img.shields.io/badge/Discord-Join-blue)](https://discord.gg/RYFamQzkcB)

# MiningLevels

MiningLevels is a Spigot plugin that adds extra complexity to your mining experience.
MiningLevels is a Paper/Spigot plugin that adds extra complexity to your mining experience.

# Summary

Expand All @@ -18,11 +18,11 @@ MiningLevels is a Spigot plugin that adds extra complexity to your mining experi

# Dependencies

This project requires Java 16+.
This project requires Java 21+.
All dependencies are managed automatically by Maven.

* Spigot
* Version: 1.18-R0.1-SNAPSHOT
* CrucialAPI
* Version: 2.1.6
* [GitHub](https://github.com/Chafficui/CrucialAPI)
* Paper API
* Version: 1.21
* CrucialLib
* Version: 3.0.0
* [GitHub](https://github.com/ChafficPlugins/CrucialLib)
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ MiningLevels is a Spigot plugin that adds levels to your mining experience, brin

## Requirements

- Java 16+
- Spigot or Paper 1.18+
- [CrucialLib](https://github.com/Chafficui/CrucialAPI)
- Java 21+
- Paper or Spigot 1.21+
- [CrucialLib 3.0.0+](https://github.com/ChafficPlugins/CrucialLib)
- [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) (optional, required for placeholders and level-up commands)

## License
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can download MiningLevels from:

## Setup

1. **Install CrucialLib** – Download [CrucialLib](https://github.com/Chafficui/CrucialAPI) and place it in your server's `plugins/` folder. MiningLevels requires this dependency.
1. **Install CrucialLib** – Download [CrucialLib](https://github.com/ChafficPlugins/CrucialLib) and place it in your server's `plugins/` folder. MiningLevels requires this dependency.
2. **Install MiningLevels** – Place the MiningLevels `.jar` file in your server's `plugins/` folder.
3. **Restart the server** – Restart (not reload) your server to let the plugin generate its default configuration files.
4. **Configure** – Edit the generated config files in `plugins/MiningLevels/` to suit your server. See the [Configuration](configuration.md) guide for details.
Expand Down