Skip to content

Commit 1050c7b

Browse files
committed
Bump version, docs fixes
1 parent eb0aa0e commit 1050c7b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/user/default-placeholders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These placeholders are provided by default and are available for every mod using
1515
- `%server:online%` - number of online players
1616
- `%server:max_players%` - maximal player count
1717

18-
### Server
18+
### World
1919
- `%world:time%` - world's time
2020
- `%world:time_alt%` - world's time (alternative formatting)
2121
- `%world:day%` - world's day
@@ -37,8 +37,8 @@ These placeholders are provided by default and are available for every mod using
3737
- `%player:pos_z%` - player's z coordinate
3838
- `%player:health%` - player's health
3939
- `%player:max_health%` - player's max health
40-
- `%player:hunger%` - player's health
41-
- `%player:saturation%` - player's health
40+
- `%player:hunger%` - player's hunger
41+
- `%player:saturation%` - player's saturation
4242
- `%player:playtime%`/`%player:playtime/[formatting]%` - player's playtime
4343
- `%player:statistic/[statistic]%` - value of player's statistic
4444

docs/user/text-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Most of them come in pairs of a starting (`<tag>`) and closing one (`</tag>`).
1313
While closing ones are technically optional, without them formatting will continue until end of
1414
an input text or special `<reset>` tag. Some tags support arguments, which can be passed by adding `:`
1515
after tag name in starting one (for example `<color:#FF3333> </color>`). Arguments containing symbols like
16-
`:`, `<`, `>`, `%` and spaces should be wrapped in a `'` symbols (for example `<click:show_text:'<red>Hello!'>...`).
16+
`:`, `<`, `>`, `%` and spaces should be wrapped in a `'` symbols (for example `<hover:show_text:'<red>Hello!'>...`).
1717
In case you want to type `<tag>` as plain text, you need to prefix it with `\ ` symbol .
1818

1919
Few examples:
@@ -91,7 +91,7 @@ This tag should be closed.
9191

9292

9393
### Inserting
94-
This tag inserts text into players chat message after being clicked.
94+
This tag creates a clickable text, that inserts its value at the end of player's chat message.
9595

9696
You can use it by writing `<insert:[value]>`, where `[value]` inserted text (should be wrapped in `'`).
9797

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.11.3
99

1010
# Mod Properties
11-
mod_version = 1.1.0+1.17.1
11+
mod_version = 1.1.1+1.17.1
1212
maven_group = eu.pb4
1313
archives_base_name = placeholder-api
1414

0 commit comments

Comments
 (0)