Updated libreforge
This commit is contained in:
@@ -62,7 +62,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.17.1'
|
||||
implementation 'com.willfp:libreforge:2.7.2'
|
||||
implementation 'com.willfp:libreforge:2.8.0'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
@@ -75,7 +75,7 @@ allprojects {
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**"]) {
|
||||
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**", "**lang.yml"]) {
|
||||
expand projectVersion: project.version
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,3 +11,17 @@ read-shulkerboxes: true # If a player's shulker boxes should be checked for tali
|
||||
top-level-only: true # If only the top level of any given talisman should be activated
|
||||
|
||||
offhand-only: false # If talismans or shulkers of talismans need to be in the offhand to work
|
||||
|
||||
cannot-afford:
|
||||
in-actionbar: true
|
||||
sound:
|
||||
enabled: true
|
||||
sound: "BLOCK_NOTE_BLOCK_PLING"
|
||||
pitch: 0.5
|
||||
|
||||
cooldown:
|
||||
in-actionbar: true
|
||||
sound:
|
||||
enabled: true
|
||||
sound: "BLOCK_NOTE_BLOCK_PLING"
|
||||
pitch: 0.5
|
||||
|
||||
@@ -9,4 +9,5 @@ messages:
|
||||
needs-talisman: "&cYou must specify a talisman"
|
||||
invalid-talisman: "&cInvalid talisman!"
|
||||
invalid-level: "&cLevel doesn't exist!"
|
||||
give-success: "Gave &a%talisman%&r to &a%recipient%"
|
||||
give-success: "Gave &a%talisman%&r to &a%recipient%"
|
||||
cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%"
|
||||
@@ -1,2 +1,2 @@
|
||||
version = 5.0.0-b19
|
||||
version = 5.0.0-b20
|
||||
plugin-name = Talismans
|
||||
Reference in New Issue
Block a user