Skip to content

Commit 5961151

Browse files
authored
Merge pull request #36 from ChafficPlugins/claude/modernize-mininglevels-ICTbK
docs: update versions to Java 21, Paper 1.21, CrucialLib 3.0.0
2 parents efbebda + 49a18eb commit 5961151

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![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)
1+
[![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)
22

33
# MiningLevels
44

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

77
# Summary
88

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

1919
# Dependencies
2020

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

24-
* Spigot
25-
* Version: 1.18-R0.1-SNAPSHOT
26-
* CrucialAPI
27-
* Version: 2.1.6
28-
* [GitHub](https://github.com/Chafficui/CrucialAPI)
24+
* Paper API
25+
* Version: 1.21
26+
* CrucialLib
27+
* Version: 3.0.0
28+
* [GitHub](https://github.com/ChafficPlugins/CrucialLib)

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ MiningLevels is a Spigot plugin that adds levels to your mining experience, brin
2121

2222
## Requirements
2323

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

2929
## License

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can download MiningLevels from:
99

1010
## Setup
1111

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

0 commit comments

Comments
 (0)