Skip to content

Commit

Permalink
feat: config.yml
Browse files Browse the repository at this point in the history
Added configuration options for updates, metrics, and debugging.
  • Loading branch information
RockinChaos committed Oct 3, 2024
1 parent 3b015fa commit 5590851
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<!--Yaml API-->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>
</dependencies>

<organization>
Expand Down
12 changes: 12 additions & 0 deletions src/main/resources/files/configs/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# --{ =-=-=-=-=-=-=-=-=-=-=-=-= CloudSync's Configuration, by RockinChaos =-=-=-=-=-=-=-=-=-=-=-=-=-= }--
# See the tutorial page for a more in-depth explanation; https://github.com/RockinChaos/CloudSync/wiki
# Join the discord for easy plugin support; https://discord.gg/D5FnJ7C

# Modifying the Version will cause this file to break and regenerate.
config-Version: 0

# These are typically general maintenance settings that do not affect functionality.
General:
CheckforUpdates: true
Metrics-Logging: true
Debugging: false

0 comments on commit 5590851

Please sign in to comment.