9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-31 04:46:42 +00:00

Updated libreforge

This commit is contained in:
Auxilor
2022-02-03 09:22:34 +00:00
parent b6e90e4927
commit a79a05ba08
4 changed files with 13 additions and 2 deletions

View File

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

View File

@@ -157,6 +157,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

@@ -14,6 +14,7 @@ messages:
give-success: "Gave &a%reforge%&r reforge stone to &a%recipient%"
on-cooldown: "&cThis reforge is on cooldown! &fTime left: &a%seconds% seconds"
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%"
menu:
title: "Reforge Item"

View File

@@ -1,2 +1,2 @@
version = 4.37.3
version = 4.38.0
plugin-name = Reforges