Skip to content

Commit

Permalink
Disable showing advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Jun 21, 2020
1 parent a17cd50 commit bb3e02a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/minecraft/tags/functions/load.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"usc:load"
]
}
6 changes: 6 additions & 0 deletions data/usc/functions/load.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# automatically called each time the server is started
#TODO to improve handling of server crashes, make sure these commands are only run once
#TODO allow enabling announceAdvancements as a setup option
gamerule announceAdvancements false
defaultgamemode adventure
#TODO forceload lobby (as long as it has command blocks), automatically run init, replace readme instruction to run init with a setup function that spawns the book

0 comments on commit bb3e02a

Please sign in to comment.