Skip to content

Commit

Permalink
Improve config descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bill96012 committed Jul 28, 2023
1 parent 6bc16bf commit 32bf769
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions data/galaxy/functions/config.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# General #
############################################

# Allow version prompt print out while initializing
# 0 = don't print anything, 1 = only print while version changed, 2 = always print version when /reload
# integer, default: 2
# Print version on initializing
# integer, 0 ~ 2, default: 2
# values:
# 0: Do not print anything.
# 1: Only print if the version changed.
# 2: Always.
scoreboard players set #galaxy$general.print_version Config 2


Expand Down
2 changes: 1 addition & 1 deletion data/galaxy/functions/version.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scoreboard players set #galaxy$version.x Meta 0
scoreboard players set #galaxy$version.y Meta 4
scoreboard players set #galaxy$version.z Meta 1
data modify storage meta:galaxy version.t set value '4'
data modify storage meta:galaxy version.t set value ''

0 comments on commit 32bf769

Please sign in to comment.