A feature rich replay system for PocketMine-MP.
This is a plugin example, of how to use the Replay library.
This is just an EXAMPLE plugin, of how you can use the Replay API, it's not really supposed to be a "feature rich" plugin (even though it is).
You can either use this plugin as recorder or as a replayer. Just configure it in the config.yml.
If you're using this plugin for recording, you need to use the /record
command.
/record
| gamereplay.command/record record [game-name] [identifier-length]
| gamereplay.command.record/record stop
| gamereplay.command.stop/record world <world> [teleport-players]
| gamereplay.command.worldWell, replaying is actually pretty simple. Just join the server and click on the compass.
If you have the permission gamereplay.search
, you can also watch replays of other people, if you have their replay's ID. Just press the Search Replay
button and put in the replay ID.
Only people with the gamereplay.delete
permission can delete replays.