mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 07:29:20 +00:00
Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 | ||
|
|
a34727feb5 | ||
|
|
b744fbfe2d | ||
|
|
2db3a90049 | ||
|
|
466f80f860 | ||
|
|
2f177f34f1 | ||
|
|
2c2b008678 | ||
|
|
9c26ba3b91 | ||
|
|
1c16e52b97 | ||
|
|
f6fe3477c6 | ||
|
|
ee3298d260 | ||
|
|
65dcbf2d98 |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @WillFP
|
||||||
@@ -10,9 +10,12 @@ dependencies {
|
|||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
register("maven", MavenPublication::class) {
|
register<MavenPublication>("maven") {
|
||||||
from(components["java"])
|
groupId = project.group.toString()
|
||||||
|
version = project.version.toString()
|
||||||
artifactId = rootProject.name
|
artifactId = rootProject.name
|
||||||
|
|
||||||
|
artifact(rootProject.tasks.shadowJar.get().archiveFile)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Tue May 30 16:09:51 BST 2023
|
#Mon Oct 02 11:52:57 BST 2023
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.17.0
|
libreforge-version=4.36.0
|
||||||
version=3.16.0
|
version=3.35.0
|
||||||
|
|||||||
Reference in New Issue
Block a user