mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-27 18:49:11 +00:00
* Paper plugin support, save itemsToKeep if present, close #172 * Fixup wrong packages, suppress a warning * Update docs, add settings for death saving, reorganise config slightly * Improve default server name lookup * docs: Add note on Unsupported Versions * docs: Minor Sync Modes tweaks
4 lines
125 B
Groovy
4 lines
125 B
Groovy
dependencies {
|
|
implementation project(path: ':bukkit', configuration: 'shadow')
|
|
runtimeOnly project(path: ':paper')
|
|
} |