Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bytzo committed Dec 3, 2024
1 parent 86a445e commit 562d893
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,18 @@ hide-sessile-in-server-list=false
# Default: false
hide-sessile-in-tab-list=false

# The message to broadcast when a player becomes motile (the opposite of sessile).
# The message to broadcast when a player becomes motile (the opposite of sessile),
# formatted as raw JSON text. The arguments of all translatable components will contain
# one entry for the player name. See https://minecraft.wiki/w/Raw_JSON_text_format.
# (note: leave empty to disable motile messages)
# Default: (empty)
message-motile=%s returned from the depths
message-motile={"translate"\:"%s returned from the depths","color"\:"yellow"}

# The message to broadcast when a player becomes sessile.
# (note: leave empty to disable sessile messages)
# The message to broadcast when a player becomes sessile, formatted as raw JSON text.
# The arguments of all translatable components will contain one entry for the player name.
# See https://minecraft.wiki/w/Raw_JSON_text_format.
# Default: (empty)
message-sessile=%s became a sessile creature
message-sessile={"translate"\:"%s became a sessile creature","color"\:"yellow"}

# The color of the sessile display name. This can be either a color name or a six-digit hex code.
# Default: gray
Expand Down
2 changes: 1 addition & 1 deletion fabric-mod/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "net.bytzo"
version = "0.6.4"
version = "0.7"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion fabric-mod/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "sessility",
"version": "0.6.4",
"version": "0.7",
"environment": "server",
"entrypoints": {
"server": [
Expand Down

0 comments on commit 562d893

Please sign in to comment.