Joey Hines
c3c3814d77
ci/woodpecker/push/woodpecker Pipeline was successful
Details
+ info now trys to find the "best match" + report_out_of_stock no longer matches all items with the same sub string + Added type to loc strings in the bot + clippy + fmt |
||
---|---|---|
figures | ||
geoffrey_api | ||
geoffrey_bot | ||
geoffrey_db | ||
geoffrey_models | ||
.gitignore | ||
.woodpecker.yml | ||
ARCHITECTURE.md | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
Geoffrey: A Location Database for Minecraft Servers
Geoffrey was created to be an information source for base and shop locations on Minecraft severs. Geoffrey can track bases, shops, items for sale, tunnels, towns, public farms and more!
This is the third complete rewrite version of Geoffrey. V3 focuses on improving the API,
adding new features, and moving to Rust.
This version is still very early in development and things are very likely to change.
Project Layout
geoffrey_models
: Models used throughout Geoffrey, split into their own library for reuse.geoffrey_db
: Wrapper around Sled that implements the database functionality. (This is subject to change a lot)geoffrey_api
: API wrapper around the database to provide data to the website, bot, plugin, etc. It will implement the command API and the model API. A lot of Geoffrey's logic is implemented here.geoffrey_bot
: Discord bot for Geoffrey. Uses serenity