Jumper251 / AdvancedReplay

Minecraft plugin to record players on your server
GNU General Public License v3.0
146 stars 59 forks source link

Replays don't save when /stop command used #52

Closed SpicySoap closed 2 years ago

SpicySoap commented 3 years ago

My server automatically starts recording when it starts, and should save when it is stopped (happens routinely throughout the day). This isn't working, and I'm left with replays claiming to be 0 seconds long, and not doing anything.

Jumper251 commented 3 years ago

Can you send me your config.yml

SpicySoap commented 2 years ago

Copy attached below

general:
  max_length: 86400
  record_on_startup: true
  save_on_stop: true
  use_mysql: false
  use_offline_skins: true
  quality: low
  cleanup_replays: -1
  hide_players: false
  add_new_players: true
  update_notifications: true
  death_message: '&6{name} &7died.'
  quit_message: '&6{name} &7left the game.'
  join_message: '&6{name} &7joined the game.'
replaying:
  world:
    reset_changes: true
recording:
  blocks:
    enabled: true
    real_changes: true
  entities:
    enabled: true
    items:
      enabled: true
  chat:
    enabled: true
    format: '&r<{name}> {message}'
Jumper251 commented 2 years ago

Are there any error messages? What do you see with /replay info when you hover over the actions?

SpicySoap commented 2 years ago

5F9244D0-450C-48E6-A760-46F38ABE6D6D

Here’s what I see when I check the info of a recording. Took screenshot on bedrock for the curious.

Jumper251 commented 2 years ago

I need some information:

SpicySoap commented 2 years ago

I'm extremely dumb at times, this being one of them. No-one was online when the replay was active. Sorry for the time waste.

Jumper251 commented 2 years ago

It's ok, you still reported a bug empty replays should not be saved.