Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ By submitting code for including in the BuycraftX codebase, you represent that e

You agree to waive all other claims of any nature, including express contract, implied-in-fact contract, or quasi-contract, arising out of any submission of code to Tebex.

The terms of contributing may be changed by us at any time, and such changes will be published in this file. Before each submission, you should review this file, and if you no longer agree to the terms, stop submitting code to us.
The terms of contributing may be changed by us at any time, and such changes will be published in this file. Before each submission, you should review this file, and if you no longer agree to the terms, stop submitting code to us.

## Building

To build the plugin from src run the command mvn package. The jars will be in their respective folders.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void run(boolean scheduleAgain) {
}
nextCheck = information.getMeta().getNextCheck();
} catch (IOException e) {
platform.log(Level.SEVERE, "Could not fetch due players queue", e);
platform.log(Level.SEVERE, "Could not fetch due players queue");
return;
}

Expand Down