- Tested Minecraft Versions:
- 1.8
- 1.9
If you find bugs or have suggestions, please use the Discussion section!
With the RecordPlugin you can start a recording with a player / multiple players. After you've stopped the recording, you're able to playback the saved recording as often as you want.
This plugin is still in ALPHA stage!
What's currently recorded:
- player's movement
- player's held item
- player's armor
- player arm swinging
- player being damaged
This plugin depends on Citizens
Start a new recording:
/record start <unique name of record> <players to record>Stop a running recording:
permission: recordplugin.record
/record stop <unique name of record>Remove a recording:
permission: recordplugin.record
/record remove <unique name of record>Playback a record:
permission: recordplugin.record_remove
/playback <unique name of record>Teleport to a (random) player in a specific playback:
permission: recordplugin.playback
/playbacktp <unique name of record> [<name of player>]
permission: recordplugin.tp
- More animation and effects
- information about health / inventory
- Developer API
- ...
EXPERIMENTAL:
For developers:
Code (Text):me.coder.recordplugin.api.RecordingAPI.createRecording(OutputStream): Recording
me.coder.recordplugin.api.RecordingAPI.loadPlayback(InputStream): Playback
This plugin sends statistics about your server and the plugin's usage to mcstats.org. You can disable this by changing the /plugins/PluginMetrics/config.yml file

RecordPlugin | Record your players' activities 0.0.5
[ALPHA] With this plugin you can easily record and playback your player's activities
Recent Updates
- NickNamer support Jun 23, 2016
- 1.8 Support / TP-Command Jun 20, 2016
- Skin Update Jun 18, 2016