Page 1 of 1

/infomerge

Posted: June 7th, 2012, 10:56 am
by TheBrotherM
I don't want to over do the suggestions, i'll try stop here :)

/infomerge, like /infoswap but just you add the info settings and have the smaller date as the new joined date and, maybe there is other aspects like that but idk. eg. /infomerge thisname thatname thatname

usage /infomerge name1 name2 destinationname

would be used if someone had 2 account and decided to use only one later on.

Re: /infomerge

Posted: June 7th, 2012, 2:58 pm
by Hellenion
I'd like to be able to merge two separate Player.txt s, too.

Re: /infomerge

Posted: July 6th, 2012, 2:03 pm
by fragmer
Being able to merge PlayerDBs is possible. The only tricky part will be processing BlockDB files. Files from each server would need to be processed separately, to convert numeric player IDs from separate PlayerDBs' mappings into a unified one.

/InfoMerge is even trickier. It would too require going over all BlockDB files and remapping IDs. It might also cause issues to have two PlayerInfo objects correspond to the same PlayerDB record, after merging. I cant think of a way to work around that without requiring a full server restart.