Skip to content

Commit

Permalink
Rewrite WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhincore committed Jun 12, 2022
1 parent 61d6dd3 commit b2eed04
Show file tree
Hide file tree
Showing 19 changed files with 453 additions and 791 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ cancelSelect - Cancels selecting a chest and cancels previously typed ChestNetwo
[ ] Proper file names
[ ] Use ACF?
[ ] ACF localization?
[X] Own sorting
[ ] RAID0 sorting on chests with same content
[ ] Better separation of concerns
[ ] Proper (de)serialization
[ ] Proper (de)serialization + data manipulation
[ ] Storage chest priority
[ ] YAML translation file
[ ] Proper help
[ ] Online manual
12 changes: 5 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ repositories {
maven {
url = uri('https://repo.aikar.co/content/groups/aikar/')
}
maven {
url = uri('https://hub.jeff-media.com/nexus/repository/jeff-media-public/')
}
}

dependencies {
compileOnly paper('1.18.2-R0.1-SNAPSHOT')
compileOnly 'de.jeff_media:ChestSortAPI:13.0.0-SNAPSHOT'
implementation 'co.aikar:acf-paper:0.5.1-SNAPSHOT'
// implementation 'co.aikar:acf-paper:0.5.1-SNAPSHOT'
// implementation 'co.aikar:taskchain-bukkit:3.7.2'
}

group = 'eu.zhincore.chestnetworks'
Expand All @@ -46,8 +43,9 @@ spigot {
}

shadowJar {
relocate 'co.aikar.commands', 'eu.zhincore.chestnetworks.acf'
relocate 'co.aikar.locales', 'eu.zhincore.chestnetworks.locales'
// relocate 'co.aikar.commands', 'eu.zhincore.chestnetworks.acf'
// relocate 'co.aikar.locales', 'eu.zhincore.chestnetworks.locales'
// relocate 'co.aikar.taskchain', 'eu.zhincore.chestnetworks.taskchain'
archiveClassifier = "shadowed"
}

Expand Down
7 changes: 0 additions & 7 deletions src/main/java/eu/zhincore/chestnetworks/ChestNetCommand.java

This file was deleted.

Loading

0 comments on commit b2eed04

Please sign in to comment.