mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 15:39:26 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0b2ae4f40 | ||
|
|
b9f7d6db42 | ||
|
|
f62476c1d4 | ||
|
|
ca25f78c60 | ||
|
|
765d7ee7e2 | ||
|
|
850e1ec888 |
@@ -46,8 +46,8 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.42.0'
|
||||
implementation 'com.willfp:libreforge:3.110.0'
|
||||
compileOnly 'com.willfp:eco:6.43.6'
|
||||
implementation 'com.willfp:libreforge:3.111.1'
|
||||
implementation 'org.joml:joml:1.10.4'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
@@ -28,6 +28,11 @@ class EcoJobsPlugin : LibReforgePlugin() {
|
||||
"job"
|
||||
) { it.activeJob?.name ?: "" }.register()
|
||||
|
||||
PlayerPlaceholder(
|
||||
this,
|
||||
"job_level"
|
||||
) { it.activeJobLevel?.level.toString() ?: "" }.register()
|
||||
|
||||
PlayerPlaceholder(
|
||||
this,
|
||||
"job_id"
|
||||
|
||||
@@ -89,14 +89,6 @@ effects:
|
||||
args:
|
||||
every: "ceil(12 - %level% / 8)"
|
||||
amount: "1.2 * %level%"
|
||||
filters:
|
||||
items:
|
||||
- "*wooden_pickaxe"
|
||||
- "*stone_pickaxe"
|
||||
- "*iron_pickaxe"
|
||||
- "*golden_pickaxe"
|
||||
- "*diamond_pickaxe"
|
||||
- "*netherite_pickaxe"
|
||||
triggers:
|
||||
- place_block
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Fri Oct 07 19:50:42 BST 2022
|
||||
version=1.15.0
|
||||
#Mon Oct 10 21:03:58 BST 2022
|
||||
version=1.16.1
|
||||
plugin-name=EcoJobs
|
||||
|
||||
Reference in New Issue
Block a user