mirror of
https://github.com/Auxilor/EcoQuests.git
synced 2025-12-21 16:09:16 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81d4faaf0c | ||
|
|
03110e36b1 | ||
|
|
4b687e2c00 | ||
|
|
c01c86a592 | ||
|
|
438b118846 | ||
|
|
9c6cd8f467 | ||
|
|
1db9b48579 | ||
|
|
6b7380decd |
@@ -7,6 +7,8 @@ import com.willfp.libreforge.loader.configs.ConfigCategory
|
||||
import org.bukkit.entity.Player
|
||||
|
||||
object Quests : ConfigCategory("quest", "quests") {
|
||||
override val supportsSharing = false
|
||||
|
||||
private val registry = Registry<Quest>()
|
||||
|
||||
override fun clear(plugin: LibreforgePlugin) {
|
||||
|
||||
@@ -4,6 +4,6 @@ environment:
|
||||
|
||||
options:
|
||||
color: "&#eacda3"
|
||||
resource-id: 0
|
||||
bstats-id: 0
|
||||
resource-id: 4600
|
||||
bstats-id: 19455
|
||||
uses-reflective-reload: false
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Wed Aug 09 14:37:41 BST 2023
|
||||
#Sat Aug 26 18:11:44 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.28.0
|
||||
version=1.0.0
|
||||
libreforge-version=4.30.0
|
||||
version=1.3.0
|
||||
|
||||
Reference in New Issue
Block a user