Civcraft / Citadel

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/Citadel
BSD 3-Clause "New" or "Revised" License
6 stars 23 forks source link

Shard-unaware Citadel #154

Closed ProgrammerDan closed 8 years ago

ProgrammerDan commented 8 years ago

Citadel is somewhat unique for our plugins; it doesn't care about shards. Currently however it borrows its DB config from Namelayer. While it does need to talk to the Namelayer DB to get database information, it does not need it (or shouldn't) for the majority of simple interactions.

We should investigate and execute on revamping Citadel and /or Namelayer so that we can effectively decouple them, letting Citadel hit a local DB for its reinforcements instead of all shards hitting a central DB.

rourke750 commented 8 years ago

Citadel no longer looks at Namelayer for db info