1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-01 09:16:24 +02:00

Change Tick Conversion rates

This commit is contained in:
Rockyers 2023-08-13 22:46:43 -07:00
parent 7f64987585
commit 34fefc1e70

@ -26,7 +26,8 @@ public final class Misc {
private static final @NotNull Random random = new Random(); private static final @NotNull Random random = new Random();
public static final int TIME_CONVERSION_FACTOR = 1000; public static final int TIME_CONVERSION_FACTOR = 1000;
public static final int TICK_CONVERSION_FACTOR = 50; public static final int TICK_CONVERSION_FACTOR = 20;
public static final int TICK_MS_CONVERSION_FACTOR = 50;
public static final int PLAYER_RESPAWN_COOLDOWN_SECONDS = 5; public static final int PLAYER_RESPAWN_COOLDOWN_SECONDS = 5;
public static final double SKILL_MESSAGE_MAX_SENDING_DISTANCE = 10.0; public static final double SKILL_MESSAGE_MAX_SENDING_DISTANCE = 10.0;