Geoffrey Django App
 
 
 
 
 
Go to file
Joey Hines 0e480ccebe Updated more tests 2018-09-21 19:58:56 -05:00
geoffrey Updated more tests 2018-09-21 19:58:56 -05:00
README Added a readme txt file for sdist 2018-09-13 11:48:34 -05:00
README.md fixed formatting 2018-09-12 17:26:44 -05:00
setup.py Pointed to correct README file in setup.py 2018-09-13 11:49:31 -05:00

README.md

Geoffrey: A Discord Bot for Minecraft Servers

Geoffrey was created to be an information source for base and shop locations on Minecraft severs. The bot mainly tracks base, shop, and tunnel locations. This allows for users to quickly find each other's builds and find shops selling goods.

Geoffrey can be used on a Discord server or in a private message with the bot.

Information

Geoffrey was written in python and uses the Discord.py rewrite to interface with Discord and SQLAlchemy for database access.

Use Case

Say I am a new user and I want to add my base to the database. I would first register with Geoffrey:

?register

This allows Geoffrey to link your MC name with your Discord account.

I would then be able to add my base to Geoffrey by using the following command:

?add_base 500 550

Your first base does not need a name, it defaults to "[Username]'s Base"

If I wanted to specify a name, I could do the following:

?add_base 500 550 My New Base

If you want to rename a base you can do the following (the quotations around the base names are important!):

?edit_name "Cool New Name" "Current Name"

If you are so done with that base, you could delete it by doing the following:

?delete "My Base"

Geoffrey can do many more things. Make sure to checkout ?help for all the commands he can do! You can also do ?help [Command] to get more info about a particular command.