https://github.com/onebeuhu/scorelens
This is a convenient and easy to use API for creating scoreboards. Works on PocketMine-MP 5
https://github.com/onebeuhu/scorelens
mcbe-plugin mcpe-plugin minecraft-bedrock-edition pocketmine-plugins scoreboard scoreboard-api
Last synced: 2 months ago
JSON representation
This is a convenient and easy to use API for creating scoreboards. Works on PocketMine-MP 5
- Host: GitHub
- URL: https://github.com/onebeuhu/scorelens
- Owner: OneBeuHu
- License: gpl-3.0
- Created: 2023-01-18T01:54:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T15:49:58.000Z (over 1 year ago)
- Last Synced: 2025-01-30T21:01:39.508Z (3 months ago)
- Topics: mcbe-plugin, mcpe-plugin, minecraft-bedrock-edition, pocketmine-plugins, scoreboard, scoreboard-api
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScoreLens
This is a convenient and easy to use API for creating scoreboards. Works on PocketMine-MP 5# Using
Example application:```
if(is_null($board = ScoreBoard::create($player, [
2 => "§aName:§f " . $player->getName(),
3 => "§acreated via",
4 => "§aScoreLens",
6 => "§aOnline:§f " . count(Server::getInstance()->getOnlinePlayers()),
7 => "§gYour website"
])))
{
return;
}$board->setName("§l§cTest§fName");
$board->show();
```Result:

How to update:
Create a task in which you will send the players scorboards, it is convenient because of the fact that you can choose your own time update.
# Commands
board - Hide or show the scoreboard, also has a sound
