mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 07:29:20 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1eb0bdb639 | ||
|
|
85e117ba78 | ||
|
|
e27077dd71 | ||
|
|
17f471228d | ||
|
|
14d0997690 |
@@ -47,7 +47,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.44.0'
|
||||
implementation 'com.willfp:libreforge:3.115.1'
|
||||
implementation 'com.willfp:libreforge:3.117.0'
|
||||
implementation 'org.joml:joml:1.10.4'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
@@ -53,7 +53,7 @@ class CommandJoin(plugin: EcoPlugin) : Subcommand(plugin, "join", "ecojobs.comma
|
||||
|
||||
if (args.size == 1) {
|
||||
StringUtil.copyPartialMatches(
|
||||
args[1],
|
||||
args[0],
|
||||
Jobs.values().filter { sender.hasJob(it) }.map { it.id },
|
||||
completions
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Wed Oct 26 22:09:18 BST 2022
|
||||
version=1.20.1
|
||||
#Tue Nov 01 16:22:52 GMT 2022
|
||||
version=1.22.0
|
||||
plugin-name=EcoJobs
|
||||
|
||||
Reference in New Issue
Block a user