SkillAgentSearch skills...

Specter

Super simple debugging for PocketMine.

Install / Use

/learn @falkirks/Specter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Specter

Real people suck. Use fake ones instead.

Specter eliminates the need to get additional people to test a plugin and the horrible alternative. Specter generates players which can be used by PocketMine and plugins as if they were real players.

Managing players

Players can be managed via an API or through a command.

API

$dummy = new \specter\api\DummyPlayer("Playername");
$dummy->getPlayer()->sendMessage("hello");
$dummy->close();

Command

specter spawn Playername # The full command to spawn a new dummy
s s playername # Luckily there is shorthand
s c playername /spawn # Execute /spawn as player

Detailed Commands

(main command omitted)

Spawning

s
add
new
spawn

Removing

q
close
quit
kick

Teleporting

m
tp
move
teleport

Attacking

a
attack

Chat/Command

c
chat
command

ICU

icu
control

Respawn

r
respawn

Related Skills

View on GitHub
GitHub Stars74
CategoryDevelopment
Updated7mo ago
Forks35

Languages

PHP

Security Score

92/100

Audited on Aug 26, 2025

No findings