Remaster of CustomDungeons, with features and content from CustomDungeons 2.
Written with performance and maintainability in mind.
Building:
mvn clean compile package
Database Setup:
Create a new database using
createdb cd_legacy.Import database from
./db/cd_legacy.sqlusingpsql cd_legacy < cd_legacy.sql.Put
db.txtinto./datacontaining:postgres ip postgres port postgres user postgres password database nameRequires PostgreSQL.
Running:
Put
token.txtwith your bot token into./data.Requires Java 17 and PostgreSQL.