Skip to content

Commit 0f70ef9

Browse files
committed
📝 changelogs
1 parent abc1430 commit 0f70ef9

1 file changed

Lines changed: 29 additions & 8 deletions

File tree

changelog.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,39 @@
44
- Ajouter une option pour désactiver la tabulation des joueurs hors ligne
55
- Ajouter un placeholder pour transformed les caractères en lettre spécial
66

7+
# Unreleased
8+
9+
- Added `/itemframe` command (`/iframe` alias), toggles visibility of the item frame you're looking at
10+
- Added Death Message module (`modules/death_message/config.yml`):
11+
- Three modes: DISABLE (no messages), DEFAULT (vanilla), CUSTOM (configurable)
12+
- Support for player kills, vanilla mobs, and MythicMobs creatures
13+
- Custom messages per death cause (FALL, DROWNING, FIRE, LAVA, etc.)
14+
- Random message selection when multiple messages are configured
15+
- Placeholders: `%player%`, `%displayName%`, `%killer%`, `%mob%`, `%cause%`
16+
- Permission `essentials.silent.death` for silent deaths
17+
- Added MythicMobs hook for custom mob death messages
18+
- Added `/tptoggle` command to toggle receiving teleport requests [#226](https://github.com/Maxlego08/zEssentials/pull/226)
19+
- Fixed Discord pings from Minecraft chat - prevents @everyone and @here mentions [#227](https://github.com/Maxlego08/zEssentials/pull/227)
20+
721
# 1.0.3.4
822

923
- Changed `enable-cooldown-bypass` default value to `true` in `config.yml`
1024
- Added PayToggle placeholders:
11-
- `%zessentials_user_is_pay_disabled%` Returns true if the player has disabled payments (paytoggle)
12-
- `%zessentials_user_pay_status%` Returns the configured placeholder text for pay status
25+
- `%zessentials_user_is_pay_disabled%` Returns true if the player has disabled payments (paytoggle)
26+
- `%zessentials_user_pay_status%` Returns the configured placeholder text for pay status
1327
- Added PayToggle placeholder configuration in `modules/economy/config.yml`:
14-
- `paytoggle-placeholder-enabled` - Text shown when pay is enabled
15-
- `paytoggle-placeholder-disabled` - Text shown when pay is disabled
28+
- `paytoggle-placeholder-enabled` - Text shown when pay is enabled
29+
- `paytoggle-placeholder-disabled` - Text shown when pay is disabled
1630
- Fixed permission registration conflict when reloading - now removes existing permission before re-registering
17-
- Fixed duplicate player name detection - Mojang API lookup now only runs in online mode to prevent issues on offline servers
31+
- Fixed duplicate player name detection - Mojang API lookup now only runs in online mode to prevent issues on offline
32+
servers
1833

1934
# 1.0.3.3
2035

2136
- Updated zMenu to version 1.1.0.9
2237
- Added `force-commands` option in `config.yml`, allows commands to work even if their module is disabled
23-
- Added automatic messages module (`modules/automessage/config.yml`), broadcasts configurable announcements at intervals with sequential or random order
38+
- Added automatic messages module (`modules/automessage/config.yml`), broadcasts configurable announcements at intervals
39+
with sequential or random order
2440
- Added RTP cooldown configuration with permission-based overrides in `command-cooldowns`
2541
- Fixed duplicated users in database when a player changes their name
2642
- Fixed `/endersee` error handling with proper error message (`COMMAND_ENDERSEE_ERROR`)
@@ -31,11 +47,13 @@
3147
- Added 66 new placeholders across 3 categories:
3248

3349
### Nearest Player Placeholders
50+
3451
- `%zessentials_nearest_player_name%` Returns the name of the nearest visible player
3552
- `%zessentials_nearest_player_distance%` Returns the distance to the nearest player
3653
- `%zessentials_nearest_player_direction%` Returns the direction arrow (↑↗→↘↓↙←↖) to the nearest player
3754

3855
### Player Placeholders
56+
3957
- `%zessentials_player_health%` Returns the player's current health
4058
- `%zessentials_player_max_health%` Returns the player's max health
4159
- `%zessentials_player_health_rounded%` Returns the player's health rounded to nearest integer
@@ -89,6 +107,7 @@
89107
- `%zessentials_player_bed_z%` Returns the Z coordinate of the player's respawn location
90108

91109
### Server Placeholders
110+
92111
- `%zessentials_server_online%` Returns the number of online players
93112
- `%zessentials_server_max_players%` Returns the maximum number of players
94113
- `%zessentials_server_safe_online%` Returns the number of non-vanished online players
@@ -106,6 +125,7 @@
106125
- `%zessentials_server_world_weather_<world>%` Returns the weather of a specific world
107126

108127
### User Placeholders
128+
109129
- `%zessentials_user_is_vanished%` Returns true if the player is vanished
110130
- `%zessentials_user_is_frozen%` Returns true if the player is frozen
111131
- `%zessentials_user_is_ban%` Returns true if the player is banned
@@ -149,7 +169,8 @@
149169

150170
- Added the `/vanish` command allowing players to become invisible to others.
151171
- Added the `/eco reset-all <economy>` command allowing a full reset of a specific economy.
152-
- Added the `/vault get <player> <vault id> <slot id> [<give item>]` command allowing retrieval of an item from a player’s vault.
172+
- Added the `/vault get <player> <vault id> <slot id> [<give item>]` command allowing retrieval of an item from a
173+
player’s vault.
153174
- Added the `/vault delete <player> <vault id> <slot id>` command allowing deletion of an item from a player’s vault.
154175
- Added the `/mail give-hand <player>` command allowing the player to give the item in their hand to another player.
155176
- Added the `/mail giveall-hand <player>` command allowing the player to give the item in their hand to all players.
@@ -174,7 +195,7 @@
174195
- Added command ``/vault info <player>``, display player's vault information
175196
- Added command ``/vault show <player>``, open player's vault
176197
- Added `command-restrictions`, Allows disabling commands in specific worlds or areas (cuboids)
177-
- Fix vault item slot button
198+
- Fix vault item slot button
178199
- Fix fly on world change
179200
- Fix give command when the player is not specified
180201
- Fix scoreboard module

0 commit comments

Comments
 (0)