Updated libreforge

This commit is contained in:
Auxilor
2022-01-03 19:14:35 +00:00
parent 69dffe07d3
commit e64f62da02
4 changed files with 19 additions and 4 deletions

View File

@@ -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
}
}

View File

@@ -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

View File

@@ -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%"

View File

@@ -1,2 +1,2 @@
version = 5.0.0-b19
version = 5.0.0-b20
plugin-name = Talismans