#How to make citizen replay player

1 messages · Page 1 of 1 (latest)

frank hinge
#

I want to create replay system on my server and want to create a citizen that re-enacts what the player did during a certain period of time and don't know the best way to check for all of the events. Can anyone help?

thin axle
frank hinge
stable elk
#

it is possible with skript, but it is likely to be very inefficent
you would probably have to set up a database system because using skript's flat file database will probably stop working with the size and amount of the variables saved
this is a very large undertaking, i would recommend you consider not doing this in skript and use a java plugin, because performance and storage optimizations are key when it comes to such a large system