Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taconoburrito/rankup-1
A Simple Pocketmine 4.0 Rankup Plugin for Prisons
https://github.com/taconoburrito/rankup-1
Last synced: 8 days ago
JSON representation
A Simple Pocketmine 4.0 Rankup Plugin for Prisons
- Host: GitHub
- URL: https://github.com/taconoburrito/rankup-1
- Owner: TacoNoBurrito
- License: gpl-3.0
- Created: 2022-01-29T17:08:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T14:54:49.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T18:50:15.567Z (over 1 year ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
![](https://i.ibb.co/7kqQ3Bz/Taco-1.png)
# A Simple Rankup Plugin
For PMMP 4.0| Command | Usage |
| ------- | ----- |
| /rankup (/ru) | Ascends through the ranks. |
| /prestige (/pres) | Ascends through the prestiges. |# Config
```yaml
# Messages
rankup: "You have ranked up to {rank}"
rankup-lack-money: "You need {money} to rank-up"
prestige: "You are now prestige {prestige}"
prestige-lack-money: "You need {money} to prestige"
max-rank: "You are at the max rank"
max-prestige: "You are at the max prestige"
need-be-max-to-prestige: "You must be the top rank to prestige!"
# Ranks
ranks:
A:
price: 1000
commands:
- "say {name} has ranked up to A"
B:
price: 2000
commands:
- "say {name} has ranked up to B"
# Prestige
prestiges:
1:
price: 10000
commands:
- "say {name} is now prestige 1"
```# License
```text
Copyright (C) 2022 TacoError (xxTaylorTT)This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```