mirror of
https://github.com/Auxilor/EcoQuests.git
synced 2025-12-23 00:49:27 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee39a180e1 | ||
|
|
da5cb60399 | ||
|
|
d25ba604c3 | ||
|
|
5810b4a7a9 | ||
|
|
2ab6a42b37 | ||
|
|
b496848143 |
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user