aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml2
-rw-r--r--src/main/resources/plugin.yml14
2 files changed, 11 insertions, 5 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 21a7ec83..bee451fa 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -170,6 +170,8 @@ options:
# Allow quests to be loaded if they contain errors
# This may lead to errors in the console!
override-errors: false
+ # How many time (in seconds) plugin save placeholders
+ placeholder-cache-time: 10
# This switches up the entire quest system.
# By enabling daily-quests, players will no longer be presented with the standard Quest GUI.
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 9a96f719..f49e6360 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,11 +1,15 @@
-name: Quests
+# This will be replaced with the property "rootProject.name" in settings.gradle
+name: ${name}
-# This will be replaced with the property "release.version" in pom.xml upon build.
-version: %PLUGIN_VERSION%
+# This will be replaced with the property "version" in build.gradle
+version: ${version}
+
+# This will be replaced with the property "group" in build.gradle + plugin name
+# See "processResources" in build.gradle for more info
+main: ${main}
-main: com.leonardobishop.quests.Quests
author: LMBishop
-softdepend: [ASkyBlock, uSkyBlock, Citizens, PlaceholderAPI]
+softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI]
prefix: Quests
api-version: "1.13" # allows new API features but Quests will still work pre-1.13