[18:19:04] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.6+7-LTS; Eclipse Adoptium Temurin-21.0.6+7) on Linux 6.8.0-58-generic (amd64)
[18:19:04] [ServerMain/INFO]: [bootstrap] Loading Purpur 1.21-2284-ver/1.21@4e55e26 (2024-08-10T17:35:56Z) for Minecraft 1.21
[18:19:05] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[18:19:05] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Remapping plugin 'plugins/Denizen-1.3.0-b1803-REL.jar'...
[18:19:06] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Done remapping plugin 'plugins/Denizen-1.3.0-b1803-REL.jar' in 1207ms.
[18:19:07] [ServerMain/INFO]: [MavenLibraryResolver] Downloading https://repo.maven.apache.org/maven2/co/aikar/acf-paper/0.5.1-SNAPSHOT/maven-metadata.xml
[18:19:07] [ServerMain/INFO]: [MavenLibraryResolver] Downloading https://repo.maven.apache.org/maven2/co/aikar/acf-parent/0.5.1-SNAPSHOT/maven-metadata.xml
[18:19:07] [ServerMain/INFO]: [PluginInitializerManager] Initialized 46 plugins
[18:19:07] [ServerMain/INFO]: [PluginInitializerManager] Paper plugins (2):
- Socialismus (1.3.9), WolfyUtilities (4.17-beta.1)
[18:19:07] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (44):
- AdvancedBan (2.3.0), AntiPopup (9), AuthMe (5.6.0-beta2-b2453), Chunky (1.4.10), CommandWhitelist (2.10.0), CompassCoords (1.0-SNAPSHOT), CoreProtect (22.4), Denizen (1.3.0-SNAPSHOT (build 1803-REL)), GSit (1.10.0), InventoryRollbackPlus (1.6.18), LuckPerms (5.4.141), MiniMOTD (2.1.2), NightCodes (2.0.0), PiglinFilter (1.2), PlaceholderAPI (2.11.6), PlasmoVoice (2.1.0), PlayerReport (3.4.3), PlugManX (2.4.1), ProtocolLib (5.3.0), RPCheck (1.0), RecipeControl (3.1.5), SeeMore (1.0.2), SimpleServerLinks (1.1.0), Skcrew (3.0), Skript (2.9.1), TAB (4.1.7), TabTPS (1.3.24), Themis (0.16.1), TradeManager (1.4.9), ViaVersion (5.2.1), dynmap (3.7-SNAPSHOT-948), emotecraft (2.5.1), floodgate (2.2.3-SNAPSHOT (b114-83fbd6e)), oRevert (1.0), pv-addon-broadcast (1.1.0), pv-addon-discs (1.1.3), pv-addon-groups (1.1.0), pv-addon-lavaplayer-lib (1.1.2), pv-addon-priority (1.1.0), pv-addon-sculk (1.1.0), pv-addon-whisper (1.1.0), rPass (1), rmAnnouncer (1.0), sQuitJoin (1.1)
[18:19:10] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[18:19:13] [ServerMain/INFO]: Loaded 1290 recipes
[18:19:14] [ServerMain/INFO]: Loaded 2496 advancements
[18:19:14] [Server thread/INFO]: Starting minecraft server version 1.21
[18:19:14] [Server thread/INFO]: Loading properties
[18:19:14] [Server thread/INFO]: This server is running Purpur version 1.21-2284-ver/1.21@4e55e26 (2024-08-10T17:35:56Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
[18:19:15] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[18:19:15] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:19:15] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:19:15] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[18:19:15] [Server thread/INFO]: Default game type: SURVIVAL
[18:19:15] [Server thread/INFO]: Generating keypair
[18:19:15] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25512
[18:19:15] [Server thread/INFO]: Using epoll channel type
[18:19:15] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[18:19:15] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[18:19:22] [Server thread/WARN]: Legacy plugin Skcrew v3.0 does not specify an api-version.
[18:19:22] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'wolfyutils-spigot-4.17-beta.1.jar' in folder 'plugins'
java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:74) ~[?:?]
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
at io.papermc.paper.plugin.provider.util.ProviderUtil.loadClass(ProviderUtil.java:60) ~[paper-mojangapi-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.util.ProviderUtil.loadClass(ProviderUtil.java:29) ~[paper-mojangapi-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.type.paper.PaperPluginParent$PaperServerPluginProvider.createInstance(PaperPluginParent.java:169) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at io.papermc.paper.plugin.provider.type.paper.PaperPluginParent$PaperServerPluginProvider.createInstance(PaperPluginParent.java:139) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:560) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:326) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1230) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:333) ~[purpur-1.21.jar:1.21-2284-4e55e26]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.nms.NMSUtil.create(NMSUtil.java:81) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/com.wolfyscript.utilities.bukkit.WolfyUtilsBukkit.<init>(WolfyUtilsBukkit.java:56) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilities.<init>(WolfyUtilities.java:69) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilities.<init>(WolfyUtilities.java:77) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.lambda$getAPI$0(WolfyUtilCore.java:547) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1228) ~[?:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.getAPI(WolfyUtilCore.java:547) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.getAPI(WolfyUtilCore.java:534) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.<init>(WolfyUtilCore.java:205) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/com.wolfyscript.utilities.paper.WolfyCorePaper.<init>(WolfyCorePaper.java:20) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
... 14 more
Caused by: java.lang.StringIndexOutOfBoundsException: Range [23, 22) out of bounds for length 22
at java.base/jdk.internal.util.Preconditions$1.apply(Preconditions.java:55) ~[?:?]
at java.base/jdk.internal.util.Preconditions$1.apply(Preconditions.java:52) ~[?:?]
at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:213) ~[?:?]
at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:210) ~[?:?]
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:98) ~[?:?]
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckFromToIndex(Preconditions.java:112) ~[?:?]
at java.base/jdk.internal.util.Preconditions.checkFromToIndex(Preconditions.java:349) ~[?:?]
at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4865) ~[?:?]
at java.base/java.lang.String.substring(String.java:2834) ~[?:?]
at java.base/java.lang.String.substring(String.java:2807) ~[?:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.util.Reflection.getVersion(Reflection.java:84) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.util.Reflection.<clinit>(Reflection.java:42) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.nms.NMSUtil.create(NMSUtil.java:81) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/com.wolfyscript.utilities.bukkit.WolfyUtilsBukkit.<init>(WolfyUtilsBukkit.java:56) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilities.<init>(WolfyUtilities.java:69) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilities.<init>(WolfyUtilities.java:77) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.lambda$getAPI$0(WolfyUtilCore.java:547) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1228) ~[?:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.getAPI(WolfyUtilCore.java:547) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.getAPI(WolfyUtilCore.java:534) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/me.wolfyscript.utilities.api.WolfyUtilCore.<init>(WolfyUtilCore.java:205) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at wolfyutils-spigot-4.17-beta.1.jar/com.wolfyscript.utilities.paper.WolfyCorePaper.<init>(WolfyCorePaper.java:20) ~[wolfyutils-spigot-4.17-beta.1.jar:?]
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
... 14 more
[18:19:23] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.2.1
[18:19:23] [Server thread/INFO]: [ViaVersion] ViaVersion 5.2.1 is now loaded. Registering protocol transformers and injecting...
[18:19:23] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[18:19:24] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[18:19:24] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[18:19:24] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.141
[18:19:25] [Server thread/INFO]: [PlasmoVoice] Loading server plugin PlasmoVoice v2.1.0
[18:19:25] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0
[18:19:25] [Server thread/INFO]: [dynmap] Loading server plugin dynmap v3.7-SNAPSHOT-948
[18:19:25] [Server thread/INFO]: [dynmap] version=1.21-2284-4e55e26 (MC: 1.21)
[18:19:25] [Server thread/INFO]: [dynmap] Mod Support API available
[18:19:25] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.9.1
[18:19:25] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.3-SNAPSHOT (b114-83fbd6e)
[18:19:26] [Server thread/INFO]: [floodgate] Took 1,181ms to boot Floodgate
[18:19:26] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Loading server plugin pv-addon-lavaplayer-lib v1.1.2
[18:19:26] [Server thread/INFO]: [InventoryRollbackPlus] Loading server plugin InventoryRollbackPlus v1.6.18
[18:19:26] [Server thread/INFO]: [AntiPopup] Loading server plugin AntiPopup v9
[18:19:29] [Server thread/INFO]: [AntiPopup] Loaded PacketEvents.
[18:19:29] [Server thread/INFO]: [RPCheck] Loading server plugin RPCheck v1.0
[18:19:29] [Server thread/INFO]: [oRevert] Loading server plugin oRevert v1.0
[18:19:29] [Server thread/INFO]: [sQuitJoin] Loading server plugin sQuitJoin v1.1
[18:19:29] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.4.10
[18:19:29] [Server thread/INFO]: [PlayerReport] Loading server plugin PlayerReport v3.4.3
[18:19:29] [Server thread/INFO]: [Skcrew] Loading server plugin Skcrew v3.0
[18:19:29] [Server thread/INFO]: [pv-addon-broadcast] Loading server plugin pv-addon-broadcast v1.1.0
[18:19:29] [Server thread/INFO]: [pv-addon-groups] Loading server plugin pv-addon-groups v1.1.0
[18:19:29] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.4.1
[18:19:29] [Server thread/INFO]: [SeeMore] Loading server plugin SeeMore v1.0.2
[18:19:29] [Server thread/INFO]: [pv-addon-sculk] Loading server plugin pv-addon-sculk v1.1.0
[18:19:29] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.7
[18:19:29] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.4
[18:19:29] [Server thread/INFO]: [Socialismus] Loading server plugin Socialismus v1.3.9
[18:19:29] [Server thread/INFO]: [Themis] Loading server plugin Themis v0.16.1
[18:19:29] [Server thread/INFO]: [pv-addon-discs] Loading server plugin pv-addon-discs v1.1.3
[18:19:29] [Server thread/INFO]: [pv-addon-priority] Loading server plugin pv-addon-priority v1.1.0
[18:19:29] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-beta2-b2453
[18:19:29] [Server thread/INFO]: [rPass] Loading server plugin rPass v1
[18:19:29] [Server thread/INFO]: [rmAnnouncer] Loading server plugin rmAnnouncer v1.0
[18:19:29] [Server thread/INFO]: [SimpleServerLinks] Loading server plugin SimpleServerLinks v1.1.0
[18:19:29] [Server thread/INFO]: [emotecraft] Loading server plugin emotecraft v2.5.1
[18:19:30] [Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.3.0-SNAPSHOT (build 1803-REL)
[18:19:30] [Server thread/INFO]: [TradeManager] Loading server plugin TradeManager v1.4.9
[18:19:30] [Server thread/INFO]: [AdvancedBan] Loading server plugin AdvancedBan v2.3.0
[18:19:30] [Server thread/INFO]: [MiniMOTD] Loading server plugin MiniMOTD v2.1.2
[18:19:30] [Server thread/INFO]: [pv-addon-whisper] Loading server plugin pv-addon-whisper v1.1.0
[18:19:30] [Server thread/INFO]: [NightCodes] Loading server plugin NightCodes v2.0.0
[18:19:30] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.10.0
[18:19:30] [Server thread/INFO]: [CommandWhitelist] Loading server plugin CommandWhitelist v2.10.0
[18:19:30] [Server thread/INFO]: [TabTPS] Loading server plugin TabTPS v1.3.24
[18:19:30] [Server thread/INFO]: [CompassCoords] Loading server plugin CompassCoords v1.0-SNAPSHOT
[18:19:30] [Server thread/INFO]: [RecipeControl] Loading server plugin RecipeControl v3.1.5
[18:19:30] [Server thread/INFO]: [PiglinFilter] Loading server plugin PiglinFilter v1.2
[18:19:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:19:30] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.141
[18:19:30] [Server thread/INFO]: __
[18:19:30] [Server thread/INFO]: | |__) LuckPerms v5.4.141
[18:19:30] [Server thread/INFO]: |___ | Running on Bukkit - Purpur
[18:19:30] [Server thread/INFO]:
[18:19:30] [Server thread/INFO]: [LuckPerms] Loading configuration...
[18:19:30] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[18:19:31] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[18:19:31] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[18:19:31] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1368ms)
[18:19:31] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v2.1.0
[18:19:32] [Server thread/INFO]: [PlasmoVoice] LuckPerms permissions listener attached
[18:19:32] [Server thread/INFO]: [PlasmoVoice] pv-addon-groups v1.1.0 by KPidS loaded
[18:19:32] [Server thread/INFO]: [PlasmoVoice] pv-addon-broadcast v1.1.0 by Apehum loaded
[18:19:32] [Server thread/INFO]: [PlasmoVoice] pv-addon-lavaplayer-lib v1.1.2 by Apehum loaded
[18:19:32] [Server thread/INFO]: [PlasmoVoice] pv-addon-sculk v1.1.0 by Apehum loaded
[18:19:32] [Server thread/INFO]: [PlasmoVoice] pv-addon-priority v1.1.0 by Apehum loaded
[18:19:32] [Server thread/INFO]: [PlasmoVoice] pv-addon-discs v1.1.3 by KPidS, Apehum loaded
[18:19:32] [Server thread/INFO]: [PlasmoVoice] pv-addon-whisper v1.1.0 by Apehum loaded
[18:19:32] [Server thread/INFO]: [PlasmoVoice] UDP server is started on /[0:0:0:0:0:0:0:0]:25637
[18:19:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: plasmovoice [2.1.0]
[18:19:32] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0
[18:19:32] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Enabling pv-addon-lavaplayer-lib v1.1.2
[18:19:32] [Server thread/INFO]: [pv-addon-broadcast] Enabling pv-addon-broadcast v1.1.0
[18:19:32] [Server thread/INFO]: [pv-addon-groups] Enabling pv-addon-groups v1.1.0
[18:19:32] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.4.1
[18:19:32] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18:19:32] [Server thread/WARN]: [PlugManX] It seems like you're running on paper.
[18:19:32] [Server thread/WARN]: [PlugManX] PlugManX cannot interact with paper-plugins, yet.
[18:19:32] [Server thread/WARN]: [PlugManX] Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[18:19:32] [Server thread/WARN]: [PlugManX] Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[18:19:32] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18:19:33] [Server thread/INFO]: [pv-addon-sculk] Enabling pv-addon-sculk v1.1.0
[18:19:33] [Server thread/INFO]: [pv-addon-discs] Enabling pv-addon-discs v1.1.3
[18:19:33] [Server thread/INFO]: [pv-addon-discs] YouTube clients: [MUSIC, ANDROID_VR, WEB, WEBEMBEDDED, TVHTML5EMBEDDED]
[18:19:33] [Server thread/INFO]: [pv-addon-priority] Enabling pv-addon-priority v1.1.0
[18:19:33] [Server thread/INFO]: [SimpleServerLinks] Enabling SimpleServerLinks v1.1.0
[18:19:34] [Server thread/INFO]: [SimpleServerLinks] Plugin enabled!
[18:19:34] [Server thread/INFO]: [pv-addon-whisper] Enabling pv-addon-whisper v1.1.0
[18:19:34] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:19:34] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:19:34] [Server thread/WARN]: Whilst this makes it possible to use Velocity, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[18:19:34] [Server thread/WARN]: Please see https://docs.papermc.io/velocity/security for further information.
[18:19:34] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:19:34] [Server thread/INFO]: Preparing level "world"
[18:19:34] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[18:19:34] [Server thread/INFO]: Time elapsed: 0 ms
[18:19:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[18:19:34] [Server thread/INFO]: Time elapsed: 1 ms
[18:19:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[18:19:34] [Server thread/INFO]: Time elapsed: 0 ms
[18:19:34] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.2.1
[18:19:34] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21-1.21.1 (767)
[18:19:34] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[18:19:34] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[18:19:34] [Server thread/INFO]: [dynmap] Enabling dynmap v3.7-SNAPSHOT-948
[18:19:34] [Server thread/INFO]: [dynmap] Added 20 custom biome mappings
[18:19:34] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.141 for access control
[18:19:35] [Server thread/INFO]: [dynmap] Mod Support processing completed
[18:19:37] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[18:19:37] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[18:19:37] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[18:19:37] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[18:19:37] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[18:19:37] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:25566
[18:19:37] [Server thread/INFO]: [dynmap] version 3.7-SNAPSHOT-948 is enabled - core version 3.7-SNAPSHOT-949
[18:19:37] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[18:19:37] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
[18:19:37] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[18:19:37] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[18:19:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[18:19:37] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[18:19:37] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[18:19:37] [Server thread/INFO]: [dynmap] Enabled
[18:19:37] [Server thread/INFO]: [Skript] Enabling Skript v2.9.1
[18:19:38] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript] A new version of Skript is available: 2.11.0 (you're currently running 2.9.1)
[18:19:38] [ForkJoinPool.commonPool-worker-1/INFO]: Download it at: <aqua><u><link:https://github.com/SkriptLang/Skript/releases/download/2.11.0/Skript-2.11.0.jar>https://github.com/SkriptLang/Skript/releases/download/2.11.0/Skript-2.11.0.jar
[18:19:49] [Server thread/INFO]: [Skript] Loaded 233074 aliases in 10848ms
[18:19:50] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
[18:19:50] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.3-SNAPSHOT (b114-83fbd6e)
[18:19:50] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.18
[18:19:50] [Server thread/INFO]: [InventoryRollbackPlus] Attempting Paper support for version: 1.21-R0.1-SNAPSHOT
[18:19:50] [Server thread/INFO]: [InventoryRollbackPlus] Found CraftBukkit Package Version: v1_21_R1
[18:19:50] [Server thread/INFO]: ОТКАТЫ • Inventory backup data is set to save to: YAML
[18:19:50] [Server thread/INFO]: ОТКАТЫ • bStats are enabled
[18:19:50] [Server thread/INFO]: [AntiPopup] Enabling AntiPopup v9
[18:19:51] [Server thread/INFO]: [AntiPopup] Config enabled.
[18:19:51] [Server thread/INFO]: [AntiPopup] Loaded a hook for ViaVersion.
[18:19:51] [Server thread/INFO]: [AntiPopup] Initiated PacketEvents.
[18:19:51] [Server thread/INFO]: [AntiPopup] Hooked on 1.21
[18:19:51] [Server thread/INFO]: [AntiPopup] Commands registered.
[18:19:51] [Server thread/INFO]: [AntiPopup] Logger filter enabled.
[18:19:51] [Server thread/INFO]: [RPCheck] Enabling RPCheck v1.0
[18:19:51] [Server thread/INFO]: [RPCheck] RPCheck был успешно включен!
[18:19:51] [Server thread/INFO]: [oRevert] Enabling oRevert v1.0
[18:19:51] [Server thread/INFO]: [oRevert] ____ _
[18:19:51] [Server thread/INFO]: [oRevert] ___ | _ \ _____ _____ _ __| |_
[18:19:51] [Server thread/INFO]: [oRevert] / _ \| |_) / _ \ \ / / _ \ '__| __|
[18:19:51] [Server thread/INFO]: [oRevert] | (_) | _ < __/\ V / __/ | | |_
[18:19:51] [Server thread/INFO]: [oRevert] \___/|_| \_\___| \_/ \___|_| \__|
[18:19:51] [Server thread/INFO]: [oRevert] v1.0
[18:19:51] [Server thread/INFO]: [oRevert] Загрузка конфига...
[18:19:51] [Server thread/INFO]: [oRevert] Загрузка BStats...
[18:19:51] [Server thread/INFO]: [oRevert] Регистрация команд...
[18:19:51] [Server thread/INFO]: [oRevert] Регистрация Ивентов...
[18:19:51] [Server thread/INFO]: [oRevert] Готово!
[18:19:51] [Server thread/INFO]: [sQuitJoin] Enabling sQuitJoin v1.1
[18:19:51] [Server thread/INFO]: [sQuitJoin] sQuitJoin has been successfully enabled!
[18:19:51] [Server thread/INFO]: [Chunky] Enabling Chunky v1.4.10
[18:19:51] [Server thread/INFO]: [PlayerReport] Enabling PlayerReport v3.4.3
[18:19:51] [Server thread/INFO]: [Skcrew] Enabling Skcrew v3.0*
[18:19:51] [Server thread/INFO]: [SeeMore] Enabling SeeMore v1.0.2
[18:19:51] [Server thread/INFO]: [TAB] Enabling TAB v4.1.7
[18:19:51] [Server thread/INFO]: [TAB] Loaded NMS hook in 78ms
[18:19:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.7]
[18:19:52] [Server thread/INFO]: [TAB] Enabled in 520ms
[18:19:52] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.4
[18:19:52] [Server thread/INFO]: [CoreProtect] CoreProtect был успешно запущен!
[18:19:52] [Server thread/INFO]: [CoreProtect] Для хранения данных используется SQLite.
[18:19:52] [Server thread/INFO]: --------------------
[18:19:52] [Server thread/INFO]: [CoreProtect] Нравится CoreProtect? Присоединяйтесь к нашему Discord!
[18:19:52] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[18:19:52] [Server thread/INFO]: --------------------
[18:19:52] [Server thread/INFO]: [Socialismus] Enabling Socialismus v1.3.9
[18:19:52] [pool-35-thread-1/ERROR]: [Socialismus] Update found! The latest version is 1.3.12
[18:19:52] [pool-35-thread-1/ERROR]: [Socialismus] Download here: https://www.spigotmc.org/resources/113119/updates
[18:19:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: socialismus [1.3.9]
[18:19:52] [Server thread/INFO]: [Socialismus]
[18:19:52] [Server thread/INFO]: [Socialismus] █▀ █▀▀ Socialismus v1.3.9
[18:19:52] [Server thread/INFO]: [Socialismus] ▄█ █▄▄ Platform: PAPER
[18:19:52] [Server thread/INFO]: [Socialismus]
[18:19:52] [Server thread/INFO]: [Socialismus] Hooked with:
[18:19:52] [Server thread/INFO]: [Socialismus] - PlaceholderAPI
[18:19:52] [Server thread/INFO]: [Socialismus] - ProtocolLib
[18:19:52] [Server thread/INFO]: [Socialismus]
[18:19:52] [Server thread/INFO]: [Socialismus] Registered 7 commands
[18:19:52] [Server thread/INFO]: [Socialismus] Registered 2 chats
[18:19:52] [Server thread/INFO]: [Socialismus] Registered 10 swappers
[18:19:52] [Server thread/INFO]: [Socialismus] Registered 1 announcement
[18:19:52] [Server thread/INFO]: [Socialismus]
[18:19:52] [Server thread/INFO]: [Themis] Enabling Themis v0.16.1
[18:19:53] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[18:19:53] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[18:19:53] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[18:19:53] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
[18:19:53] [Server thread/INFO]: [rPass] Enabling rPass v1
[18:19:53] [Server thread/INFO]: [rPass] Настройки плейсхолдеров успешно обновлены
[18:19:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rpass [1]
[18:19:53] [Server thread/INFO]: [rPass] PlaceholderAPI найден, плейсхолдеры успешно зарегистрированы
[18:19:53] [Server thread/INFO]: [rPass] Для использования плейсхолдеров используйте следующие форматы:
[18:19:53] [Server thread/INFO]: [rPass] %rpass_time% - время до окончания проходки
[18:19:53] [Server thread/INFO]: [rPass] %rpass_time_compact% - компактное отображение времени
[18:19:53] [Server thread/INFO]: [rPass] %rpass_has% - наличие проходки (true/false)
[18:19:53] [Server thread/INFO]: [rPass] %rpass_permanent% - вечная ли проходка (true/false)
[18:19:53] [Server thread/INFO]: [rPass] %rpass_status% - статус проходки (Активна/Истекла/Нет проходки)
[18:19:53] [Server thread/INFO]: [rPass] Плагин успешно запущен!
[18:19:53] [Server thread/INFO]: [rmAnnouncer] Enabling rmAnnouncer v1.0
[18:19:53] [Server thread/INFO]: [emotecraft] Enabling emotecraft v2.5.1
[18:19:53] [Server thread/INFO]: [emotecraft] Loading Emotecraft as a bukkit plugin...
[18:19:53] [Server thread/INFO]: [Denizen] Enabling Denizen v1.3.0-SNAPSHOT (build 1803-REL)
[18:19:53] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1374), impl for Spigot v1.3.0-SNAPSHOT (build 1803-REL)
[18:19:54] [Server thread/INFO]: +> [Denizen] Running on java version: 21.0.6
[18:19:54] [Server thread/INFO]: +> [Denizen] Running on unrecognized (future?) Java version. May or may not work.
[18:19:54] [Server thread/WARN]: [Denizen] -------------------------------------
[18:19:54] [Server thread/WARN]: [Denizen] This build of Denizen is not compatible with this Spigot version! Deactivating Denizen!
[18:19:54] [Server thread/WARN]: [Denizen] -------------------------------------
[18:19:54] [Server thread/INFO]: [Denizen] Disabling Denizen v1.3.0-SNAPSHOT (build 1803-REL)
[18:19:54] [Server thread/INFO]: [TradeManager] Enabling TradeManager v1.4.9
[18:19:55] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[18:19:55] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[18:19:57] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[18:19:57] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[18:19:57] [Server thread/INFO]:
[18:19:57] [Server thread/INFO]:
[18:19:57] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[]
[18:19:57] [Server thread/INFO]: | Information:
[18:19:57] [Server thread/INFO]: | Name: AdvancedBan
[18:19:57] [Server thread/INFO]: | Developer: Leoko
[18:19:57] [Server thread/INFO]: | Version: 2.3.0
[18:19:57] [Server thread/INFO]: | Storage: HSQLDB (local)
[18:19:57] [Server thread/INFO]: | Support:
[18:19:57] [Server thread/INFO]: | Github: https://github.com/DevLeoko/AdvancedBan/issues
[18:19:57] [Server thread/INFO]: | Discord: https://discord.gg/ycDG6rS
[18:19:57] [Server thread/INFO]: | Twitter: @LeokoGar
[18:19:57] [Server thread/INFO]: | Update:
[18:19:57] [Server thread/INFO]: | You have the newest version
[18:19:57] [Server thread/INFO]: []================================[]
[18:19:57] [Server thread/INFO]:
[18:19:57] [Server thread/INFO]: [MiniMOTD] Enabling MiniMOTD v2.1.2
[18:19:58] [Server thread/INFO]: [NightCodes] Enabling NightCodes v2.0.0
[18:19:58] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[18:19:58] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@5891f65a
[18:19:58] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[18:19:58] [Server thread/INFO]: [GSit] Enabling GSit v1.10.0
[18:19:58] [Server thread/INFO]: &x Плагин был включен.
[18:19:58] [Server thread/INFO]: &x Соединение с &xPlaceholderAPI&x Успешно!
[18:19:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.10.0]
[18:19:58] [Server thread/INFO]: [CommandWhitelist] Enabling CommandWhitelist v2.10.0
[18:19:58] [Server thread/INFO]: [TabTPS] Enabling TabTPS v1.3.24
[18:19:59] [Server thread/INFO]: [CompassCoords] Enabling CompassCoords v1.0-SNAPSHOT
[18:19:59] [Server thread/INFO]: [CompassCoords] CompassCoords активен (просто координаты)
[18:19:59] [Server thread/INFO]: [RecipeControl] Enabling RecipeControl v3.1.5
[18:20:00] [Server thread/INFO]: [RecipeControl] Loading recipes from file campfire.yml
[18:20:00] [Server thread/INFO]: [RecipeControl] Loading recipes from file shaped_crafting.yml
[18:20:00] [Server thread/INFO]: [RecipeControl] Loaded 2 recipes.
[18:20:00] [Server thread/INFO]: [PiglinFilter] Enabling PiglinFilter v1.2
[18:20:00] [Server thread/INFO]: [PiglinFilter] ██████╗ ██╗ ██████╗ ██╗ ██╗███╗ ██╗███████╗████████╗██╗ ██╗██████╗ ██╗ ██████╗
[18:20:00] [Server thread/INFO]: [PiglinFilter] ██╔══██╗██║██╔════╝ ██║ ██║████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔══██╗██║██╔═══██╗
[18:20:00] [Server thread/INFO]: [PiglinFilter] ██████╔╝██║██║ ███╗██║ ██║██╔██╗ ██║███████╗ ██║ ██║ ██║██║ ██║██║██║ ██║
[18:20:00] [Server thread/INFO]: [PiglinFilter] ██╔═══╝ ██║██║ ██║██║ ██║██║╚██╗██║╚════██║ ██║ ██║ ██║██║ ██║██║██║ ██║
[18:20:00] [Server thread/INFO]: [PiglinFilter] ██║ ██║╚██████╔╝███████╗██║██║ ╚████║███████║ ██║ ╚██████╔╝██████╔╝██║╚██████╔╝
[18:20:00] [Server thread/INFO]: [PiglinFilter] ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝
[18:20:00] [Server thread/INFO]: [PiglinFilter] VK: https://vk.com/piglinstudio
[18:20:00] [Server thread/INFO]: [PiglinFilter] TG: https://t.me/PiglinStudio
[18:20:00] [Server thread/INFO]: [PiglinFilter] Author: https://vk.com/foksikss
[18:20:00] [Server thread/INFO]: [spark] Starting background profiler...
[18:20:01] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[18:20:01] [Server thread/INFO]: Done preparing level "world" (27.238s)
[18:20:01] [Server thread/INFO]: Running delayed init tasks
[18:20:01] [Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[18:20:01] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: ОТКАТЫ • Checking for updates...
[18:20:01] [Craft Scheduler Thread - 11 - AuthMe/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[18:20:01] [Craft Scheduler Thread - 11 - AuthMe/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[18:20:01] [Craft Scheduler Thread - 11 - AuthMe/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[18:20:01] [Craft Scheduler Thread - 11 - AuthMe/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
[18:20:01] [Server thread/INFO]: [Skript] Loading variables...
[18:20:01] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[18:20:01] [Craft Scheduler Thread - 8 - Themis/WARN]: [Themis] You're running an outdated version of Themis, you should update as soon as possible!
[18:20:01] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]:
[18:20:01] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: ===============================================================================
[18:20:01] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: A feature update to InventoryRollbackPlus is available!
[18:20:01] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: Download at https://www.spigotmc.org/resources/inventoryrollbackplus-1-8-1-16-x.85811/
[18:20:01] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: (current: 1.6.18, latest: 1.7.0)
[18:20:01] [Craft Scheduler Thread - 7 - InventoryRollbackPlus/INFO]: ===============================================================================
[18:20:01] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[18:20:01] [Server thread/INFO]: [Skript] Loaded 5 scripts with a total of 11 structures in 0.21 seconds
[18:20:01] [Server thread/INFO]: [Skript] Finished loading.
[18:20:01] [Server thread/INFO]: Каждый день в 03:00 по мск Перезапуск сервера!
[18:20:01] [Server thread/INFO]: [rPass] Загружено 1 проходок
[18:20:01] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 5.3.2, you're on: 5.2.1
[18:20:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: localtime [1.2]
[18:20:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.7]
[18:20:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[18:20:01] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 2 scripts loaded!
[18:20:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.2]
[18:20:01] [Server thread/INFO]: 4 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
[18:20:01] [Server thread/INFO]: Done (57.353s)! For help, type "help"
[18:20:01] [Craft Scheduler Thread - 16 - TabTPS/INFO]: [TabTPS] There is an update available for TabTPS!
[18:20:01] [Craft Scheduler Thread - 16 - TabTPS/INFO]: [TabTPS] This server is running version v1.3.24, which is 2 versions outdated.
[18:20:01] [Craft Scheduler Thread - 16 - TabTPS/INFO]: [TabTPS] Download the latest version, v1.3.26 from GitHub at the link below:
[18:20:01] [Craft Scheduler Thread - 16 - TabTPS/INFO]: [TabTPS] https://github.com/jpenilla/TabTPS/releases/tag/v1.3.26
[18:21:20] [User Authenticator #0/INFO]: UUID of player so1odance is aaa73cf0-149d-3918-b5a4-6189b560aa00
[18:21:20] [Server thread/INFO]: [rPass] Игрок so1odance является оператором (проверено в onPlayerLogin), пропускаем проверку
[18:21:21] [TAB Processing Thread/INFO]: [TAB] [WARN] Player so1odance's group (staff) is not in sorting list! Sorting list: owner,admin,mod,helper,builder,vip,default. Player will be sorted on the bottom.
[18:21:21] [Server thread/INFO]: [rPass] Игрок so1odance является оператором (проверено в onPlayerJoin)
[18:21:22] [Server thread/INFO]: so1odance[/46.117.116.215:56018] logged in with entity id 2 at ([world]-133.1235789001556, 66.97893236486188, -155.52324330911216)
[18:21:22] [Server thread/INFO]: [SeeMore] Set view distance of so1odance to 8 (client view distance is 8).
[18:21:36] [Server thread/INFO]: so1odance lost connection: === У вас больше нет заявки! ===
Для получения доступа, напишите заявку.
Наш Discord: ᴅꜱᴄ.ɢɢ/WaveLands
Наш сайт: Скоро...
===========================
[18:21:49] [User Authenticator #0/INFO]: UUID of player so1odance is aaa73cf0-149d-3918-b5a4-6189b560aa00
[18:21:49] [Server thread/INFO]: [rPass] Игрок so1odance является оператором (проверено в onPlayerLogin), пропускаем проверку
[18:21:49] [TAB Processing Thread/INFO]: [TAB] [WARN] Player so1odance's group (staff) is not in sorting list! Sorting list: owner,admin,mod,helper,builder,vip,default. Player will be sorted on the bottom.
[18:21:49] [Server thread/INFO]: [rPass] Игрок so1odance является оператором (проверено в onPlayerJoin)
[18:21:49] [Server thread/INFO]: so1odance[/46.117.116.215:34700] logged in with entity id 134 at ([world]-133.1235789001556, 65.0, -155.52324330911216)
[18:21:50] [Server thread/INFO]: [SeeMore] Set view distance of so1odance to 8 (client view distance is 8).
[18:21:59] [Craft Scheduler Thread - 12 - AuthMe/INFO]: [AuthMe] so1odance logged in 46.117.116.215
[18:22:06] [Server thread/INFO]: so1odance issued server command: /pl
[18:22:13] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[18:22:13] [Dynmap Render Thread/WARN]: [dynmap] Resource assets/minecraft/textures/all.png for mod minecraft not found