|
4 | 4 | - Ajouter une option pour désactiver la tabulation des joueurs hors ligne |
5 | 5 | - Ajouter un placeholder pour transformed les caractères en lettre spécial |
6 | 6 |
|
| 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 | + |
7 | 21 | # 1.0.3.4 |
8 | 22 |
|
9 | 23 | - Changed `enable-cooldown-bypass` default value to `true` in `config.yml` |
10 | 24 | - 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 |
13 | 27 | - 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 |
16 | 30 | - 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 |
18 | 33 |
|
19 | 34 | # 1.0.3.3 |
20 | 35 |
|
21 | 36 | - Updated zMenu to version 1.1.0.9 |
22 | 37 | - 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 |
24 | 40 | - Added RTP cooldown configuration with permission-based overrides in `command-cooldowns` |
25 | 41 | - Fixed duplicated users in database when a player changes their name |
26 | 42 | - Fixed `/endersee` error handling with proper error message (`COMMAND_ENDERSEE_ERROR`) |
|
31 | 47 | - Added 66 new placeholders across 3 categories: |
32 | 48 |
|
33 | 49 | ### Nearest Player Placeholders |
| 50 | + |
34 | 51 | - `%zessentials_nearest_player_name%` Returns the name of the nearest visible player |
35 | 52 | - `%zessentials_nearest_player_distance%` Returns the distance to the nearest player |
36 | 53 | - `%zessentials_nearest_player_direction%` Returns the direction arrow (↑↗→↘↓↙←↖) to the nearest player |
37 | 54 |
|
38 | 55 | ### Player Placeholders |
| 56 | + |
39 | 57 | - `%zessentials_player_health%` Returns the player's current health |
40 | 58 | - `%zessentials_player_max_health%` Returns the player's max health |
41 | 59 | - `%zessentials_player_health_rounded%` Returns the player's health rounded to nearest integer |
|
89 | 107 | - `%zessentials_player_bed_z%` Returns the Z coordinate of the player's respawn location |
90 | 108 |
|
91 | 109 | ### Server Placeholders |
| 110 | + |
92 | 111 | - `%zessentials_server_online%` Returns the number of online players |
93 | 112 | - `%zessentials_server_max_players%` Returns the maximum number of players |
94 | 113 | - `%zessentials_server_safe_online%` Returns the number of non-vanished online players |
|
106 | 125 | - `%zessentials_server_world_weather_<world>%` Returns the weather of a specific world |
107 | 126 |
|
108 | 127 | ### User Placeholders |
| 128 | + |
109 | 129 | - `%zessentials_user_is_vanished%` Returns true if the player is vanished |
110 | 130 | - `%zessentials_user_is_frozen%` Returns true if the player is frozen |
111 | 131 | - `%zessentials_user_is_ban%` Returns true if the player is banned |
|
149 | 169 |
|
150 | 170 | - Added the `/vanish` command allowing players to become invisible to others. |
151 | 171 | - 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. |
153 | 174 | - Added the `/vault delete <player> <vault id> <slot id>` command allowing deletion of an item from a player’s vault. |
154 | 175 | - Added the `/mail give-hand <player>` command allowing the player to give the item in their hand to another player. |
155 | 176 | - Added the `/mail giveall-hand <player>` command allowing the player to give the item in their hand to all players. |
|
174 | 195 | - Added command ``/vault info <player>``, display player's vault information |
175 | 196 | - Added command ``/vault show <player>``, open player's vault |
176 | 197 | - Added `command-restrictions`, Allows disabling commands in specific worlds or areas (cuboids) |
177 | | -- Fix vault item slot button |
| 198 | +- Fix vault item slot button |
178 | 199 | - Fix fly on world change |
179 | 200 | - Fix give command when the player is not specified |
180 | 201 | - Fix scoreboard module |
|
0 commit comments