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.sql
usingpsql cd_legacy < cd_legacy.sql
.Put
db.txt
into./data
containing:postgres ip postgres port postgres user postgres password database name
Requires PostgreSQL.
Running:
Put
token.txt
with your bot token into./data
.Requires Java 17 and PostgreSQL.