File tree Expand file tree Collapse file tree
src/main/java/fr/maxlego08/essentials/commands/commands/weather Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44- Ajouter une option pour désactiver la tabulation des joueurs hors ligne
55- Ajouter un placeholder pour transformet les caractères en lettre spécial
66
7+ # 1.0.3.2
8+
9+ - Updated zMenu to version 1.1.0.8
10+ - Added ` /lightning ` command to strike players with lightning
11+ - Added ` * ` argument for ` /heal ` and ` /feed ` commands to target all players
12+ - Added player name tab completion for ` /heal ` and ` /feed ` commands
13+ - Added relative directions (north, south, etc.) to ` /near ` command
14+ - Added smooth time transition for ` /day ` and ` /night ` commands
15+ - ` /feed ` command now restores saturation
16+ - ` /ext ` command can now target other players
17+ - Fixed temporary fly when changing world through portals
18+ - Fixed personal time from progressing
19+
720# 1.0.3.1
821
922- Added NMS support for Minecraft 1.21.9, 1.21.10 and 1.21.11
Original file line number Diff line number Diff line change 11package fr .maxlego08 .essentials .commands .commands .weather ;
22
33import fr .maxlego08 .essentials .api .EssentialsPlugin ;
4- import fr .maxlego08 .essentials .api .nms .PlayerUtil ;
5- import fr .maxlego08 .menu .zcore .utils .nms .NmsVersion ;
6- import org .bukkit .Bukkit ;
74import org .bukkit .World ;
8- import org .bukkit .entity .Player ;
95import org .bukkit .scheduler .BukkitRunnable ;
106
11- import java .lang .reflect .Constructor ;
127import java .util .Set ;
138import java .util .UUID ;
149import java .util .concurrent .ConcurrentHashMap ;
1813 */
1914class TimeTransition {
2015
21- private static final long WORLD_TIME_STEP = 150 ;
22-
2316 static final Set <UUID > TIME_CHANGING_WORLDS = ConcurrentHashMap .newKeySet ();
17+ private static final long WORLD_TIME_STEP = 150 ;
2418
2519 /**
2620 * Smoothly transitions world time to target time
You can’t perform that action at this time.
0 commit comments