/pmmp-status

allow player to have a status

Primary LanguagePHPApache License 2.0Apache-2.0

⚠️ ARCHIVED ⚠️

this repo is no longer maintained

pmmp-status

general

this plugin adds status to your server for more fun like discord status

table of contents

setup

  1. download the plugin
  2. put the plugin in your server
  3. start your server
  4. enjoy

commands

command description permissions aliases(soon)
/mystatus get your status status.mystatus.cmd
/setstatus get your status status.setstatus.cmd
/getstatus get a status of a player status.getstatus.cmd
/adminsetstatus set the status of a player status.adminsetstatus.cmd

permissions

permission description default
status.all all feature of the plugin op
status.mystatus.cmd allow to use /mystatus true
status.setstatus.cmd allow to use /setstatus true
status.getstatus.cmd allow to use /getstatus true
status.adminsetstatus.cmd allow to use /adminsetstatus op

developer

you can have access to status whit Status::getInstance();

  • example
 Status::getInstance()->getStatus($player);

list of functions

  • setStatus($player, $status) set a status to $player
  • delStatus($player) remove the status of a player
  • getStatus($player) get the status of $player