/infomerge

Post all ideas and suggestions for fCraft here
Post Reply
User avatar
TheBrotherM
Offline
Posts: 11
Joined: May 25th, 2012, 6:18 pm

/infomerge

Post 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.
TheBrotherM: new main maybe sanj ?
+SanjarKhan: new face maybe TheBrotherM?

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: /infomerge

Post by Hellenion »

I'd like to be able to merge two separate Player.txt s, too.
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: /infomerge

Post 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.

Post Reply