Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'Rewriting' of https://github.com/TOwInOK/MinecraftAddon…
Browse files Browse the repository at this point in the history
…Controller into Rewriting

updadte settings_example.toml
  • Loading branch information
TOwInOK committed May 27, 2024
2 parents e0296c1 + c82cfe4 commit 33aff07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings_example.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Require
[core] # just core, nothing here to change :)
[core] # Core
provider = "paper" # [vanilla, paper, folia, purpur, fabric, waterfall, velocity]
version = "1.20.6" # Or Latest (latest -> get error)
version = "1.20.6" # Version of core. Optional. There's no writing is Latest
force_update = true

# Optional
Expand All @@ -12,8 +12,9 @@ channel = "release" # [release, beta, alpha] => release
freeze = false # false || true => false by default
force_update = false # false || true => false by default

# Mods not implemented!!!
# Optional
[mods.name] # name be used only in kebab-case ^Not implemented!!!
[mods.name] # name be used only in kebab-case
source = "modrinth" # [hangar, modrinth] => modrinth by default
version = "ffdfdsd" # numbers of this version.
channel = "release" # [release, beta, alpha] => release
Expand Down

0 comments on commit 33aff07

Please sign in to comment.