diff --git a/Brilliance Datapack/data/do2/functions/version.mcfunction b/Brilliance Datapack/data/do2/functions/version.mcfunction index 957a5410..28055a53 100644 --- a/Brilliance Datapack/data/do2/functions/version.mcfunction +++ b/Brilliance Datapack/data/do2/functions/version.mcfunction @@ -1,3 +1,3 @@ -# DATAPACK VERSION NUMBER: 0.13.6 +# DATAPACK VERSION NUMBER: 0.13.7 -tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.6§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}] +tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.13.7§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}] diff --git a/docs/logging.md b/docs/logging.md index 7fcdee17..fe93b977 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -2,7 +2,7 @@ Brilliance logs almost all interactions with the game, and nearly everything that Brilliance does.
As you can imagine, this is extremely useful for debugging the game. It's easily accessible from the config room inside the dungeon. Alternatively running the command `/trigger do2.trigger.logs` can enable your logs. -Since there is a very **large** amount of availible logs, the menu allows you to customize which logs you want to receive, split into categories and then additionally split into levels of priority. You can choose which categories and priority of logs you wish to receive. `1` being highest priority logs and `0` disabling all logs. +Since there is a very **large** amount of available logs, the menu allows you to customize which logs you want to receive, split into categories and then additionally split into levels of priority. You can choose which categories and priority of logs you wish to receive. `1` being highest priority logs and `0` disabling all logs. The menu in-game has it's own description of what level of priority will log, but the full completed list is accessible from this table below.

@@ -108,4 +108,4 @@ The menu in-game has it's own description of what level of priority will log, bu | dungeon_setup | 4 | Notification of when testing for teleport markers. | | dungeon_setup | 4 | Notification of when testing for other killers. | | dungeon_setup | 4 | Notification of when testing for ravagers. | -| dungeon_setup | 4 | Notification of when testing for wardens. | \ No newline at end of file +| dungeon_setup | 4 | Notification of when testing for wardens. |