Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.11 KB

Splittermond Roll-Butler

a JDA Discord Applet

Discord-Bot built on JDA for use in Discord-based online PnP servers. Created for the german Pen-And-Paper "Splittermond" but useful for other PNP as well.

Features

  • dice throwing (1W10, 4W6, etc)
  • arithmetics supported (2W10 + 14)
  • secret gmroll and gm messaging features
  • bullshit-bingo for selecting a random predefined item
  • battle-map for keeping track everyones turn during battles

Setup

Dependencies

Windows

  • download latest .jar from releases and move it into its own folder
  • add bottoken.txt with only your bottoken to the same folder
  • execute program with java

Linux

  • WIP

Wanna build from source?

  • Clone the repo and use the src-folder
  • the mainclass is located in the main-package as BotStartup.java