Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
/ GroupsAPI Public archive

Yet another asynchronous permission management plugin for PocketMine-MP.

License

Notifications You must be signed in to change notification settings

alvin-pm-pl/GroupsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupsAPI

Yet another asynchronous permission management plugin for PocketMine-MP.

Warning: This plugin has discontinued. Use RankSystem instead.

Features

  • Developer-friendly API
  • Temporary rank/group support
  • Multiple Group/Rank support
  • Priority system like Discord (which means the user who has highest priority cannot add/edit/remove group if their group priority is higher than the group's priority)
  • Many configurations support

Commands

Command Description Permission
/addgroup <player> <group> Add a player to a group groupsapi.command.addgroup
/removegroup <player> <group> Remove a player from a group groupsapi.command.removegroup
/checkgroup <player> Check a player's group groupsapi.command.checkgroup
/editgroup <group> Edit a group groupsapi.command.editgroup
/group <group> Shows group info groupsapi.command.group
/groups Shows all groups groupsapi.command.groups
/newgroup <group> Create a new group groupsapi.command.newgroup
/permissions <index> Check a permission list groupsapi.command.permissions
/pcheck <player> Check a player's group groupsapi.command.pcheck
/tempgroup <player> <group> <date format> Give a temporary group to player groupsapi.command.tempgroup

ScoreHud Integration

This plugin supports ScoreHud plugin.

You can get player's highest group by adding {groupsapi.group} to ScoreHud's scoreboard setting.

TODO

  • Make all processes to UI
  • Add more commands
  • InfoAPI Support (Lazy to do, Please make support for this SOFe!)

If you have any idea, Please kindly open an issue on GitHub!

About

Yet another asynchronous permission management plugin for PocketMine-MP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages