https://github.com/hacimertgokhan/mxrank
Minecraft RankUP Plugin With Source code.
https://github.com/hacimertgokhan/mxrank
minecraft plugin rankup
Last synced: 2 months ago
JSON representation
Minecraft RankUP Plugin With Source code.
- Host: GitHub
- URL: https://github.com/hacimertgokhan/mxrank
- Owner: hacimertgokhan
- Created: 2022-08-04T16:54:24.000Z (about 3 years ago)
- Default Branch: 0.0.1$MX
- Last Pushed: 2024-01-08T08:43:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T23:37:55.931Z (9 months ago)
- Topics: minecraft, plugin, rankup
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MXRank
## Authors
- [@hacimertgokhan](https://www.github.com/hacimertgokhan)
## Features
- Direct Menu System
- Auto save and storage
- Prefix support
- Management command
- ASkyBlock and SuperiorSkyblock support
## Run Locally
Clone the project
```bash
git clone https://github.com/hacimertgokhan/MXRank.git
```
Go to the project directory
```bash
cd MXRank
```
You can compile with maven.
```bash
mvn clean
```
## Roadmap
- Added YAML Storage
- Added auto data creator
- Added rank up menu
## Support
For support, email mixeration@gmail.com or come our [Discord](https://discord.gg/SndCjECD9N).
## API Reference
#### Get all player data
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `getPlayerRankPriority(PlayerUUID)` | `integer` | **Reason for use**: Shows which rank the player is in. |
| `getPlayerNextRank(PlayerUUID)` | `string` | **Reason for use**: Shows which next rank the player. |
| `getPlayerCurrentRank(PlayerUUID)` | `string` | **Reason for use**: Shows players current rank. |
| `isPlayerFinishAllRanks(PlayerUUID)` | `boolean` | **Reason for use**: Indicates whether the player has completed all ranks. |