aboutsummaryrefslogtreecommitdiffstats
path: root/bungee/src/main/resources/bungee.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:02:06 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-21 01:02:06 +0100
commita835e7b48765f3b3fe1bc1c35adff0e867181e91 (patch)
treeec6b3c0a83aaf0a5639a2adc58c3943458a3c63e /bungee/src/main/resources/bungee.yml
parentaf7e1e435f577bbf9742bb526ac00a71a21c219c (diff)
Start BungeeCord synchronisation with plugin messaging channelfix/sync
- See #180
Diffstat (limited to 'bungee/src/main/resources/bungee.yml')
-rw-r--r--bungee/src/main/resources/bungee.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bungee/src/main/resources/bungee.yml b/bungee/src/main/resources/bungee.yml
new file mode 100644
index 00000000..02411cc2
--- /dev/null
+++ b/bungee/src/main/resources/bungee.yml
@@ -0,0 +1,8 @@
+name: Quests
+
+# This will be replaced with the property "version" in build.gradle
+version: ${version}
+
+main: com.leonardobishop.quests.bungee.BungeeQuestsPlugin
+website: https://github.com/LMBishop/Quests
+author: "LMBishop & contributors" \ No newline at end of file