Jumper251 / AdvancedReplay

Minecraft plugin to record players on your server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Can I record when someone join?

CormacZ opened this issue · comments

So, I want the server start recording player once they joined the server until they left. Don't judge me lol

There is no option to automatically start a recording for every player, but you can record the entire server on startup and add new players to it.

config.yml
record_on_startup: true
save_on_stop: true
add_new_players: true

There is no option to automatically start a recording for every player, but you can record the entire server on startup and add new players to it.

config.yml record_on_startup: true save_on_stop: true add_new_players: true

Alright, will do