✔️ Supports Economy, Factions and PurePerms
✔️ New scoreboarding functions with API
✔️ Includes /stats command
✔️ Supports last pocketmine api version
✔️ HUD functions
- Plugin cleanup
- Updated /stats command - now can be displayed stats of other players
/stats [player]
- Plugin now supports only 3.3.0+ api versions
- Added scoreboarding functions + api
- New config updater
Version | Phar Download | Zip Download | API | Stable | Pre release |
---|---|---|---|---|---|
1.5.0 | GitHub | GitHub | 3.3.0 | ✔️ | ❌ |
1.4.6 | Poggit DEV builds | GitHub | 3.0.0-ALPHA7-3.0.0-ALPHA11 | ✔️ | ❌ |
1.4.2 | GitHub | GitHub | 3.0.0-ALPHA7-3.0.0-ALPHA10 | ✔️ | ❌ |
1.4.1 | GitHub | GitHub | 3.0.0-ALPHA7 | ✔️ | ❌ |
1.4.0 | GitHub | GitHub | 3.0.0-ALPHA7 | ✔️ | ❌ |
1.2.0 | GitHub | GitHub | 1.0.0-3.0.0-ALPHA6 | ❌ | ❌ |
Download latest version here
All released versions here Other plugins by CzechPMDevs here
This plugin works only on PocketMine-MP v3.3.0.
- Download latest stable version from poggit
- Move dowloaded file to your server /plugins/ folder
- Restart the server
- Stats command:
- usage:
/stats [player]
- description: Displays player's stats
- permission: ms.cmd.stats (default)
- usage:
- Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
- default config:
---
config-version: '1.5.0'
prefix: '&5&l[ &r&2MyStats &l&5]'
economy: 'false'
factions: 'false'
ranks: 'false'
mainFormat:
- '&5-- == &6[&eMyStats&6] &5== ---'
- '&3Welcome: &b%name'
- '&3You are playing on &b%level'
- '&9- &3Kills: %kills'
- '&9- &3Deaths: %deaths'
cmdFormat:
- '&5--- == &6[&eMyStats&6] &5== ---'
- '&9- &3Name: &b%name'
- '&9- &3K/D: &b%kills / %deaths'
- '&9- &3Broken Blocks: &b%broken'
- '&9- &3Placed Blocks: &b%placed'
- '&9- &3Joins: &b%joins'
filter: 'false'
defaultFormat: '1'
popupWorlds:
- Spawn
- PlotMe
tipWorlds:
- world
- Hub
scoreboardWorlds:
- Lobby
...
# ---------------------------------------------------------------------------- #
##
### Economy
##
# Economy types: EconomyAPI
# To enable economy type Economy type
economy: 'EconomyAPI'
# ---------------------------------------------------------------------------- #
- If the EconomyAPI plugin is not found, the value of the money is set to 0.
# ---------------------------------------------------------------------------- #
##
### PurePerms
##
# Enable pureperms
ranks: 'true'
# ---------------------------------------------------------------------------- #
- If the PurePerms plugin is not found, the value of the rank is set to ' '.
- Supported Factions plugins:
- FactionsPro
- FactionsProBeta
# ---------------------------------------------------------------------------- #
##
### Factions
##
# Enable faction
factions: 'true'
# ---------------------------------------------------------------------------- #
- If the factions plugin is not found, the value of the fanction is set to ' '.
Copyright (C) 2018 CzechPMDevs
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 <http://www.gnu.org/licenses/>.
Full license here.