Jumper251 / AdvancedReplay

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

Remove client sided blocks #27

Open tandpfun opened 3 years ago

tandpfun commented 3 years ago

Hi there! I'd love to use this plugin to help me out with replaying, and it would be great if the following were possible:

  1. Separate worlds for replays, or ability to set replay world where the area around the selected players is "pasted in" (for the case of only replaying 1 or multiple players, and would be complex) (continuation of #21)
  2. Ability to use the API to list replays & time created. As well as better docs (#18 cotd)
  3. Removal of the client sided blocks when replays are over, in the case that the replays are replays of minigames where blocks would be removed.

Thanks!

Jumper251 commented 3 years ago

I am not sure if it would be a good idea to create a separate world for every player watching a replay. This would become even more difficult when a player changes the world during a replay.

Removal of the blocks when the replay is over will probably come soon.

tandpfun commented 3 years ago

Hmm... Maybe would be cool as an option, or a way to set the world the replay would play in. Also another cool feature would be tracking entities in a certain range of the recording player. This is for minigame recording ig. where there would be no seprate worlds.

Jumper251 commented 3 years ago

What do you mean by entity tracking?

tandpfun commented 3 years ago

More like entity replays, arrows, particles, etc in a radius of the player instead of everything

Jumper251 commented 3 years ago

There is an option to record entities, arrows should also work.

tandpfun commented 3 years ago

Wouldn't that record all entities? I just need a certain amount in a certain radius of the player or the files would get too large.

Jumper251 commented 3 years ago

Only entities that are visible to a player in a replay are recorded.