mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 07:29:20 +00:00
Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0bf9c848b | ||
|
|
6468ba5312 | ||
|
|
649253b82a | ||
|
|
e2cafdf031 | ||
|
|
3bc5661ea6 | ||
|
|
c83bf6e607 | ||
|
|
b161bc4adf | ||
|
|
30af9048af | ||
|
|
8cb2fd8700 | ||
|
|
e0efc21da9 | ||
|
|
24951ea269 | ||
|
|
1041aa6f5f | ||
|
|
691e08fb44 | ||
|
|
f049f31778 | ||
|
|
01d24cd517 | ||
|
|
12c4d1938f | ||
|
|
edc1f58b40 | ||
|
|
9c0a8ee1dc | ||
|
|
8315707aed | ||
|
|
1f1ece53ce | ||
|
|
92af313c43 | ||
|
|
0d207545b8 | ||
|
|
83ece163c0 | ||
|
|
608c16d554 | ||
|
|
fd6f525a65 | ||
|
|
9c01b582eb | ||
|
|
30ae94e8e2 | ||
|
|
9e15f12800 | ||
|
|
aaf922c79a | ||
|
|
4008d0a9d0 | ||
|
|
7cbcbaad8d | ||
|
|
496dff834d | ||
|
|
d81e03ef6f | ||
|
|
85a6a03d41 | ||
|
|
6f78e4b704 | ||
|
|
2656156bcf | ||
|
|
4e3d419e53 | ||
|
|
436b176e36 | ||
|
|
efb8bda519 | ||
|
|
097582fe5e | ||
|
|
1a6a8b3e38 | ||
|
|
3f54f8af2d | ||
|
|
94ca19447f | ||
|
|
2d67115569 | ||
|
|
6e9e9b000f |
@@ -13,6 +13,7 @@ import com.willfp.eco.core.gui.slot.MaskItems
|
|||||||
import com.willfp.eco.core.items.Items
|
import com.willfp.eco.core.items.Items
|
||||||
import com.willfp.eco.core.items.builder.ItemStackBuilder
|
import com.willfp.eco.core.items.builder.ItemStackBuilder
|
||||||
import com.willfp.eco.util.NumberUtils
|
import com.willfp.eco.util.NumberUtils
|
||||||
|
import com.willfp.eco.util.formatEco
|
||||||
import com.willfp.ecojobs.api.getJobLevel
|
import com.willfp.ecojobs.api.getJobLevel
|
||||||
import com.willfp.ecomponent.components.LevelComponent
|
import com.willfp.ecomponent.components.LevelComponent
|
||||||
import com.willfp.ecomponent.components.LevelState
|
import com.willfp.ecomponent.components.LevelState
|
||||||
@@ -65,7 +66,9 @@ class JobLevelGUI(
|
|||||||
}
|
}
|
||||||
|
|
||||||
menu = menu(plugin.configYml.getInt("level-gui.rows")) {
|
menu = menu(plugin.configYml.getInt("level-gui.rows")) {
|
||||||
title = job.name
|
title = plugin.configYml.getString("level-gui.title")
|
||||||
|
.replace("%job%", job.name)
|
||||||
|
.formatEco()
|
||||||
|
|
||||||
maxPages(component.pages)
|
maxPages(component.pages)
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,11 @@
|
|||||||
# by Auxilor
|
# by Auxilor
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Even if eco is set up to use a database, you can
|
||||||
|
# force EcoJobs to save to local storage to disable
|
||||||
|
# cross-server sync.
|
||||||
|
use-local-storage: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
limit: 3 # The most jobs a player can have at once.
|
limit: 3 # The most jobs a player can have at once.
|
||||||
# You can set custom limits with the ecojobs.limit.<number> permission
|
# You can set custom limits with the ecojobs.limit.<number> permission
|
||||||
@@ -119,6 +124,7 @@ gui:
|
|||||||
|
|
||||||
level-gui:
|
level-gui:
|
||||||
rows: 6
|
rows: 6
|
||||||
|
title: "%job%"
|
||||||
|
|
||||||
mask:
|
mask:
|
||||||
# The way the mask works is by having a list of materials
|
# The way the mask works is by having a list of materials
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Thu Jul 06 18:46:59 BST 2023
|
#Sat Nov 11 17:57:58 GMT 2023
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.21.1
|
libreforge-version=4.42.0
|
||||||
version=3.20.1
|
version=3.41.0
|
||||||
|
|||||||
Reference in New Issue
Block a user