Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.55 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.55 KB

PublishDKP

This program takes a list of players followed by a number of points to award and submits them to WebDKP.

Configuration

Before PublishDKP can be used it must be configured. There should be a config.txt file in the same folder as the jar file. This is the configuration file and it will look something like this.

url: https://www.webdkp.com/dkp/Reborn/Ronin
username: username123
password: password123

The "url" parameter is the URL of the table while "username" and "password" refer to admin login information required to modify the table.

Usage

The program takes an input in the following format.

[player], [points]

Where [player] represents the player's name and [points] is an integer representing the amount of points to be added to the player's WebDKP profile.

To use it simply enter a list such as the following and press the "Publish" button.

TimeShift, 55
Thallen, 182
Unpleased, 505

This will add the specified amount of points to the player on WebDKP. If the player doesn't exist in the WebDKP table they will be created.

Loot awards can also be added to WebDKP automatically using the following syntax.

[player] -[points] for [item]

Only negative values may be used.

Mag1calme -50 for Dark Skull of Freeze
Krozone - 3333 for Royal Necral Ring of Blood
ExBlood - 2815 for Darkscale Helm of Victory

Libraries