9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-27 02:49:22 +00:00

Updated libreforge

This commit is contained in:
Auxilor
2022-02-03 09:30:51 +00:00
parent c7fdbfa3cf
commit d77c2082c2
4 changed files with 14 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.20.0'
implementation 'com.willfp:libreforge:3.10.3'
implementation 'com.willfp:libreforge:3.11.0'
compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@@ -21,6 +21,16 @@ cannot-afford:
sound: "BLOCK_NOTE_BLOCK_PLING"
pitch: 0.5
cannot-afford-type:
in-actionbar: true
sound:
enabled: true
sound: "BLOCK_NOTE_BLOCK_PLING"
pitch: 0.5
point-names: # If you have point names that look ugly (eg g_souls) then you can map them to nice names to be shown to players.
example_point: "Nicely Formatted Point"
use-faster-move-trigger: true # Disable if you want move trigger to detect sub-1-block movements
raytrace-distance: 80 # The distance that alt_click should check for a location
block-item-drop-place-check: true # If the block_item_drop trigger should only fire on naturally placed blocks (prevents dupes)

View File

@@ -10,4 +10,5 @@ messages:
invalid-item: "&cInvalid item!"
give-success: "Gave &a%item%&r to &a%recipient%"
on-cooldown: "&cThis effect is on cooldown! &fTime left: &a%seconds% seconds"
cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%"
cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%"
cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%"

View File

@@ -1,2 +1,2 @@
version = 7.25.3
version = 7.26.0
plugin-name = EcoArmor