9
0
mirror of https://github.com/Auxilor/EcoQuests.git synced 2025-12-23 00:49:27 +00:00

Compare commits

...

6 Commits

Author SHA1 Message Date
Will FP
ee39a180e1 libreforge-updater 2023-12-24 14:54:57 +01:00
Auxilor
da5cb60399 libreforge-updater 2023-12-20 15:57:20 +00:00
Will FP
d25ba604c3 libreforge-updater 2023-12-14 16:13:50 +00:00
Will FP
5810b4a7a9 libreforge-updater 2023-12-11 12:13:05 +00:00
Will FP
2ab6a42b37 libreforge-updater 2023-12-07 17:26:01 +00:00
Will FP
b496848143 libreforge-updater 2023-12-03 15:59:50 +00:00
3 changed files with 5 additions and 57 deletions

View File

@@ -2,7 +2,7 @@ plugins {
java
`java-library`
`maven-publish`
kotlin("jvm") version "1.7.10"
kotlin("jvm") version "1.9.20"
id("com.github.johnrengelman.shadow") version "8.0.0"
id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
}
@@ -39,7 +39,7 @@ allprojects {
dependencies {
compileOnly("com.willfp:eco:6.65.0")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.20")
}
java {

View File

@@ -1,52 +0,0 @@
name: ${pluginName}
version: ${version}
main: com.willfp.ecoquests.EcoQuestsPlugin
api-version: 1.19
dependencies:
- name: eco
required: true
bootstrap: false
- name: libreforge
required: false
bootstrap: false
load-after:
- name: eco
bootstrap: false
permissions:
ecoquests.*:
description: All ecoquests permissions
default: op
children:
ecoquests.command.*: true
ecoquests.command.*:
description: All commands
default: op
children:
ecoquests.command.reload: true
ecoquests.command.quests: true
ecoquests.command.start: true
ecoquests.command.reset: true
ecoquests.command.resetplayer: true
ecoquests.command.reload:
description: Allows reloading the config
default: op
ecoquests.command.ecoquests:
description: Allows the use of /ecoquests.
default: true
ecoquests.command.quests:
description: Allows the use of /quests.
default: true
ecoquests.command.start:
description: Allows using /ecoquests start.
default: op
ecoquests.command.reset:
description: Allows using /ecoquests reset.
default: op
ecoquests.command.resetplayer:
description: Allows using /ecoquests resetplayer.
default: op

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Thu Nov 30 14:27:46 GMT 2023
#Sun Dec 24 14:54:57 CET 2023
kotlin.code.style=official
libreforge-version=4.47.0
version=1.19.0
libreforge-version=4.51.0
version=1.23.0