Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivancraft623/ranksystem
An amazing Rank and Permissions Manager. The best ranks manager for PocketMine-MP.
https://github.com/ivancraft623/ranksystem
php plugin pmmp pmmp-plugin pocketmine pocketmine-mp
Last synced: 3 months ago
JSON representation
An amazing Rank and Permissions Manager. The best ranks manager for PocketMine-MP.
- Host: GitHub
- URL: https://github.com/ivancraft623/ranksystem
- Owner: IvanCraft623
- License: apache-2.0
- Created: 2021-07-11T19:13:38.000Z (over 3 years ago)
- Default Branch: PM5
- Last Pushed: 2024-04-20T12:10:06.000Z (9 months ago)
- Last Synced: 2024-10-09T23:04:02.039Z (3 months ago)
- Topics: php, plugin, pmmp, pmmp-plugin, pocketmine, pocketmine-mp
- Language: PHP
- Homepage:
- Size: 209 KB
- Stars: 42
- Watchers: 2
- Forks: 16
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://poggit.pmmp.io/shield.state/RankSystem)](https://poggit.pmmp.io/p/RankSystem)
[![](https://poggit.pmmp.io/shield.dl.total/RankSystem)](https://poggit.pmmp.io/p/RankSystem)
👑 RankSystem 🔧
An amazing Rank and Permissions Manager
## Description:
An amazing Rank and Permissions Manager. The best ranks manager for PocketMine-MP.
## For Developers
Examples and tutorials can be found on the [RankSystem Wiki](https://github.com/IvanCraft623/RankSystem/wiki).# Features
- Multi-language support
- Multiple Ranks per user support
- Data migrator from other ranks/groups plugins (PurePerms)
- An easy to use User Interface
- Multi-rank inheritance system to allow you to inherit rank permissions
- Temp-ranks
- Temp-permissions
- SQLite3 Provider Support
- MySQL Provider Support
- Easy Rank Creation / Edit System
- Ranks inheritance system to allow inherit other ranks permissions
- Permissions per User
- Provides simple and flexible API for plugin developers
- ScoreHud Integration
- And more...!# Commands
Command | Description | Permission
--- | --- | ---
`/ranksystem manage` | Open a form to manage RankSystem | ranksystem.command.manage
`/ranksystem create` | Create a Rank | ranksystem.command.create
`/ranksystem delete ` | Delete a Rank. | ranksystem.command.delete
`/ranksystem edit ` | Edit a Rank | ranksystem.command.edit
`/ranksystem list` | Show all ranks list. | ranksystem.command.list
`/ranksystem setrank [expTime]` | Set a Rank to a User | ranksystem.command.setrank
`/ranksystem removerank ` | Remove a Rank of a User | ranksystem.command.removerank
`/ranksystem setpermission [expTime]` | Set a Permission to a User | ranksystem.command.setpermission
`/ranksystem removepermission ` | Remove a Permission of a User | ranksystem.commands.removepermission
`/ranksystem permissions ` | Show a list of all plugin permissions | ranksystem.command.permissions
`/ranksystem rankinfo ` | Show info about a rank | ranksystem.command.rankinfo
`/ranksystem userinfo ` | Show info about a user | ranksystem.command.userinfo
`/ranksystem help` | Show avaible RankSystem commands | ranksystem.command.help
`/ranksystem credits` | Show RankSystem Credits | ranksystem.command.credits# ScoreHud Integration
This plugin supports ScoreHud plugin.
Tag | Description
--- | ---
`{ranksystem.ranks}` | The ranks of the player
`{ranksystem.highest_rank}` | The player's highest rank
`{ranksystem.nametag}` | NameTag assigned by RankSystem to the player# Project information
Version | Pocketmine API | PHP | Status
--- | --- | --- | ---
1.1.2 | [PM5](https://github.com/pmmp/PocketMine-MP/tree/stable) | 8 | Functional