All Projects → falkirks → Specter

falkirks / Specter

Licence: MIT license
Super simple debugging for PocketMine.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Specter

emacs-inspector
Inspection tool for Emacs Lisp objects.
Stars: ✭ 71 (-2.74%)
Mutual labels:  debugging, debugging-tool
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-30.14%)
Mutual labels:  debugging, debugging-tool
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+189.04%)
Mutual labels:  debugging, debugging-tool
Gdb Frontend
☕ GDBFrontend is an easy, flexible and extensionable gui debugger.
Stars: ✭ 2,104 (+2782.19%)
Mutual labels:  debugging, debugging-tool
dwarf import
This loads DWARF info from an open binary and propagates function names, arguments, and type info
Stars: ✭ 18 (-75.34%)
Mutual labels:  debugging, debugging-tool
Frodo2
Android Library for Logging RxJava2 Components
Stars: ✭ 142 (+94.52%)
Mutual labels:  debugging, debugging-tool
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+1.37%)
Mutual labels:  pocketmine, pocketmine-plugins
Robin
Robin is a logging library for Bundle data passed between Activities and fragments. It also provides a callback to send screen views of user visited pages to your analytics client
Stars: ✭ 63 (-13.7%)
Mutual labels:  debugging, debugging-tool
Other-Plugins
A collection of all the plugins which I used to work on but no longer maintain
Stars: ✭ 26 (-64.38%)
Mutual labels:  pocketmine, pocketmine-plugins
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (-28.77%)
Mutual labels:  pocketmine, pocketmine-plugins
Androidsnooper
Android library to record the network calls through the interceptor mechanism of the http clients.
Stars: ✭ 132 (+80.82%)
Mutual labels:  debugging, debugging-tool
bugsnag-vue
[DEPRECATED] This package now lives within the monorepo for our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 26 (-64.38%)
Mutual labels:  debugging, debugging-tool
Remix Ide
Documentation for Remix IDE
Stars: ✭ 1,768 (+2321.92%)
Mutual labels:  debugging, debugging-tool
Icecream
🍦 Never use print() to debug again.
Stars: ✭ 5,601 (+7572.6%)
Mutual labels:  debugging, debugging-tool
Frodo
Android Library for Logging RxJava Observables and Subscribers.
Stars: ✭ 1,496 (+1949.32%)
Mutual labels:  debugging, debugging-tool
Icecream Cpp
🍦 Never use cout/printf to debug again
Stars: ✭ 225 (+208.22%)
Mutual labels:  debugging, debugging-tool
Power trace
Buff exception backtrace with local variables, passed in arguments and instance variables!
Stars: ✭ 48 (-34.25%)
Mutual labels:  debugging, debugging-tool
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-34.25%)
Mutual labels:  debugging, debugging-tool
EggWars
EggWars minigame for PocketMine
Stars: ✭ 32 (-56.16%)
Mutual labels:  pocketmine, pocketmine-plugins
MineReset
Powerful mine resetting tool
Stars: ✭ 44 (-39.73%)
Mutual labels:  pocketmine, pocketmine-plugins

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].