diff --git a/roles/tes3mp/templates/config.lua b/roles/tes3mp/templates/config.lua index 112afb7..f8a293f 100644 --- a/roles/tes3mp/templates/config.lua +++ b/roles/tes3mp/templates/config.lua @@ -41,7 +41,7 @@ config.allowWildernessRest = true config.allowWait = true -- Whether journal entries should be shared across the players on the server or not -config.shareJournal = true +config.shareJournal = false -- Whether faction ranks should be shared across the players on the server or not config.shareFactionRanks = false @@ -62,7 +62,7 @@ config.shareBounty = false config.shareReputation = false -- Whether map exploration should be shared across players on the server or not -config.shareMapExploration = false +config.shareMapExploration = true -- Whether ingame videos should be played for other players when triggered by one player config.shareVideos = true