Skip to content

A tool to manage the money of your DnD 5e Character

License

Notifications You must be signed in to change notification settings

dragonempire96/DnD-Currency-Manager

Repository files navigation

GitHub issues GitHub license

DnD-Currency-Manager

What is it?

It is a program that informs a player how much money his character currently has and to manage it. Besides, he can buy and sell items so that he can update the money automatically.

How do I use it?

First you have to create a shadow jar with the imported gradle plugin via tasks > shadow > shadowJar.

After that you direct your terminal to the directory of the shadow jar (it's in dnd-currency/build/libs by default) and use the DnD-Currency-Manager with the following commands.

To initialize a new Character, use

java -jar SHADOW_JAR_FILE_NAME.jar -i "<Character>",<PC>,<GC>,<SC>,<CC>

Development

This is a gradle project. Check out the repository and configure it in your IDE as a gradle project. We are using the latest LTS JDK, which is currently version 17.

How do I contribute?

First, please make sure to follow the Code of Conduct if you want to contribute.

Check for open issues, select one you want to solve, fork the project, fix the issue and send a pull request!

You can also create your own issues and tell us what needs to be fixed or added.

Distributing the application

Build a jar with this command:

./gradlew shadowJar

Native builds can be achieved using this command:

./gradlew nativeBuild

Keep in mind, that you need a valid graalvm-installation on your machine for this command.

License

This project uses the MIT License.

About

A tool to manage the money of your DnD 5e Character

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages