A logger for TOT! Chat using Roleplay Redux' webhook feature.
You can use the precompiled executable from the download section to run a local RPR logger intended for the local RPR feature.
- Download the latest release from the Releases tab
- Create a new folder somewhere, name it "rpr-logger"
- Put the executable there, double-click to launch.
- You may be prompted to allow the application firewall access. That should not be necessary.
- Once launched, you should see the webhook URL in the console that pops up. That Webhook URL is the one you will need to paste into the RPR Configuration.
Done. Messages are written to the logfile every 30 seconds.
IMPORTANT
TO USE THIS, YOU WILL NEED TO HAVE ACCESS TO THE OPERATION SYSTEM OF YOUR SERVER, AND THAT OPERATION SYSTEM NEEDS TO BE WINDOWS IF YOU WISH TO USE THE PRECOMPILED BINARY.
You may, of course, compile your own binary or use anything that has a Java Runtime Environment and run it as a normal Java application
- Download the latest release from the releases tab
- On your server, create a new folder "rpr-logger"
- Put the executable in that folder
- Next to the executable, create a new file called "config.txt"
- Open the "config.txt" to configure your application. Add the following lines:
SECRET=<SECRET_VALUE>
, where <SECRET_VALUE> is a secret you define (an arbitrary string, generate one here, don't use special charactersALL_RELEVANT=true
- Save the config.txt
- Start "rpr-logger.exe"
In the Roleplay Redux webhook settings, set the following URL for the webhook:
http://localhost:15194/rpr-webhook/{server}/{secret}
Replace:
- {server} with a name for your server. Don't use special characters or whitespaces, i.E. TWEL
- {secret} with the secret you wrote into config.txt
Done. Your logger should now run and create logfiles in the folder the executable is in.