4a8888c578
we use (FoliaGlobalRegionScheduler.GlobalScheduledTask) Bukkit.getGlobalRegionScheduler().runDelayed to instead of Bukkit.getScheduler().runTaskLater, and we also provided a brand-new way to cancel task by task id
9 lines
241 B
Java
9 lines
241 B
Java
package fun.bm.lophine;
|
|
|
|
import com.mojang.logging.LogUtils;
|
|
import org.slf4j.Logger;
|
|
|
|
public class LophineLogger {
|
|
public static final Logger LOGGER = LogUtils.getClassLogger(); // only provided for some Logger can not be initialized
|
|
}
|