kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics for 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
179 stars 71 forks source link

Weapon durability going down on all clicks even if not attacks #768

Open josegoust opened 4 weeks ago

josegoust commented 4 weeks ago

When I hit a player, the durability is changing by click, not by hit

Information

[05:00:55] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[05:00:56] [ServerMain/INFO]: Loaded 7 recipes
[05:00:56] [Server thread/INFO]: Starting minecraft server version 1.20.1
[05:00:56] [Server thread/INFO]: Loading properties
[05:00:57] [Server thread/INFO]: This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
[05:00:57] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:00:57] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:00:57] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 2 I/O threads, 2 worker threads, and gen parallelism of 2 threads
[05:00:57] [Server thread/INFO]: Default game type: SURVIVAL
[05:00:57] [Server thread/INFO]: Generating keypair
[05:00:57] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:10289
[05:00:57] [Server thread/INFO]: Using epoll channel type
[05:00:57] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[05:00:57] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[05:00:57] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load 'plugins/LigaDosClans-1.0.3.jar' in 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [EverNifeCore]. Please download and install these plugins to run 'LigaDosClans'.
    at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:82) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:510) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loading 2 libraries... please wait
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/container/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library /home/container/libraries/it/unimi/dsi/fastutil-core/8.5.13/fastutil-core-8.5.13.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loading 3 libraries... please wait
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-api/4.14.0/adventure-api-4.14.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-key/4.14.0/adventure-key-4.14.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.14.0/adventure-text-serializer-gson-4.14.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-json/4.14.0/adventure-text-serializer-json-4.14.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.0/adventure-text-serializer-bungeecord-4.3.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.0/adventure-text-serializer-legacy-4.13.0.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loading 1 libraries... please wait
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loading 1 libraries... please wait
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
[05:00:58] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
[05:00:58] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode!
[05:00:58] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[05:01:00] [Server thread/WARN]: Legacy plugin NksAnunciar v1.1.0 does not specify an api-version.
[05:01:00] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.0.5
[05:01:00] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.5 is now loaded. Registering protocol transformers and injecting...
[05:01:00] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[05:01:00] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[05:01:00] [Server thread/INFO]: [ViaBackwards] Loading translations...
[05:01:00] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[05:01:00] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.121
[05:01:01] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[05:01:01] [Server thread/INFO]: [MechanicsCore] Loading server plugin MechanicsCore v3.4.0
[05:01:02] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.9.3-SNAPSHOT-761;1d9e8b6
[05:01:04] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@17736dac]
[05:01:04] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
[05:01:04] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.3-SNAPSHOT (b112-0360721)
[05:01:04] [Server thread/INFO]: [floodgate] Took 246ms to boot Floodgate
[05:01:04] [Server thread/INFO]: [LiteBans] Loading server plugin LiteBans v2.15.1
[05:01:04] [Server thread/INFO]: [UltraSetHome] Loading server plugin UltraSetHome v1.7.9
[05:01:04] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[05:01:04] [Server thread/INFO]: [Votifier] Loading server plugin Votifier v2.7.3
[05:01:04] [Server thread/INFO]: [VoidGen] Loading server plugin VoidGen v2.2.1
[05:01:04] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0
[05:01:04] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[05:01:04] [Server thread/INFO]: [PlayerPoints] Loading server plugin PlayerPoints v3.2.7
[05:01:04] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.3.0.36-DEV-SNAPSHOT
[05:01:04] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[05:01:04] [Server thread/INFO]: [SuperVanish] Loading server plugin SuperVanish v6.2.18
[05:01:04] [Server thread/INFO]: [nChat] Loading server plugin nChat v5.6.48
[05:01:06] [Server thread/INFO]: [mcMMO] Loading server plugin mcMMO v2.2.017
[05:01:06] [Server thread/INFO]: [mcMMO] [D] Registered WG flags successfully!
[05:01:06] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.27.0
[05:01:06] [Server thread/INFO]: [SimpleClans] Loading server plugin SimpleClans v2.19.2-05e7abc
[05:01:06] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.32-SNAPSHOT (build 3156)
[05:01:06] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.6.2-3e052553
[05:01:06] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
[05:01:06] [Server thread/INFO]: [MythicMobs] §4M§6y§6t§6h§2i§2c§2 §3E§3n§1a§1b§1l§5e§5d§4!
[05:01:06] [Server thread/INFO]: [nightcore] Loading server plugin nightcore v2.6.1
[05:01:06] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.3
[05:01:06] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.59
[05:01:06] [Server thread/INFO]: [ModelEngine] Loading server plugin ModelEngine vR4.0.6
[05:01:06] [Server thread/INFO]: [WorldBorder] Loading server plugin WorldBorder v1.2
[05:01:06] [Server thread/INFO]: [CoinsEngine] Loading server plugin CoinsEngine v2.3.3
[05:01:06] [Server thread/INFO]: [NBTAPI] Loading server plugin NBTAPI v2.12.4
[05:01:06] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: v1_20_R1! Trying to find NMS support
[05:01:06] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
[05:01:06] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'NBTAPI' to create a bStats instance!
[05:01:06] [Server thread/INFO]: [TheNewEconomy] Loading server plugin TheNewEconomy v0.1.2.9
[05:01:06] [Server thread/INFO]: [TheNewEconomy] [STDOUT] Checking for Vault
[05:01:06] [Server thread/WARN]: Nag author(s): '[creatorfromhell]' of 'TheNewEconomy v0.1.2.9' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:01:06] [Server thread/INFO]: [TheNewEconomy] Hooked into Vault
[05:01:06] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.6.4-release-3
[05:01:06] [Thread-11/WARN]: [NBTAPI] [NBTAPI] The NBT-API in 'NBTAPI' seems to be outdated!
[05:01:06] [Thread-11/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.12.4' Newest Version: 2.13.2'
[05:01:06] [Thread-11/WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!
[05:01:06] [Server thread/INFO]: [SilkSpawners] Loading server plugin SilkSpawners v8.0.0
[05:01:06] [Server thread/INFO]: [VotingPlugin] Loading server plugin VotingPlugin v6.16.2
[05:01:06] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.4.7.10
[05:01:06] [Server thread/INFO]: [Blue Slime Core] Loading server plugin BlueSlimeCore v2.9.4.377
[05:01:06] [Server thread/INFO]: [MarriageMaster] Loading server plugin MarriageMaster v2.7.7
[05:01:06] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.0.4
[05:01:06] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.3.146
[05:01:06] [Server thread/INFO]: [QuickShop-Hikari] Loading server plugin QuickShop-Hikari v6.2.0.7
[05:01:06] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] QuickShop-Hikari - Bootstrap -> Execute the initialization sequence
[05:01:06] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Bootloader preparing for startup, please wait...
[05:01:06] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Initializing libraries...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Maven repository mirror test result:
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] [US] APACHE: 26ms
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] [US] CENTRAL: 440ms
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] [CN] HUAWEI: 1126ms
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] [CN] TENCENT: 1129ms
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] [CN] ALIYUN: 5952ms
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading 12 libraries (0 skipped libraries)...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library org.apache.commons:commons-lang3:3.14.0 [1/12]
[05:01:12] [Server thread/ERROR]: [STDERR] [org.slf4j.helpers.Util] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[05:01:12] [Server thread/ERROR]: [STDERR] [org.slf4j.helpers.Util] SLF4J: Defaulting to no-operation (NOP) logger implementation
[05:01:12] [Server thread/ERROR]: [STDERR] [org.slf4j.helpers.Util] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library org.apache.commons:commons-compress:1.25.0 [2/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library com.google.code.gson:gson:2.10.1 [3/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library com.google.guava:guava:33.1.0-jre [4/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library com.rollbar:rollbar-java:1.9.0 [5/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library cc.carm.lib:easysql-hikaricp:0.4.7 [6/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library com.h2database:h2:2.1.214 [7/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library com.konghq:unirest-java:3.14.5 [8/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library net.sourceforge.csvjdbc:csvjdbc:1.0.42 [9/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library org.dom4j:dom4j:2.1.4 [10/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library com.vdurmont:semver4j:3.1.0 [11/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Loading library com.ghostchu.crowdin:crowdinota:1.0.3 [12/12]
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Initialing Unirest...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Initializing platform...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Platform detected: Paper
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Slf4jLogger initialized
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Platform initialized: com.ghostchu.quickshop.platform.paper.PaperPlatform
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Boot QuickShop instance...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] Creating QuickShop instance...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Registering Bukkit Service: com.ghostchu.quickshop.api.QuickShopProvider
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] QuickShop Hikari - Early boot step - Booting up
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Self testing...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Reading the configuration...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] [ConfigUpdater] Saving configuration changes...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Setting up privacy controller...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Setting up QuickShop registry....
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Setting up metrics manager...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Loading player name and unique id mapping...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Loading translations (This may take a while)...
[05:01:12] [Server thread/INFO]: [QuickShop-Hikari] Please wait us fetch the translation updates from Crowdin OTA service...
[05:01:12] [Server thread/INFO]: [CrowdinOTA] Downloading Crowdin distribution manifest from remote server...
[05:01:13] [Server thread/INFO]: [OTAFileInstance-0] Downloading translations for 0 locales...
[05:01:13] [Server thread/INFO]: [OTAFileInstance-1] Downloading translations for 0 locales...
[05:01:13] [Server thread/INFO]: [QuickShop-Hikari] Loading up translations from Crowdin OTA, this may need a while...
[05:01:13] [Server thread/INFO]: [QuickShop-Hikari] Loading up translations from Crowdin OTA, this may need a while...
[05:01:14] [Server thread/INFO]: [QuickShop-Hikari] Register InventoryWrapper...
[05:01:14] [Server thread/INFO]: [QuickShop-Hikari] Initializing NexusManager...
[05:01:14] [Server thread/INFO]: [QuickShop-Hikari] QuickShop Hikari - Early boot step - Complete
[05:01:14] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] QuickShop-Hikari - Bootstrap -> Complete (7546ms). Waiting for enable...
[05:01:14] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.6
[05:01:14] [Server thread/INFO]: [InvSee++] Loading server plugin InvSeePlusPlus v0.24.9
[05:01:14] [Server thread/INFO]: [ShopGUIPlus] Loading server plugin ShopGUIPlus v1.95.2
[05:01:14] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.2.2.5
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading server plugin CombatLogX v11.4.0.1.1193
[05:01:14] [Server thread/INFO]: [CombatLogX] Configuration version is recent, no major changes necessary.
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansions...
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'WorldGuard Compatibility v17.2'...
[05:01:14] [Server thread/INFO]: [CombatLogX] [WorldGuard Compatibility] Successfully found a dependency: WorldGuard v7.0.9+5934e49
[05:01:14] [Server thread/INFO]: [CombatLogX]  
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'Citizens Compatibility v17.9'...
[05:01:14] [Server thread/INFO]: [CombatLogX]  
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'PlaceholderAPI Compatibility v17.1'...
[05:01:14] [Server thread/INFO]: [CombatLogX]  
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'Boss Bar v17.1'...
[05:01:14] [Server thread/INFO]: [CombatLogX]  
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'Action Bar v17.3'...
[05:01:14] [Server thread/INFO]: [CombatLogX]  
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'Cheat Prevention v17.6'...
[05:01:14] [Server thread/INFO]: [CombatLogX]  
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'EssentialsX Compatibility v17.2'...
[05:01:14] [Server thread/INFO]: [CombatLogX]  
[05:01:14] [Server thread/INFO]: [CombatLogX] Loading expansion 'Death Effects v17.0'...
[05:01:15] [Server thread/INFO]: [CombatLogX]  
[05:01:15] [Server thread/INFO]: [CombatLogX] Loading expansion 'Force Field v17.4'...
[05:01:15] [Server thread/INFO]: [CombatLogX]  
[05:01:15] [Server thread/INFO]: [CombatLogX] Loading expansion 'Logger v17.2'...
[05:01:15] [Server thread/INFO]: [CombatLogX]  
[05:01:15] [Server thread/INFO]: [CombatLogX] Loading expansion 'LuckPerms Compatibility v17.1'...
[05:01:15] [Server thread/INFO]: [CombatLogX]  
[05:01:15] [Server thread/INFO]: [CombatLogX] Loading expansion 'GriefPrevention Compatibility v17.1'...
[05:01:15] [Server thread/INFO]: [CombatLogX]  
[05:01:15] [Server thread/INFO]: [CombatLogX] Successfully loaded 12 expansions.
[05:01:15] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.10.0
[05:01:15] [Server thread/INFO]: [packetevents] Loading server plugin packetevents v2.5.0
[05:01:16] [Server thread/INFO]: [NksAnunciar] Loading server plugin NksAnunciar v1.1.0
[05:01:16] [Server thread/INFO]: [ChunkyBorder] Loading server plugin ChunkyBorder v1.1.63
[05:01:16] [Server thread/INFO]: [qscompat-itemsadder] Loading server plugin qscompat-itemsadder v6.2.0.3
[05:01:16] [Server thread/INFO]: [qscompat-itemsadder] Loading up...
[05:01:16] [Server thread/INFO]: [WeaponMechanics] Loading server plugin WeaponMechanics v3.4.0
[05:01:16] [Server thread/INFO]: [WeaponMechanics] Detected WorldGuard, registering flags
[05:01:16] [Server thread/INFO]: [DeluxeTags] Loading server plugin DeluxeTags v1.8.2-Release
[05:01:16] [Server thread/INFO]: [LeaguesVP] Loading server plugin LeaguesVP v1.2.1
[05:01:16] [Server thread/INFO]: [InventoryRollbackPlus] Loading server plugin InventoryRollbackPlus v1.6.16
[05:01:16] [Server thread/INFO]: [FlashLight] Loading server plugin FlashLight v1.2.2
[05:01:16] [Server thread/INFO]: [CleanStaffChat] Loading server plugin CleanStaffChat v1.16.2
[05:01:16] [Server thread/INFO]: [VoidTeleport] Loading server plugin VoidTeleport v2.4.4
[05:01:16] [Server thread/INFO]: [Insights] Loading server plugin Insights v6.17.2
[05:01:16] [Server thread/INFO]: [PaperTweaks] Loading server plugin PaperTweaks v0.4.1
[05:01:16] [Server thread/INFO]: [OldCombatMechanics] Loading server plugin OldCombatMechanics v2.0.4-beta
[05:01:16] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.12
[05:01:16] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.0-Release
[05:01:16] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[05:01:16] [Server thread/INFO]: [BannerMaker] Loading server plugin BannerMaker v2.4.0
[05:01:16] [Server thread/INFO]: [ShowItem] Loading server plugin ShowItem v1.7.3 (build 588)
[05:01:16] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v5.2.3
[05:01:16] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[05:01:16] [Server thread/INFO]: [InvSee++_Clear] Loading server plugin InvSeePlusPlus_Clear v0.24.9
[05:01:16] [Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.2.1
[05:01:16] [Server thread/INFO]: [TradeSystem] Loading server plugin TradeSystem v2.5.3
[05:01:16] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.4.0
[05:01:16] [Server thread/INFO]: [ImageryAPI] Loading server plugin ImageryAPI v1.1.3
[05:01:16] [Server thread/INFO]: [qsaddon-discordsrv] Loading server plugin qsaddon-discordsrv v6.2.0.3
[05:01:16] [Server thread/INFO]: [MyCommand] Loading server plugin MyCommand v5.7.4
[05:01:16] [Server thread/INFO]: [XLTournaments] Loading server plugin XLTournaments v3.17.2
[05:01:16] [Server thread/INFO]: [InvisibleItemFrames] Loading server plugin InvisibleItemFrames v2.16.0
[05:01:16] [Server thread/INFO]: [InsaneAnnouncer] Loading server plugin InsaneAnnouncer v1.3.5
[05:01:16] [Server thread/INFO]: [MobFarmManager] Loading server plugin MobFarmManager v2.1.0.6
[05:01:16] [Server thread/INFO]: [ConditionalTextPlaceholders] Loading server plugin ConditionalTextPlaceholders v1.5.0
[05:01:16] [Server thread/INFO]: [ResourceWorld] Loading server plugin ResourceWorld v2.0.7
[05:01:16] [Server thread/INFO]: [qscompat-griefprevention] Loading server plugin qscompat-griefprevention v6.2.0.3
[05:01:16] [Server thread/INFO]: [qscompat-griefprevention] Loading up...
[05:01:16] [Server thread/INFO]: [EpicRename] Loading server plugin EpicRename v3.12
[05:01:16] [Server thread/INFO]: [NoteBlockAPI] Loading server plugin NoteBlockAPI v1.6.2
[05:01:16] [Server thread/INFO]: [AutoPickup] Loading server plugin AutoPickup v1.4.4-SNAPSHOT
[05:01:16] [Server thread/INFO]: [PlayerWarps] Loading server plugin PlayerWarps v6.30.0
[05:01:16] [Server thread/INFO]: [SafariNet] Loading server plugin SafariNet v1.16.4-b1-SNAPSHOT
[05:01:16] [Server thread/INFO]: [PinataParty] Loading server plugin PinataParty v2.65.0
[05:01:16] [Server thread/INFO]: [Images] Loading server plugin Images v2.3.2
[05:01:16] [Server thread/INFO]: [Multiverse-NetherPortals] Loading server plugin Multiverse-NetherPortals v4.2.3
[05:01:16] [Server thread/INFO]: [KickFromClaim] Loading server plugin KickFromClaim v3.1.0.1
[05:01:16] [Server thread/INFO]: [yPlugins] Loading server plugin yPlugins v3.2.9
[05:01:17] [Server thread/INFO]: [yPlugins] IP da máquina: 181.214.221.26:10289
[05:01:17] [Server thread/INFO]: [yPlugins] Plugins localizados: ["yLixeiro","yCorreio","yEventos","yTags","yJail","yVips","yGuerra","yEventosCustomAddon"]
[05:01:18] [Server thread/INFO]: [yPlugins] [LoaderV1] - Plugins encontrados para o IP: [yEventos]
[05:01:21] [Server thread/INFO]: [yPlugins] Carregando 9 plugins, por favor aguarde...
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCore] Loading yCore v1.0.0
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCore] API registrada com sucesso.
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] Loading yTags v2.2.4
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] Loading yCorreio v1.3.0
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventosCustomAddon] Loading yEventosCustomAddon v1.0.0
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] Loading yGuerra v2.7.3
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] API registrada com sucesso.
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yLixeiro] Loading yLixeiro v2.0.0
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] Loading yVips v1.2.9
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] API registrada com sucesso.
[05:01:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] Loading yEventos v2.2.0
[05:01:23] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] API registrada com sucesso.
[05:01:23] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] Loading yJail v1.1.5
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Loading server plugin ajLeaderboards v2.8.0
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
[05:01:23] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
[05:01:23] [Server thread/INFO]: [CosmeticsCore] Loading server plugin CosmeticsCore v1.3.0-release-2
[05:01:23] [Server thread/INFO]: [Elevator] Loading server plugin Elevator v3.13.0
[05:01:23] [Server thread/INFO]: [BanFromClaim] Loading server plugin BanFromClaim v1.6.6
[05:01:23] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.4
[05:01:23] [Server thread/INFO]: [ChatColor2] Loading server plugin ChatColor2 v1.14.3
[05:01:23] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.66
[05:01:23] [Server thread/INFO]: [Duels] Loading server plugin Duels v3.5.3
[05:01:23] [Server thread/INFO]: [ShopGUIPlusSilkSpawnersBridge] Loading server plugin ShopGUIPlusSilkSpawnersBridge v1.5.0
[05:01:23] [Server thread/INFO]: [Spartan] Loading server plugin Spartan vPhase 537.5
[05:01:23] [Server thread/INFO]: [BottledExp] Loading server plugin BottledExp v3.2.2.5
[05:01:23] [Server thread/INFO]: [qsaddon-list] Loading server plugin qsaddon-list v6.2.0.3
[05:01:23] [Server thread/INFO]: [UltimateAutoRestart] Loading server plugin UltimateAutoRestart v2024.03
[05:01:23] [Server thread/INFO]: [CommandNPC] Loading server plugin CommandNPC v2.1.3
[05:01:23] [Server thread/INFO]: [Pl-Hide-Pro] Loading server plugin Pl-Hide-Pro v2.10.4
[05:01:23] [Server thread/INFO]: [Pl-Hide-Pro] Loading library caffeine
[05:01:23] [Server thread/INFO]: [WorldGuardExtraFlags] Loading server plugin WorldGuardExtraFlags v4.2.3
[05:01:23] [Server thread/INFO]: [StackMob] Loading server plugin StackMob v5.9.2
[05:01:23] [Server thread/INFO]: [StackMob] Registered WorldGuard region flag.
[05:01:23] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.1
[05:01:23] [Server thread/INFO]: [PlayerKits2] Loading server plugin PlayerKits2 v1.11.2
[05:01:23] [Server thread/INFO]: [ChocoFly] Loading server plugin ChocoFly v0.45
[05:01:23] [Server thread/INFO]: [AntiNetherRoof] Loading server plugin AntiNetherRoof v1.2.5
[05:01:23] [Server thread/INFO]: [PlayerAuctions] Loading server plugin PlayerAuctions v1.29.0
[05:01:23] [Server thread/INFO]: [ChestSort] Loading server plugin ChestSort v14.0.3
[05:01:23] [Server thread/INFO]: [CentralCart] Loading server plugin CentralCart v1.0.0-61fb4c
[05:01:23] [Server thread/INFO]: [MCPets] Loading server plugin MCPets v4.1.2
[05:01:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mcpets [1.0.0]
[05:01:23] [Server thread/INFO]: [MCPets] : mcpets-dismount flag registered successfully !
[05:01:23] [Server thread/INFO]: [MCPets] : mcpets-despawn flag registered successfully !
[05:01:23] [Server thread/INFO]: [MCPets] : mcpets-dismount-flying flag registered successfully !
[05:01:23] [Server thread/INFO]: [MCPets] : mcpets-pet-player-damage flag registered successfully !
[05:01:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:01:23] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.121
[05:01:25] [Server thread/INFO]:         __    
[05:01:25] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.121
[05:01:25] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[05:01:25] [Server thread/INFO]: 
[05:01:25] [Server thread/INFO]: [LuckPerms] Loading configuration...
[05:01:26] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[05:01:26] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[05:01:26] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[05:01:27] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[05:01:29] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[05:01:29] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[05:01:30] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 6938ms)
[05:01:30] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[05:01:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[05:01:30] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[05:01:30] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[05:01:30] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[05:01:30] [Server thread/INFO]: [MechanicsCore] Enabling MechanicsCore v3.4.0
[05:01:31] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.9.3-SNAPSHOT-761;1d9e8b6
[05:01:31] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[05:01:31] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[05:01:31] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[05:01:31] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[05:01:31] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R1.PaperweightFaweAdapter as the Bukkit adapter
[05:01:31] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[05:01:31] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_UNKNOWN
[05:01:31] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0
[05:01:31] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.7
[05:01:31] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[05:01:31] [Server thread/INFO]: [nChat] Enabling nChat v5.6.48
[05:01:32] [ForkJoinPool.commonPool-worker-3/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 188 build(s) out of date.
You are running build 761, the latest version is build 949.
Update at https://www.spigotmc.org/resources/13932/
[05:01:33] [Server thread/INFO]: [nChat] Successful plugin core start (took 1.65s)
[05:01:33] [Server thread/INFO]:           ___ _           _   
[05:01:33] [Server thread/INFO]:   _ __   / __\ |__   __ _| |_ 
[05:01:33] [Server thread/INFO]:  | '_ \ / /  | '_ \ / _` | __|
[05:01:33] [Server thread/INFO]:  | | | / /___| | | | (_| | |_ 
[05:01:33] [Server thread/INFO]:  |_| |_\____/|_| |_|\__,_|\__|
[05:01:33] [Server thread/INFO]:                              
[05:01:33] [Server thread/INFO]:  By: www.nickuc.com - V 5.6.48
[05:01:33] [Server thread/INFO]: 
[05:01:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: nchat [5.6.48]
[05:01:34] [Server thread/INFO]: [nChat] Chat will be encoded with "adventure" component library
[05:01:34] [Server thread/INFO]: [nightcore] Enabling nightcore v2.6.1
[05:01:34] [Server thread/WARN]: [nightcore] ===================================
[05:01:34] [Server thread/WARN]: [nightcore] WARNING: You're running an outdated/deprecated server version (1.20.1)!
[05:01:34] [Server thread/WARN]: [nightcore] Support for this version will be dropped soon.
[05:01:34] [Server thread/WARN]: [nightcore] Please, upgrade your server to at least 1.20.4.
[05:01:34] [Server thread/WARN]: [nightcore] ===================================
[05:01:34] [Server thread/INFO]: [nightcore] Found permissions provider: LuckPerms
[05:01:34] [Server thread/INFO]: [nightcore] Found economy provider: TheNewEconomy
[05:01:34] [Server thread/INFO]: [nightcore] Found chat provider: LuckPerms
[05:01:34] [Server thread/INFO]: [nightcore] Server Version: 1.20.1 ✔
[05:01:34] [Server thread/INFO]: [nightcore] Entity Id Counter: OK ✔
[05:01:34] [Server thread/INFO]: [nightcore] Item NBT Compress: OK ✔
[05:01:34] [Server thread/INFO]: [nightcore] Plugin loaded in 67 ms!
[05:01:34] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.59
[05:01:34] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR4.0.6
[05:01:34] [Server thread/INFO]: [CoinsEngine] Enabling CoinsEngine v2.3.3
[05:01:34] [Server thread/INFO]: [CoinsEngine] Powered by nightcore
[05:01:34] [Server thread/WARN]: [CoinsEngine] ===================================
[05:01:34] [Server thread/WARN]: [CoinsEngine] WARNING: You're running an outdated/deprecated server version (1.20.1)!
[05:01:34] [Server thread/WARN]: [CoinsEngine] Support for this version will be dropped soon.
[05:01:34] [Server thread/WARN]: [CoinsEngine] Please, upgrade your server to at least 1.20.4.
[05:01:34] [Server thread/WARN]: [CoinsEngine] ===================================
[05:01:34] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[05:01:34] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@338adb67
[05:01:34] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[05:01:34] [Server thread/INFO]: [CoinsEngine] Currency registered: 'coins'!
[05:01:34] [Server thread/INFO]: [CoinsEngine] Detected plugin available for data migration: PlayerPoints
[05:01:34] [Server thread/INFO]: [CoinsEngine] Detected plugin available for data migration: Vault
[05:01:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: coinsengine [2.3.3]
[05:01:34] [Server thread/INFO]: [CoinsEngine] Plugin loaded in 131 ms!
[05:01:34] [Server thread/INFO]: [Blue Slime Core] Enabling BlueSlimeCore v2.9.4.377
[05:01:34] [Server thread/INFO]: [Blue Slime Core] Successfully loaded 2 language(s).
[05:01:34] [Server thread/INFO]: [Blue Slime Core] Detected server as regular SpigotMC/PaperMC (not Folia)
[05:01:35] [Server thread/INFO]: [NksAnunciar] Enabling NksAnunciar v1.1.0*
[05:01:35] [Server thread/INFO]: [NksAnunciar] Conexão com o banco de dados (SQLite) realizada com sucesso.
[05:01:35] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.4.0
[05:01:35] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[05:01:35] [Server thread/WARN]: [PlugManX] It seems like you're running on paper.
[05:01:35] [Server thread/WARN]: [PlugManX] PlugManX cannot interact with paper-plugins, yet.
[05:01:35] [Server thread/WARN]: [PlugManX] Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[05:01:35] [Server thread/WARN]: [PlugManX] Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[05:01:35] [Server thread/WARN]: [PlugManX] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[05:01:35] [Server thread/INFO]: [InsaneAnnouncer] Enabling InsaneAnnouncer v1.3.5
[05:01:35] [Server thread/INFO]: [InsaneAnnouncer] Loading Plugin...
[05:01:35] [Server thread/INFO]: [InsaneAnnouncer] Successfully loaded in 176 ms
[05:01:35] [Server thread/INFO]: [yPlugins] Enabling yPlugins v3.2.9
[05:01:35] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCore] Enabling yCore v1.0.0
[05:01:35] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCore] Plugin carregado.
[05:01:35] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCore] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] Enabling yTags v2.2.4
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] Enabling yCorreio v1.3.0
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventosCustomAddon] Enabling yEventosCustomAddon v1.0.0
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventosCustomAddon] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventosCustomAddon] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] Enabling yGuerra v2.7.3
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] 2 tipo(s) carregado(s): [gladiador.yml, preguerra.yml]
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] 1 embed carregado(s): [evento_glad]
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yLixeiro] Enabling yLixeiro v2.0.0
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yLixeiro] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yLixeiro] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] Enabling yVips v1.2.9
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] Enabling yEventos v2.2.0
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] Carregando sistemas.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 8 eventos-chat(s) carregado(s): [fastclick, first, jackpot, lottery, math, phrase, quiz, unscramble]
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 2 eventos-other(s) carregado(s): [fastcraft, voting]
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 13 eventos-in-person(s) carregado(s): [arqueiro, dropper, espartano, example, fight, maze, paintball, parkour, race, restone, spleef, splegg, sumo]
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] Enabling yJail v1.1.5
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] Plugin carregado.
[05:01:36] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] Carregando sistemas.
[05:01:36] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[05:01:36] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[05:01:36] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[05:01:36] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[05:01:36] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[05:01:36] [Server thread/INFO]: Preparing level "world"
[05:01:36] [Server thread/INFO]: -------- World Settings For [world] --------
[05:01:36] [Server thread/INFO]: View Distance: 8
[05:01:36] [Server thread/INFO]: Simulation Distance: 5
[05:01:36] [Server thread/INFO]: Item Merge Radius: 4.0
[05:01:36] [Server thread/INFO]: Experience Merge Radius: 6.0
[05:01:36] [Server thread/INFO]: Mob Spawn Range: 6
[05:01:36] [Server thread/INFO]: Item Despawn Rate: 6000
[05:01:36] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[05:01:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:01:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[05:01:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:01:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[05:01:36] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv true / Isa false
[05:01:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[05:01:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:01:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:01:36] [Server thread/INFO]: Max TNT Explosions: 100
[05:01:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:01:37] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[05:01:37] [Server thread/INFO]: View Distance: 8
[05:01:37] [Server thread/INFO]: Simulation Distance: 5
[05:01:37] [Server thread/INFO]: Item Merge Radius: 4.0
[05:01:37] [Server thread/INFO]: Experience Merge Radius: 6.0
[05:01:37] [Server thread/INFO]: Mob Spawn Range: 6
[05:01:37] [Server thread/INFO]: Item Despawn Rate: 6000
[05:01:37] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[05:01:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:01:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[05:01:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:01:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv true / Isa false
[05:01:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[05:01:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:01:37] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:01:37] [Server thread/INFO]: Max TNT Explosions: 100
[05:01:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:01:37] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[05:01:37] [Server thread/INFO]: View Distance: 8
[05:01:37] [Server thread/INFO]: Simulation Distance: 5
[05:01:37] [Server thread/INFO]: Item Merge Radius: 4.0
[05:01:37] [Server thread/INFO]: Experience Merge Radius: 6.0
[05:01:37] [Server thread/INFO]: Mob Spawn Range: 6
[05:01:37] [Server thread/INFO]: Item Despawn Rate: 6000
[05:01:37] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[05:01:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:01:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[05:01:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:01:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[05:01:37] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv true / Isa false
[05:01:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[05:01:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:01:37] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:01:37] [Server thread/INFO]: Max TNT Explosions: 100
[05:01:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:01:37] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:01:37] [Server thread/INFO]: Time elapsed: 145 ms
[05:01:37] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:01:37] [Server thread/INFO]: Time elapsed: 96 ms
[05:01:37] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:01:37] [Server thread/INFO]: Time elapsed: 61 ms
[05:01:37] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.5
[05:01:37] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20-1.20.1 (763)
[05:01:37] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: ViaVersion
[05:01:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[05:01:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[05:01:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[05:01:37] [Server thread/INFO]: [WorldGuard] Loading region data...
[05:01:37] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.3-SNAPSHOT (b112-0360721)
[05:01:38] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.15.1
[05:01:38] [Server thread/INFO]: [LiteBans] Using system locale (en)
[05:01:38] [Server thread/INFO]: [LiteBans] Loaded 2 templates from templates.yml!
[05:01:39] [Server thread/INFO]: [LiteBans] Loading SQL driver: mariadb 3.1.2 (org.mariadb.jdbc.Driver)
[05:01:39] [Server thread/INFO]: [LiteBans] Connecting to database...
[05:01:39] [Server thread/INFO]: [LiteBans] litebans-pool - Starting...
[05:01:39] [Server thread/INFO]: [LiteBans] litebans-pool - Start completed.
[05:01:39] [Server thread/INFO]: [LiteBans] Connected to MariaDB database successfully (30.7 ms).
[05:01:39] [Server thread/INFO]: [LiteBans] Database connection fully initialized (40.5 ms).
[05:01:39] [Server thread/INFO]: [LiteBans] v2.15.1 enabled. Startup took 399 ms.
[05:01:39] [Server thread/INFO]: [UltraSetHome] Enabling UltraSetHome v1.7.9
[05:01:39] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[05:01:39] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[05:01:39] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
[05:01:39] [Server thread/INFO]: [Votifier] Loaded token for website: default
[05:01:39] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
[05:01:39] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[05:01:39] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[05:01:39] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:10015.
[05:01:39] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[05:01:39] [Server thread/INFO]: [Essentials] No kits found to migrate.
[05:01:39] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[05:01:39] [Server thread/INFO]: [Essentials] Using locale pt_BR
[05:01:39] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[05:01:39] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[05:01:39] [Server thread/INFO]: [UltraSetHome] Essentials hooked successfully.
[05:01:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[05:01:39] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[05:01:39] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[05:01:39] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[05:01:39] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[05:01:40] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Mundo
[05:01:40] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[05:01:40] [Server thread/INFO]: [VoidGen] {"biome":"DESERT","caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:01:40] [Server thread/INFO]: -------- World Settings For [guerra] --------
[05:01:40] [Server thread/INFO]: View Distance: 8
[05:01:40] [Server thread/INFO]: Simulation Distance: 5
[05:01:40] [Server thread/INFO]: Item Merge Radius: 4.0
[05:01:40] [Server thread/INFO]: Experience Merge Radius: 6.0
[05:01:40] [Server thread/INFO]: Mob Spawn Range: 6
[05:01:40] [Server thread/INFO]: Item Despawn Rate: 6000
[05:01:40] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[05:01:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:01:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[05:01:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:01:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv true / Isa false
[05:01:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[05:01:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:01:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:01:40] [Server thread/INFO]: Max TNT Explosions: 100
[05:01:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:01:40] [Server thread/INFO]: Preparing start region for dimension minecraft:guerra
[05:01:40] [Server thread/INFO]: Time elapsed: 451 ms
[05:01:40] [Server thread/INFO]: [WorldGuard] (guerra) TNT ignition is PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (guerra) Lighters are PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (guerra) Lava fire is PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (guerra) Fire spread is UNRESTRICTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'guerra'
[05:01:40] [Server thread/INFO]: [VoidGen] {"biome":"DESERT","caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:01:40] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[05:01:40] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:01:40] [Server thread/INFO]: -------- World Settings For [eventos] --------
[05:01:40] [Server thread/INFO]: View Distance: 8
[05:01:40] [Server thread/INFO]: Simulation Distance: 5
[05:01:40] [Server thread/INFO]: Item Merge Radius: 4.0
[05:01:40] [Server thread/INFO]: Experience Merge Radius: 6.0
[05:01:40] [Server thread/INFO]: Mob Spawn Range: 6
[05:01:40] [Server thread/INFO]: Item Despawn Rate: 6000
[05:01:40] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[05:01:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:01:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[05:01:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:01:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv true / Isa false
[05:01:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[05:01:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:01:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:01:40] [Server thread/INFO]: Max TNT Explosions: 100
[05:01:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:01:40] [Server thread/INFO]: Preparing start region for dimension minecraft:eventos
[05:01:40] [Server thread/INFO]: Time elapsed: 40 ms
[05:01:40] [Server thread/INFO]: [WorldGuard] (eventos) TNT ignition is PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (eventos) Lighters are PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (eventos) Lava fire is PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (eventos) Fire spread is UNRESTRICTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'eventos'
[05:01:40] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[05:01:40] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:01:40] [Server thread/INFO]: [VoidGen] Generator settings "-t" syntax is not valid. Using default values:
[05:01:40] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:01:40] [Server thread/INFO]: -------- World Settings For [Spawn] --------
[05:01:40] [Server thread/INFO]: View Distance: 8
[05:01:40] [Server thread/INFO]: Simulation Distance: 5
[05:01:40] [Server thread/INFO]: Item Merge Radius: 4.0
[05:01:40] [Server thread/INFO]: Experience Merge Radius: 6.0
[05:01:40] [Server thread/INFO]: Mob Spawn Range: 6
[05:01:40] [Server thread/INFO]: Item Despawn Rate: 6000
[05:01:40] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[05:01:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:01:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[05:01:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:01:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[05:01:40] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv true / Isa false
[05:01:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[05:01:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:01:40] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:01:40] [Server thread/INFO]: Max TNT Explosions: 100
[05:01:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:01:40] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[05:01:40] [Server thread/INFO]: Time elapsed: 145 ms
[05:01:40] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
[05:01:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
[05:01:40] [Server thread/INFO]: [VoidGen] Generator settings "-t" syntax is not valid. Using default values:
[05:01:40] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:01:40] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[05:01:40] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[05:01:40] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[05:01:40] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.18
[05:01:40] [Server thread/INFO]: [SuperVanish] Hooked into PaperSpigot for server list ping support
[05:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: supervanish [6.2.18]
[05:01:40] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[05:01:40] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[05:01:40] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.2.017
[05:01:41] [Server thread/INFO]: [mcMMO] Loaded 220 Alchemy potions, skipped 0.
[05:01:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mcmmo [1.0,0]
[05:01:42] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.27.0
[05:01:42] [Server thread/INFO]: [SimpleClans] Enabling SimpleClans v2.19.2-05e7abc
[05:01:42] [Server thread/INFO]: [SimpleClans] Conexão MySQL bem sucedida
[05:01:42] [Server thread/INFO]: [SimpleClans] Clãs: 14
[05:01:42] [Server thread/INFO]: [SimpleClans] Jogadores: 312
[05:01:42] [Server thread/INFO]: [SimpleClans] Registering 4 chat handlers...
[05:01:42] [Server thread/INFO]: [SimpleClans] [ACF] Enabled Asynchronous Tab Completion Support!
[05:01:42] [Server thread/INFO]: [SimpleClans] Registering 12 command contexts...
[05:01:42] [Server thread/INFO]: [SimpleClans] Registering 15 base commands...
[05:01:42] [Server thread/INFO]: [SimpleClans] Registering 32 command conditions...
[05:01:42] [Server thread/INFO]: [SimpleClans] Registering 19 command completions...
[05:01:42] [Server thread/INFO]: [SimpleClans] Multithreading: true
[05:01:42] [Server thread/INFO]: [SimpleClans] BungeeCord: false
[05:01:42] [Server thread/INFO]: [SimpleClans] HEX support: true
[05:01:42] [Server thread/INFO]: [SimpleClans] Help us translate SimpleClans to your language! Access https://crowdin.com/project/simpleclans/
[05:01:42] [Server thread/INFO]: [SimpleClans] PlaceholderAPI found. Registering hook...
[05:01:42] [Server thread/INFO]: [SimpleClans] Registering 7 placeholder resolvers...
[05:01:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: simpleclans [2.19.2-05e7abc]
[05:01:42] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3156)
[05:01:42] [Server thread/INFO]: [Citizens] Loading external libraries
[05:01:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[05:01:43] [pool-87-thread-1/WARN]: [DiscordSRV] 

The current build of DiscordSRV is outdated by 120 commits! Get the latest build at your favorite distribution center.

Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
Github: https://github.com/DiscordSRV/DiscordSRV/releases
Direct Download: https://get.discordsrv.com

[05:01:43] [JDA MainWS-WriteThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[05:01:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
[05:01:43] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[05:01:43] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
[05:01:43] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: Citizens
[05:01:43] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.6.2-3e052553
[05:01:43] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.20.1)...
[05:01:43] [Server thread/INFO]: [MythicMobs] The server is running Paper; enabled Paper exclusive functionality
[05:01:44] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Hyultra.gg(1231226584959160380)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📢▸anúncios(1231244779548049520)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📖▸informações(1231244774833524778)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📡▸status(1250816507026341958)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:👀▸spoilers(1244036610706898964)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎓▸regras(1240060679319453807)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🏛▸eventos(1231244782672805970)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔌▸status(1243982192321892564)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⚡▸updates(1231244785252171897)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🗯▸sugestões(1231244787315904512)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌃▸formulario(1231244790016774237)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎬▸youtuber(1231244792269242519)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🪂▸enquetes(1243983734126936134)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🚀▸boosters(1231244777027141632)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🏹vip-elite(1240051719006588999)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🤺vip-mestre(1240051647301025894)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💎vip-supremo(1240017109140897803)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎫▸ticket(1231244796023017562)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:☕▸ajuda(1231244800892604607)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬▸bate-papo(1231244803736338483)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🪛▸comandos(1231244793682853988)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📸▸midias(1231244813983027320)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💎▸chat-vip(1246199951340470283)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌎▸survival(1231244809360904275)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:invites(1299906740384567339)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧚🏻♀▸comandos(1239380903323504750)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬▸chat-staff(1231244823344975985)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:👼🏻▸comandos(1231278132934480003)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎶low-fire(1231270455105556580)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chat-global(1298766686526377994)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chat-local(1298766709389525143)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🚪▸entrada(1231244756043038741)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🤖▸console(1245181170988089365)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🟩▸minecraft(1231244826263949373)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧩▸logs-booster(1231280567052533832)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋▸alertas(1231244827786608760)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋▸logs-loritta(1239380903323504751)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋▸logs-ticket(1231244834518466643)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋▸logs-yt-form(1231244829875503145)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋▸punições(1231244831989305486)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋▸acessos-staff(1231244833398460518)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console(1298766746567577681)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-5(1299307954738040924)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-7(1299416125095809034)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-10(1299490341711515718)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:formulario-staff(1299549473743179788)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:formulario-staff(1299738132756955317)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:formulario-staff(1299815862282489970)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:formulario-staff(1299843128307613726)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:evento-build(1299890036883329174)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:skyx4492(1292327683622961152)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:joaomif(1295806402446622763)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:zarcanjw_(1297282136667324457)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:happyjrs(1297689911083925556)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:premiação(1299927481607786616)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(1298766746567577681)
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling nChat hook
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling SuperVanish hook
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[05:01:44] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[05:01:44] [Server thread/INFO]: [MythicMobs] Mythic GriefPrevention Support has been enabled!
[05:01:44] [Server thread/INFO]: [MythicMobs] Mythic mcMMO Support has been enabled!
[05:01:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mythic [5.0.0]
[05:01:44] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
[05:01:44] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
[05:01:44] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
[05:01:44] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
[05:01:44] [Server thread/INFO]: [MythicMobs] Base directory /home/container/plugins/MythicMobs/data
[05:01:44] [Server thread/INFO]: [MythicMobs] Module directory /home/container/plugins/MythicMobs/data/worlds
[05:01:45] [Server thread/INFO]: [MythicMobs] Loading Packs...
[05:01:46] [Server thread/INFO]: [MythicMobs] Loading Items...
[05:01:46] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
[05:01:46] [Server thread/INFO]: [MythicMobs] Loading Skills...
[05:01:46] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
[05:01:46] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
[05:01:46] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic summon
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Skill: SummonSkeletons | File: /home/container/plugins/MythicMobs/skills/ExampleSkills.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: The 'type' attribute must be a valid MythicMob or MythicEntity type.
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: summon{mob=SkeletalMinion;amount=2;noise=5}
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic summon
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Skill: SummonSkeletons | File: /home/container/plugins/MythicMobs/skills/ExampleSkills.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: The 'type' attribute must be a valid MythicMob or MythicEntity type.
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: summon{mob=SkeletalMinion;amount=2;noise=5}
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic summon
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Skill: SummonSkeletons | File: /home/container/plugins/MythicMobs/skills/ExampleSkills.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: The 'type' attribute must be a valid MythicMob or MythicEntity type.
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: summon{mob=SkeletalMinion;amount=2;noise=5}
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mob: baby_polar_bear | File: /home/container/plugins/MythicMobs/mobs/winter_pets_mob.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill baby_polar_bear_death
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=baby_polar_bear_death}
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mob: baby_yeti | File: /home/container/plugins/MythicMobs/mobs/winter_pets_mob.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill baby_yeti_death
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=baby_yeti_death}
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mob: frost_ferret | File: /home/container/plugins/MythicMobs/mobs/winter_pets_mob.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill frost_ferret_death
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=frost_ferret_death}
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mob: gangster_snowman | File: /home/container/plugins/MythicMobs/mobs/winter_pets_mob.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill gangster_snowman_death
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=gangster_snowman_death}
[05:01:46] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic metaskill
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mob: ice_knight | File: /home/container/plugins/MythicMobs/mobs/winter_pets_mob.yml
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Error Message: Could not find MetaSkill ice_knight_death
[05:01:46] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: skill{s=ice_knight_death}
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 32 mobs.
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 vanilla mob overrides.
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 116 skills.
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 28 mythic items.
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
[05:01:46] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[05:01:46] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[05:01:46] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs v5.6.2 ( build 3e052553 ) has been successfully loaded!
[05:01:46] [Server thread/INFO]: [MythicMobs] Model Engine Compatibility Loaded.
[05:01:46] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: MythicMobs
[05:01:46] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.3
[05:01:46] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[05:01:47] [Server thread/INFO]: [GriefPrevention] 201 total claims loaded.
[05:01:47] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[05:01:47] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[05:01:47] [Server thread/INFO]: [GriefPrevention] Finished loading data (Database Mode).
[05:01:47] [Server thread/INFO]: [GriefPrevention] Boot finished.
[05:01:47] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.2
[05:01:47] [Server thread/INFO]: [TheNewEconomy] Enabling TheNewEconomy v0.1.2.9
[05:01:47] [Server thread/INFO]: [TheNewEconomy] Loading configurations!
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: TNE [0.1.2.8]
[05:01:48] [Server thread/INFO]: [TheNewEconomy] The New Economy has been enabled!
[05:01:48] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.6.4-release-3
[05:01:49] [Server thread/INFO]: [ItemsAdder] 
  ___  ___        __        __   __   ___  __      ItemsAdder 3.6.4-release-3
|  |  |__   |\/| /__`  /\  |  \ |  \ |__  |__)     LoneLibs 1.0.59
|  |  |___  |  | .__/ /--\ |__/ |__/ |___ |  \     Paper git-Paper-196 (MC: 1.20.1)

[05:01:49] [Server thread/INFO]: [ItemsAdder] Registered Citizens NPC Trait: customentity
[05:01:49] [Server thread/INFO]: [ItemsAdder] [Host] Starting self-host webserver on port: 10012
[05:01:49] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v8.0.0
[05:01:49] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[05:01:49] [Server thread/INFO]: [SilkSpawners] Loading support for v1_20_R1
[05:01:49] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled and now running.
[05:01:49] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[05:01:49] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v6.16.2
[05:01:49] [Server thread/INFO]: [VotingPlugin] Loaded LuckPerms hook!
[05:01:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: votingplugin [1.6]
[05:01:49] [Server thread/INFO]: [VotingPlugin] Loading PlaceholderAPI expansion
[05:01:50] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
[05:01:50] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 6.16.2
[05:01:50] [Server thread/INFO]: [CMILib] Enabling CMILib v1.4.7.10
[05:01:50] [Server thread/INFO]: Server version: v1_20_R1 - 1.20.1 - paper  git-Paper-196 (MC: 1.20.1)
[05:01:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [1.4.7.10]
[05:01:51] [Server thread/INFO]: PlaceholderAPI hooked.
[05:01:51] [Server thread/INFO]: Updated (EN) language file. Took 15ms
[05:01:51] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.7.7
[05:01:51] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode!
[05:01:51] [Server thread/INFO]: [MarriageMaster] Config file successfully loaded.
[05:01:51] [Server thread/INFO]: [MarriageMaster] No compatible backpack plugin found.
[05:01:51] [Server thread/INFO]: [MarriageMaster] Language file successfully loaded. Language: Portuguese-Brazilian  Author: Gustavo_Player (A.K.A G4stavoM1ster) | Traduzido por Gustavo_Player (Vulgo G4stavoM1ster)
[05:01:51] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting...
[05:01:51] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed.
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Loading marriages ...
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Marriages loaded
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Loading priests ...
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Priests loaded
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Loading players ...
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Players loaded
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Loading marriages into cache ...
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Marriages loaded into cache
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Loading homes ...
[05:01:51] [Thread-38/INFO]: [MarriageMaster] Homes loaded
[05:01:51] [Server thread/INFO]: [MarriageMaster] Item name language file successfully loaded. Language: english  Author: GeorgH93
[05:01:51] [Server thread/INFO]: [MarriageMaster] Loading item translations ...
[05:01:51] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 828 items.
[05:01:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: marriagemaster [2.7.7]
[05:01:51] [Server thread/INFO]: [MarriageMaster] PlaceholderAPI hook was successfully registered!
[05:01:51] [Server thread/INFO]: [MarriageMaster]  Marriage Master has been enabled!  :) 
[05:01:51] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.0.4
[05:01:51] [Server thread/INFO]: [Chunky] Enabling Chunky v1.3.146
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Enabling QuickShop-Hikari v6.2.0.7
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] QuickShop-Hikari - Bootstrap -> Execute the enable sequence
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] QuickShop Hikari
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Registering Bukkit Service: com.ghostchu.quickshop.api.QuickShopProvider
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Starting plugin self-test, please wait...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] Spigot Based Server Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] Old QuickShop Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] ModdedServer Based Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] ModdedServer Database Driver Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] CoreSupport Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] Virtual DisplayItem Support Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] ProtocolLib Incorrect Locate Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] GameVersion supporting Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] Permission Manager Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] PacketListenerAPI Conflict Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] Reremake Test
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [OK] EcoEnchants V11 Check
[05:01:51] [Server thread/WARN]: [QuickShop-Hikari] [WARN] End of life Test: You're running a Minecraft server with a end of life version, QuickShop may not work on this version in future, consider upgrade your server version!
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Reading the configuration...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] [ConfigUpdater] Saving configuration changes...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Contributors: Ghost_chu, PotatoCraft Studio, Netherfoam, Timtower, KaiNoMood (KaiKikuchi), sandtechnology, jho5245, cakoyo, Andre601, Ectabro, Chris6ix, portlek, log4b0at, deadman96385, tiararinne, DoctaEnkoda, CarmJos, YuanYuanOwO, Mgazul, mart-r, Tim269, raphtaliapt, creatorfromhell, LoneDev6, Steven-OS, confuxeon, ibmibmibm, judgetread, mfnalex, Warriorrrr, PyvesB, yannicklamprecht, ORelio, RMSCA, Starmism, yiwenwang2090, PaulBGD, Nlkomaru, harry0198, Draesia, Localized community members on Crowdin
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Original author: Netherfoam, Timtower, KaiNoMood, sandtechnology
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Let's start loading the plugin
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Setting up ItemExpressionRegistry...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Using Virtual Item display, loading ProtocolLib support...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Successfully loaded ProtocolLib support!
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Setting up database...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Create database backup...
[05:01:51] [Server thread/INFO]: [cc.carm.lib.easysql.hikari.HikariDataSource] HikariPool-1 - Starting...
[05:01:51] [Server thread/INFO]: [cc.carm.lib.easysql.hikari.HikariDataSource] HikariPool-1 - Start completed.
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Checking and updating database columns, it may take a while...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Finished!
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Selected permission provider: Bukkit
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Registering commands...
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] Loaded 1 rules for listener blacklist.
[05:01:51] [Server thread/INFO]: [QuickShop-Hikari] EventManager selected: QSEventManager
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Loading shops from database...
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Used 11ms to fetch 21 shops from database.
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Loading shops into memory...
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Used 14ms to load 0 shops into memory (21 shops will be loaded after chunks/world loaded).
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Registering listeners...
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] BungeeCord messenger listener registered!
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Cleaning MsgUtils...
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Cleaning purchase messages from the database that are over a week old...
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Log actions is enabled. Actions will be logged in the qs.log file!
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] [Shop Purger] Purge not enabled!
[05:01:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: qs [6.2.0.7]
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] Successfully loaded PlaceHolderAPI support!
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari] [OK] Virtual DisplayItem Support Test
[05:01:53] [Server thread/INFO]: [QuickShop-Hikari/Bootstrap] QuickShop-Hikari - Bootstrap -> All Complete. (2379ms)
[05:01:53] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.6
[05:01:53] [Server thread/INFO]: [InvSee++] Enabling InvSeePlusPlus v0.24.9
[05:01:53] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.95.2
[05:01:53] [Server thread/INFO]: [ShopGUIPlus] [STDOUT] [Spigotunlocked.com] - COSMO
[05:01:53] [Server thread/WARN]: Nag author(s): '[brc]' of 'ShopGUIPlus v1.95.2' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:01:54] [Server thread/INFO]: [Jobs] Enabling Jobs v5.2.2.5
[05:01:54] [Server thread/INFO]: ------------- Jobs -------------
[05:01:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: jobsr [5.2.2.5]
[05:01:54] [Server thread/INFO]: PlaceholderAPI hooked.
[05:01:54] [Server thread/INFO]: Connected to database (SqLite)
[05:01:54] [Server thread/INFO]: Loaded 8 titles
[05:01:54] [Server thread/INFO]: Loaded 69 protected blocks timers
[05:01:54] [Server thread/INFO]: Loaded 1402 custom item names
[05:01:54] [Server thread/INFO]: Loaded 81 custom entity names
[05:01:54] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[05:01:54] [Server thread/INFO]: Loaded 39 custom enchant names
[05:01:54] [Server thread/INFO]: Loaded 21 custom enchant names
[05:01:54] [Server thread/INFO]: Loaded 16 custom color names
[05:01:54] [Server thread/INFO]: Update shops items icon section and use 'ItemStack' instead
[05:01:54] [Server thread/INFO]: Loaded 4 shop items
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Crafter
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Miner
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Farmer
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Enchanter
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Explorer
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Digger
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Fisherman
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Brewer
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Builder
[05:01:54] [Server thread/INFO]: Loaded 1 quests for Hunter
[05:01:54] [Server thread/INFO]: Loaded 12 jobs
[05:01:54] [Server thread/INFO]: Loaded 0 boosted items
[05:01:54] [Server thread/INFO]: Loaded 627 furnace for reassigning.
[05:01:54] [Server thread/INFO]: Loaded 76 brewing for reassigning.
[05:01:54] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[05:01:54] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[05:01:54] [Server thread/INFO]: Preloaded 579 players data in 0.01
[05:01:54] [Server thread/INFO]: WorldGuard detected.
[05:01:54] [Server thread/INFO]: MythicMobs 5.x detected.
[05:01:54] [Server thread/INFO]: Registering listeners...
[05:01:54] [Server thread/INFO]: mcMMO2.2.017 was found - Enabling capabilities.
[05:01:54] [Server thread/INFO]: Registered McMMO 2.x listener
[05:01:54] [Server thread/INFO]: [Jobs] MythicMobs was found - Enabling capabilities.
[05:01:54] [Server thread/INFO]: Listeners registered successfully
[05:01:54] [Server thread/INFO]: [Jobs] Loaded 69 block protection entries. 1ms
[05:01:54] [Server thread/INFO]: Plugin has been enabled successfully.
[05:01:54] [Server thread/INFO]: ------------------------------------
[05:01:54] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v11.4.0.1.1193
[05:01:54] [Server thread/INFO]: [CombatLogX] Successfully loaded 29 language(s).
[05:01:54] [Server thread/INFO]: [CombatLogX] Detected server as regular SpigotMC/PaperMC (not Folia)
[05:01:54] [Server thread/INFO]: CombatLogX was loaded successfully.
[05:01:54] [Server thread/INFO]: [CombatLogX] Enabling expansions...
[05:01:54] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Action Bar v17.3'...
[05:01:54] [Server thread/INFO]: [CombatLogX]  
[05:01:54] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Boss Bar v17.1'...
[05:01:54] [Server thread/INFO]: [CombatLogX]  
[05:01:54] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Cheat Prevention v17.6'...
[05:01:54] [Server thread/INFO]: [CombatLogX]  
[05:01:54] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Citizens Compatibility v17.9'...
[05:01:54] [Server thread/INFO]: [CombatLogX] [Citizens Compatibility] Successfully found a dependency: Citizens v2.0.32-SNAPSHOT (build 3156)
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Enabling expansion 'EssentialsX Compatibility v17.2'...
[05:01:55] [Server thread/INFO]: [CombatLogX] [EssentialsX Compatibility] Successfully found a dependency: Essentials v2.20.1
[05:01:55] [Server thread/INFO]: [CombatLogX] [EssentialsX Compatibility] Detected EssentialsX successfully.
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Enabling expansion 'LuckPerms Compatibility v17.1'...
[05:01:55] [Server thread/INFO]: [CombatLogX] [LuckPerms Compatibility] Successfully found a dependency: LuckPerms v5.4.121
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Enabling expansion 'PlaceholderAPI Compatibility v17.1'...
[05:01:55] [Server thread/INFO]: [CombatLogX] [PlaceholderAPI Compatibility] Successfully found a dependency: PlaceholderAPI v2.11.5
[05:01:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: combatlogx [17.1]
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Enabling expansion 'WorldGuard Compatibility v17.2'...
[05:01:55] [Server thread/INFO]: [CombatLogX] [WorldGuard Compatibility] Successfully found a dependency: WorldGuard v7.0.9+5934e49
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Death Effects v17.0'...
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Force Field v17.4'...
[05:01:55] [Server thread/INFO]: [CombatLogX] [Force Field] Successfully found a dependency: ProtocolLib v5.3.0
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Logger v17.2'...
[05:01:55] [Server thread/INFO]: [CombatLogX]  
[05:01:55] [Server thread/INFO]: [CombatLogX] Successfully enabled 11 expansions.
[05:01:55] [Server thread/INFO]: CombatLogX was enabled successfully.
[05:01:55] [Server thread/INFO]: [GSit] Enabling GSit v1.10.0
[05:01:55] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[05:01:55] [Server thread/INFO]: [GSit] Link with GriefPrevention successful!
[05:01:55] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[05:01:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.10.0]
[05:01:55] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[05:01:55] [Server thread/INFO]: [packetevents] Enabling packetevents v2.5.0
[05:01:55] [packetevents-update-check-thread/INFO]: [packetevents] Checking for updates, please wait...
[05:01:55] [Server thread/INFO]: [ChunkyBorder] Enabling ChunkyBorder v1.1.63
[05:01:55] [Server thread/INFO]: [qscompat-itemsadder] Enabling qscompat-itemsadder v6.2.0.3
[05:01:55] [Server thread/INFO]: [qscompat-itemsadder] Register ItemAdder ItemExpressionHandler successfully!
[05:01:55] [Server thread/INFO]: [qscompat-itemsadder] Enabling...
[05:01:55] [Server thread/INFO]: [WeaponMechanics] Enabling WeaponMechanics v3.4.0
[05:01:55] [packetevents-update-check-thread/INFO]: [packetevents] You are running the latest release of PacketEvents. Your build: (2.5.0)
[05:01:55] [Server thread/INFO]: [WeaponMechanics] Buy WeaponMechanicsCosmetics to support our development: https://www.spigotmc.org/resources/104539/
[05:01:55] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.8.2-Release
[05:01:55] [Server thread/INFO]: [DeluxeTags] Using standard hex colors format: #aaFF00
[05:01:55] [Server thread/INFO]: [DeluxeTags] 2 tags loaded
[05:01:55] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
[05:01:55] [Server thread/INFO]: [DeluxeTags] PAPI Chat enabled. This means your chat plugin will use placeholders to fetch the tags!
[05:01:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxetags [1.8.2-Release]
[05:01:55] [Server thread/INFO]: [DeluxeTags] ----------------------------
[05:01:55] [Server thread/INFO]: [DeluxeTags]      DeluxeTags Updater
[05:01:55] [Server thread/INFO]: [DeluxeTags]  
[05:01:55] [Server thread/INFO]: [DeluxeTags] You are running 1.8.2-Release
[05:01:55] [Server thread/INFO]: [DeluxeTags] The latest version
[05:01:55] [Server thread/INFO]: [DeluxeTags] of DeluxeTags!
[05:01:55] [Server thread/INFO]: [DeluxeTags]  
[05:01:55] [Server thread/INFO]: [DeluxeTags] ----------------------------
[05:01:55] [Server thread/INFO]: [LeaguesVP] Enabling LeaguesVP v1.2.1
[05:01:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: leaguesvp [1.2.1]
[05:01:55] [Server thread/INFO]: [SimpleClans] [ACF] Enabled Asynchronous Tab Completion Support!
[05:01:55] [Server thread/INFO]: [SimpleClans] Registering 12 command contexts...
[05:01:55] [Server thread/INFO]: [SimpleClans] Registering 15 base commands...
[05:01:55] [Server thread/INFO]: [SimpleClans] Registering 32 command conditions...
[05:01:55] [Server thread/INFO]: [SimpleClans] Registering 19 command completions...
[05:01:55] [Server thread/INFO]: [LeaguesVP] ===================================================
[05:01:55] [Server thread/INFO]: [LeaguesVP] =                    LeaguesVP                    =
[05:01:55] [Server thread/INFO]: [LeaguesVP] =                    by Voper                     =
[05:01:55] [Server thread/INFO]: [LeaguesVP] =                Discord -> _voper                =
[05:01:55] [Server thread/INFO]: [LeaguesVP] ===================================================
[05:01:56] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.16
[05:01:56] [Server thread/INFO]: [InventoryRollbackPlus] Found CraftBukkit Package Version: v1_20_R1
[05:01:56] [Server thread/INFO]: [InventoryRollbackPlus] Inventory backup data is set to save to: YAML
[05:01:56] [Server thread/INFO]: [InventoryRollbackPlus] bStats are enabled
[05:01:56] [Server thread/INFO]: [FlashLight] Enabling FlashLight v1.2.2
[05:01:56] [Server thread/INFO]: [CleanStaffChat] Enabling CleanStaffChat v1.16.2
[05:01:57] [Server thread/INFO]: [CleanStaffChat] Downloaded library https://objects.githubusercontent.com/github-production-release-asset-2e65be/704416798/f262a2d0-ccd2-4c02-b864-023eff33ef32?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241027T080156Z&X-Amz-Expires=300&X-Amz-Signature=1bd65f906e9b321745bb8e87624792d9529ea4a85807fe426f9f0083bfab55a7&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DConfigUpdater-2.1-SNAPSHOT.jar&response-content-type=application%2Foctet-stream
[05:01:57] [Server thread/INFO]: [CleanStaffChat] 
  ___  __    ____    __    _  _    ___   ___ 
 / __)(  )  ( ___)  /__\  ( \( )  / __) / __)
( (__  )(__  )__)  /(__)\  )  (   \__ \( (__ 
 \___)(____)(____)(__)(__)(_)\_)  (___/ \___)

[05:01:57] [Server thread/INFO]: [CleanStaffChat] Server version: 1.20.1-R0.1-SNAPSHOT
[05:01:57] [Server thread/INFO]: [CleanStaffChat] Configurations loaded successfully!
[05:01:57] [Server thread/INFO]: [CleanStaffChat] Hooked into SuperVanish successfully!
[05:01:57] [Server thread/INFO]: [CleanStaffChat] Hooked into PlaceholderAPI successfully!
[05:01:57] [Server thread/INFO]: [CleanStaffChat] Metrics loaded successfully!
[05:01:57] [Server thread/INFO]: [CleanStaffChat] Plugin successfully enabled!
[05:01:57] [Server thread/INFO]: [VoidTeleport] Enabling VoidTeleport v2.4.4
[05:01:57] [Server thread/INFO]: 

                ====================================================================
                                            VoidTeleport
                ====================================================================

                                       Current version: 2.4.4
                                        Latest version: 2.4.5
                             A new version is available! Download it at:
                       https://www.spigotmc.org/resources/voidteleport.47718/

                ====================================================================

[05:01:57] [Server thread/INFO]: [VoidTeleport] Developed by EndlessGames.
[05:01:57] [Server thread/INFO]: [Insights] Enabling Insights v6.17.2
[05:01:58] [Server thread/INFO]: [Insights] Loaded limit 'bed-limit.yml'
[05:01:58] [Server thread/INFO]: [Insights] Loaded limit 'tile-limit.yml'
[05:01:58] [Server thread/INFO]: [Insights] Loaded limit 'redstone-limit.yml'
[05:01:58] [Server thread/INFO]: [Insights] Unregistered listener of 'BlockFromToEvent'
[05:01:58] [Server thread/INFO]: [Insights] Unregistered listener of 'LeavesDecayEvent'
[05:01:58] [Server thread/INFO]: [Insights] Unregistered listener of 'FluidLevelChangeEvent'
[05:01:58] [Server thread/INFO]: [Insights] Unregistered listener of 'SpongeAbsorbEvent'
[05:01:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: insights [6.17.2]
[05:01:58] [Server thread/INFO]: [PaperTweaks] Enabling PaperTweaks v0.4.1
[05:01:58] [Server thread/INFO]: [PaperTweaks] Thank you for using PaperTweaks/VanillaTweaks!
[05:01:58] [Server thread/INFO]: [PaperTweaks] If you have any issues, please visit one of the following links for support:
[05:01:58] [Server thread/INFO]: [PaperTweaks]   - https://discord.gg/invite/Np6Pcb78rr
[05:01:58] [Server thread/INFO]: [PaperTweaks]   - https://github.com/MC-Machinations/VanillaTweaks/issues
[05:01:58] [Server thread/INFO]: [PaperTweaks] Detected WorldGuard and successfully hooked into it!
[05:01:58] [Server thread/INFO]: [PaperTweaks] Detected GriefPrevention and successfully hooked into it!
[05:01:58] [Server thread/INFO]: [PaperTweaks] You are using the H2 database type.
[05:01:59] [Server thread/INFO]: [PaperTweaks] Loaded 40 modules
[05:01:59] [Server thread/INFO]: [PaperTweaks] Enabled 2 modules
[05:01:59] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v2.0.4-beta
[05:01:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ocm [2.0.4-beta]
[05:01:59] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v2.0.4-beta has been enabled
[05:01:59] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.12
[05:01:59] [Server thread/INFO]: [BetterRTP] Cooldown = 600
[05:01:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.12]
[05:01:59] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
[05:01:59] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[05:02:00] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: basicos already exists for another menu!
Skipping menu: basicos
[05:02:00] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: vips already exists for another menu!
Skipping menu: vips
[05:02:00] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: booster already exists for another menu!
Skipping menu: booster
[05:02:00] [Server thread/INFO]: [DeluxeMenus] Menu size for menu: limitesredstone is not present!
Using default size of 54
[05:02:00] [Server thread/INFO]: [DeluxeMenus] Menu size for menu: limitesmobs is not present!
Using default size of 54
[05:02:00] [Server thread/WARN]: [DeluxeMenus] Material for item: vaca in menu: limitesmobs is not valid!
Skipping item: vaca
[05:02:00] [Server thread/INFO]: [DeluxeMenus] 22 GUI menus loaded!
[05:02:00] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[05:02:00] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[05:02:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.0-Release]
[05:02:00] [Server thread/INFO]: [BannerMaker] Enabling BannerMaker v2.4.0
[05:02:00] [Server thread/INFO]: [BannerMaker] Language: pt_BR
[05:02:00] [Server thread/INFO]: [BannerMaker] Vault dependency found! Enable economy supported
[05:02:00] [Server thread/INFO]: [ShowItem] Enabling ShowItem v1.7.3 (build 588)
[05:02:00] [Server thread/INFO]: [ShowItem] Loading Config...
[05:02:00] [Server thread/INFO]: [ShowItem] Metrics are disabled.
[05:02:00] [Server thread/INFO]: [ShowItem] Loading item blocker...
[05:02:00] [Server thread/INFO]: [ShowItem] Found locales en, de, cz
[05:02:00] [Server thread/INFO]: [ShowItem] Loading TranslationMapping...
[05:02:00] [Server thread/INFO]: [ShowItem] Found API-Version 1.13, using new Material IDs...
[05:02:00] [Server thread/INFO]: [ShowItem] TranslationMapping loaded.
[05:02:01] [Server thread/INFO]: [ShowItem] Using ChatManager_v1_20_R1
[05:02:01] [Server thread/INFO]: [ShowItem] Paper chat decorate event support
[05:02:01] [Server thread/INFO]: [ShowItem] Native adventure support detected.
[05:02:01] [Server thread/INFO]: [DiscordSRV] API listener de.themoep.ShowItem.integrations.DiscordSrvIntegration subscribed (1 methods)
[05:02:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: showitem [1.7.3 (build 588)]
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v5.2.3
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Powered by nightcore
[05:02:01] [Server thread/WARN]: [ExcellentCrates] ===================================
[05:02:01] [Server thread/WARN]: [ExcellentCrates] WARNING: You're running an outdated/deprecated server version (1.20.1)!
[05:02:01] [Server thread/WARN]: [ExcellentCrates] Support for this version will be dropped soon.
[05:02:01] [Server thread/WARN]: [ExcellentCrates] Please, upgrade your server to at least 1.20.4.
[05:02:01] [Server thread/WARN]: [ExcellentCrates] ===================================
[05:02:01] [Server thread/WARN]: [ExcellentCrates] Locale file for 'pt' language not found. Using default 'en' locale.
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Using Internal hologram handler.
[05:02:01] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-2 - Starting...
[05:02:01] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f1f3b14
[05:02:01] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-2 - Start completed.
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Registered currency: xp
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Registered currency: levels
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Registered currency: money
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Registered currency: coinsengine_coins
[05:02:01] [Server thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Loaded 8 crate openings.
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Loaded 7 crate keys.
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Loaded 1 rarities!
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Loaded 7 crates.
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Loaded 1 crate menus.
[05:02:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentcrates [5.2.3]
[05:02:01] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 439 ms!
[05:02:01] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[05:02:01] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[05:02:01] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[05:02:01] [Server thread/INFO]: --------------------
[05:02:01] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[05:02:01] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[05:02:01] [Server thread/INFO]: --------------------
[05:02:01] [Server thread/INFO]: [InvSee++_Clear] Enabling InvSeePlusPlus_Clear v0.24.9
[05:02:01] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.2.1
[05:02:01] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
[05:02:01] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[05:02:01] [Server thread/INFO]: [ItemEdit] Hooking into PlaceholderApi
[05:02:01] [Server thread/INFO]: [ItemEdit] Hooked into PlaceHolderAPI:
[05:02:01] [Server thread/INFO]: [ItemEdit] placeholders:
[05:02:01] [Server thread/INFO]: [ItemEdit]   %itemedit_amount_<{itemid}>_[{slot}]_[{player}]%
[05:02:01] [Server thread/INFO]: [ItemEdit]     shows how many itemid player has on slot
[05:02:01] [Server thread/INFO]: [ItemEdit]     <{itemid}> for item id on serveritem
[05:02:01] [Server thread/INFO]: [ItemEdit]     [{slot}] for the slot where the item should be counted, by default inventory
[05:02:01] [Server thread/INFO]: [ItemEdit]       Values: inventory (include offhand), equip (include offhand), inventoryandequip (include offhand), hand, offhand, head, chest, legs, feet
[05:02:01] [Server thread/INFO]: [ItemEdit]     [{player}] for the player, by default self
[05:02:01] [Server thread/INFO]: [ItemEdit]     example: %itemedit_amount_{my_item_id}_{hand}%
[05:02:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemedit [1.0]
[05:02:01] [Server thread/INFO]: [ItemEdit] Hooking into ShopGuiPlus
[05:02:01] [Server thread/INFO]: [ShopGUIPlus] Registered item provider 'ServerItem'.
[05:02:01] [Server thread/INFO]: [ItemEdit] Hooking into MythicMobs
[05:02:01] [Server thread/INFO]: [ItemEdit] # Enabled (took 116 ms)
[05:02:01] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.5.3
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]: __________________________________________________________
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]:                        TradeSystem [2.5.3]
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]: Status:
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]: MC-Version: 1.20.1 (R0.1-SNAPSHOT, Paper)
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tradesystem [1.2]
[05:02:01] [Server thread/INFO]:   > Loading sounds
[05:02:01] [Server thread/INFO]:   > Loading blacklist
[05:02:01] [Server thread/INFO]:     ...got 3 blocked item(s)
[05:02:01] [Server thread/INFO]:   > Loading layouts
[05:02:01] [Server thread/INFO]:     ...got 4 layout(s)
[05:02:01] [Server thread/INFO]:   > Queuing database initializing task
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]: Finished (118ms)
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]: __________________________________________________________
[05:02:01] [Server thread/INFO]:  
[05:02:01] [Server thread/INFO]: [ImageryAPI] Enabling ImageryAPI v1.1.3
[05:02:01] [Server thread/INFO]: [qsaddon-discordsrv] Enabling qsaddon-discordsrv v6.2.0.3
[05:02:01] [Server thread/INFO]: [qsaddon-discordsrv] Performing class scanning...
[05:02:01] [Server thread/INFO]: [qsaddon-discordsrv] Class scanning completed...
[05:02:02] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[05:02:02] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[05:02:02] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[05:02:02] [Server thread/INFO]: | Command file(s) found : 2
[05:02:02] [Server thread/INFO]: | Config : Ready.
[05:02:02] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[05:02:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
[05:02:02] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[05:02:02] [Server thread/INFO]: | Custom commands loaded : 8
[05:02:02] [Server thread/INFO]: | You're running the latest version of MyCommand.
[05:02:02] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[05:02:02] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[05:02:02] [Server thread/INFO]: [XLTournaments] Enabling XLTournaments v3.17.2
[05:02:02] [Server thread/INFO]: [XLTournaments] [STDOUT] [Spigotunlocked.com] - COSMO
[05:02:02] [Server thread/WARN]: Nag author(s): '[ItsLewizzz, ItzSave]' of 'XLTournaments v3.17.2' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:02:02] [Server thread/INFO]: [XLTournaments] 
[05:02:02] [Server thread/INFO]: [XLTournaments] \/|      XLTournaments v3.17.2
[05:02:02] [Server thread/INFO]: [XLTournaments] /\|_     Author: [ItsLewizzz, ItzSave]
[05:02:02] [Server thread/INFO]: [XLTournaments]          Copyright (c) Zithium Studios 2023. All Rights Reserved.
[05:02:02] [Server thread/INFO]: [XLTournaments] 
[05:02:02] [Server thread/INFO]: [XLTournaments] Loading plugin..
[05:02:02] [Server thread/INFO]: [XLTournaments] Loading bstats metrics.
[05:02:02] [Server thread/INFO]: [XLTournaments] Metrics are disabled.
[05:02:02] [Server thread/INFO]: [XLTournaments] Hooked into Vault
[05:02:02] [Server thread/INFO]: [net.zithium.tournaments.libs.hikari.HikariDataSource] HikariPool-1 - Starting...
[05:02:02] [Server thread/INFO]: [net.zithium.tournaments.libs.hikari.pool.HikariPool] HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@67983c82
[05:02:02] [Server thread/INFO]: [net.zithium.tournaments.libs.hikari.HikariDataSource] HikariPool-1 - Start completed.
[05:02:02] [Server thread/INFO]: [XLTournaments] 
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Enabling InvisibleItemFrames v2.16.0
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Initializing managers...
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] MemoryDataManager initialized!
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Using Paper Implementation!
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] ImplementationManager initialized!
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] BlockLockerManager initialized!
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Registering commands...
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Registering listeners...
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Loading data...
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Starting metrics...
[05:02:02] [Server thread/INFO]: [InvisibleItemFrames] Done and enabled in 5.73ms
[05:02:02] [Server thread/INFO]: [MobFarmManager] Enabling MobFarmManager v2.1.0.6
[05:02:03] [Server thread/INFO]: MobFarmManager Version 2.1.0.6 has been enabled
[05:02:03] [Server thread/INFO]: [ConditionalTextPlaceholders] Enabling ConditionalTextPlaceholders v1.5.0
[05:02:03] [Server thread/INFO]: Loaded config.yml...
[05:02:03] [Server thread/INFO]: Starting up ConditionalTextPlaceholders 1.5.0
[05:02:03] [Server thread/INFO]: Running on paper v1_18 (NMS: v1_20_R1)
[05:02:03] [Server thread/INFO]: ~~~~~~~~~~~~ ConditionalTextPlaceholders ~~~~~~~~~~~~
[05:02:03] [Server thread/INFO]: Loaded settings.yml...
[05:02:03] [Server thread/INFO]: Loaded 2 setting(s)...
[05:02:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: conditionaltext [1.5.0]
[05:02:03] [Server thread/INFO]: Registered placeholder expansion.
[05:02:03] [Server thread/INFO]: Added language defaults ConditionalTextLanguage
[05:02:03] [Server thread/INFO]: Loaded language.yml...
[05:02:03] [Server thread/INFO]: Loaded 19 message(s)...
[05:02:03] [Server thread/INFO]: ~~~~~~~~~~~~ /////// ~~~~~~~~~~~~
[05:02:03] [Server thread/INFO]: Done... startup took 18ms.
[05:02:03] [Server thread/INFO]: [ResourceWorld] Enabling ResourceWorld v2.0.7
[05:02:03] [Server thread/INFO]:  
[05:02:03] [Server thread/INFO]: Resource World v2.0.7
[05:02:03] [Server thread/INFO]:  
[05:02:03] [Server thread/INFO]:      Author: Nik
[05:02:03] [Server thread/INFO]:  
[05:02:03] [Server thread/INFO]: -------- World Settings For [recursos] --------
[05:02:03] [Server thread/INFO]: View Distance: 8
[05:02:03] [Server thread/INFO]: Simulation Distance: 5
[05:02:03] [Server thread/INFO]: Item Merge Radius: 4.0
[05:02:03] [Server thread/INFO]: Experience Merge Radius: 6.0
[05:02:03] [Server thread/INFO]: Mob Spawn Range: 6
[05:02:03] [Server thread/INFO]: Item Despawn Rate: 6000
[05:02:03] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[05:02:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[05:02:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[05:02:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[05:02:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Potato Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Vine Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Kelp Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[05:02:03] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Ra 48 / Mi 12 / Tiv true / Isa false
[05:02:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[05:02:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[05:02:03] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[05:02:03] [Server thread/INFO]: Max TNT Explosions: 100
[05:02:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[05:02:03] [Server thread/INFO]: Preparing start region for dimension minecraft:recursos
[05:02:03] [Server thread/INFO]: Time elapsed: 211 ms
[05:02:03] [Server thread/INFO]: [WorldGuard] (recursos) TNT ignition is PERMITTED.
[05:02:03] [Server thread/INFO]: [WorldGuard] (recursos) Lighters are PERMITTED.
[05:02:03] [Server thread/INFO]: [WorldGuard] (recursos) Lava fire is PERMITTED.
[05:02:03] [Server thread/INFO]: [WorldGuard] (recursos) Fire spread is UNRESTRICTED.
[05:02:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'recursos'
[05:02:03] [Server thread/INFO]: [QuickShop-Hikari] Loading shops from database...
[05:02:03] [Server thread/INFO]: [QuickShop-Hikari] Used 0ms to fetch 0 shops from database.
[05:02:03] [Server thread/INFO]: [QuickShop-Hikari] Loading shops into memory...
[05:02:03] [Server thread/INFO]: [QuickShop-Hikari] Used 0ms to load 0 shops into memory (0 shops will be loaded after chunks/world loaded).
[05:02:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rw [2.0.7]
[05:02:03] [Server thread/INFO]: [qscompat-griefprevention] Enabling qscompat-griefprevention v6.2.0.3
[05:02:03] [Server thread/INFO]: [qscompat-griefprevention] Registering unsafe event listener...
[05:02:03] [Server thread/INFO]: [qscompat-griefprevention] Enabling...
[05:02:03] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.12
[05:02:03] [Server thread/INFO]: [EpicRename] [CheckServerVersion] Server running 1.16 or newer. Hex color code support has been enabled.
[05:02:03] [Server thread/INFO]: [EpicRename] Version: 3.12 MC Version: ONE_DOT_SIXTEEN_OR_NEWER
[05:02:03] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2022 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of the MPL v2.0 license at: http://bit.ly/2eMknxx
[05:02:03] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
[05:02:03] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
[05:02:03] [Server thread/INFO]: [EpicRename] Plugin Enabled!
[05:02:03] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.6.2
[05:02:03] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v1.4.4-SNAPSHOT
[05:02:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: autopickup [1.0.0]
[05:02:03] [Server thread/INFO]: [AutoPickup] Checking for new verison...
[05:02:03] [Server thread/INFO]: [AutoPickup] UPDATE FOUND: https://www.spigotmc.org/resources/70157/
[05:02:03] [Server thread/INFO]: [AutoPickup] Version: 1.4.6-SNAPSHOT Using Version: 1.4.4-SNAPSHOT
[05:02:03] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.30.0
[05:02:03] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
[05:02:05] [Server thread/INFO]: [PlayerWarps] Found 25 config files to load!
[05:02:05] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
[05:02:05] [Server thread/INFO]: [PlayerWarps] Economy plugin found! (TheNewEconomy)
[05:02:05] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
[05:02:05] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
[05:02:06] [Server thread/INFO]: [PlayerWarps] Found GriefPrevention Addon integrating support...
[05:02:06] [Server thread/INFO]: [PlayerWarps] Found Essentials Expansion integrating support...
[05:02:06] [Server thread/INFO]: [PlayerWarps] Found Patches Expansion integrating support...
[05:02:06] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
[05:02:06] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
[05:02:06] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
[05:02:06] [Server thread/INFO]: [SafariNet] Enabling SafariNet v1.16.4-b1-SNAPSHOT
[05:02:06] [Server thread/INFO]: [SafariNet] Using v1_20_R1
[05:02:06] [Server thread/INFO]: [SafariNet] [SafariNet] WorldGuard found and using it.
[05:02:06] [Server thread/INFO]: [SafariNet] [SafariNet] GriefPrevention found and using it.
[05:02:06] [Server thread/INFO]: [SafariNet] [SafariNet] Citizens found and using it.
[05:02:06] [Server thread/INFO]: [SafariNet] [SafariNet] MythicMobs found and using it.
[05:02:06] [Server thread/INFO]: [PinataParty] Enabling PinataParty v2.65.0
[05:02:06] [Server thread/INFO]: [PinataParty] [STDOUT] [Spigotunlocked.com] - COSMO
[05:02:06] [Server thread/WARN]: Nag author(s): '[Indyuce, HexedHero]' of 'PinataParty v2.65.0' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:02:06] [Server thread/INFO]: [PinataParty] Loading data...
[05:02:06] [Server thread/INFO]: [PinataParty] Registering hooks...
[05:02:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pinataparty [2.65.0]
[05:02:06] [Server thread/INFO]: [PinataParty] Hooked into PlaceholderAPI
[05:02:06] [Server thread/INFO]: [PinataParty] Hooked into Votifier
[05:02:06] [Server thread/INFO]: [PinataParty] Hooked into Vault
[05:02:06] [Server thread/INFO]: [PinataParty] Registering commands...
[05:02:06] [Server thread/INFO]: [PinataParty] Registering listeners...
[05:02:06] [Server thread/INFO]: [PinataParty] Starting tasks...
[05:02:06] [Server thread/INFO]: [PinataParty] Starting metrics...
[05:02:06] [Server thread/INFO]: [PinataParty] Plugin registered to 1324325 | -170921854
[05:02:06] [Server thread/INFO]: [PinataParty] Done and enabled in 15.08ms
[05:02:06] [Server thread/INFO]: [Images] Enabling Images v2.3.2
[05:02:06] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
[05:02:06] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.2.3
[05:02:06] [Server thread/INFO]: [Multiverse-NetherPortals 4.2.3]  Enabled - By Rigby and fernferret
[05:02:06] [Server thread/INFO]: [KickFromClaim] Enabling KickFromClaim v3.1.0.1
[05:02:06] [Server thread/INFO]: [KickFromClaim] Success! KickFromClaim is enabled and working! (4688384 ns)
[05:02:06] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.8.0
[05:02:07] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[05:02:07] [Server thread/INFO]: [ajLeaderboards] Loaded 3 boards
[05:02:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.8.0]
[05:02:07] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[05:02:07] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.8.0 by ajgeiss0702 enabled!
[05:02:07] [Server thread/INFO]: [CosmeticsCore] Enabling CosmeticsCore v1.3.0-release-2
[05:02:07] [Server thread/INFO]: [Elevator] Enabling Elevator v3.13.0
[05:02:07] [Server thread/INFO]: [BanFromClaim] Enabling BanFromClaim v1.6.6
[05:02:07] [Server thread/INFO]:  ___ ___ ___
[05:02:07] [Server thread/INFO]: | _ ) __/ __|        BanFromClaim v1.6.6
[05:02:07] [Server thread/INFO]: | _ \ _| (__         Author: Baktus_79
[05:02:07] [Server thread/INFO]: |___/_| \___|
[05:02:07] [Server thread/INFO]: 
[05:02:07] [Server thread/INFO]: [BanFromClaim] Successfully hooked into GriefPrevention
[05:02:07] [Server thread/INFO]: 
[05:02:07] [Server thread/INFO]: [TAB] Enabling TAB v4.1.4
[05:02:08] [Server thread/INFO]: [TAB] Loaded NMS hook in 367ms
[05:02:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.4]
[05:02:08] [Server thread/INFO]: [TAB] [WARN] Condition "nick" is missing "conditions" section.
[05:02:08] [Server thread/INFO]: [TAB] [WARN] Found a total of 1 issues.
[05:02:08] [Server thread/INFO]: [TAB] Enabled in 80ms
[05:02:08] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.14.3
[05:02:08] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.14.3 has been enabled.
[05:02:08] [Server thread/INFO]: [ChatColor] Current update: Increased plugin compatibility
[05:02:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cc [1.14.3]
[05:02:08] [Server thread/INFO]: [ChatColor] PlaceholderAPI has been hooked.
[05:02:08] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
[05:02:08] [Server thread/INFO]: [spark] Enabling spark v1.10.66
[05:02:08] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[05:02:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.66]
[05:02:08] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[05:02:08] [Server thread/INFO]: [Duels] Enabling Duels v3.5.3
[05:02:09] [Server thread/WARN]: [Duels] Failed to hook into CombatLogX: This version of CombatLogX is not supported. Please try upgrading to the latest version.
[05:02:09] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
[05:02:09] [Server thread/INFO]: [Duels] Successfully hooked into 'mcMMO'!
[05:02:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: duels [1.0]
[05:02:09] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[05:02:09] [Server thread/INFO]: [Duels] Successfully hooked into 'SimpleClans'!
[05:02:09] [Server thread/INFO]: [Duels] Using Economy Provider: net.tnemc.bukkit.hook.economy.TNEVault
[05:02:09] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[05:02:09] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
[05:02:09] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 6 kit(s).
[05:02:09] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 14 arena(s).
[05:02:09] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[05:02:09] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
[05:02:09] [Server thread/INFO]: [ShopGUIPlusSilkSpawnersBridge] Enabling ShopGUIPlusSilkSpawnersBridge v1.5.0
[05:02:09] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[05:02:09] [Server thread/INFO]: [SilkSpawners] Loading support for v1_20_R1
[05:02:09] [Server thread/INFO]: [ShopGUIPlus] Registered spawners support for SilkSpawners.
[05:02:09] [Server thread/INFO]: [Spartan] Enabling Spartan vPhase 537.5
[05:02:10] [Server thread/INFO]: [BottledExp] Enabling BottledExp v3.2.2.5
[05:02:10] [Server thread/INFO]: [BottledExp] Version 3.2.2.5 has been enabled
[05:02:10] [Server thread/INFO]: [BottledExp] Using LuckPerms via Vault.
[05:02:10] [Server thread/INFO]: [qsaddon-list] Enabling qsaddon-list v6.2.0.3
[05:02:10] [Server thread/INFO]: [qsaddon-list] Registering the per shop permissions...
[05:02:10] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart v2024.03
[05:02:11] [Server thread/INFO]: [UltimateAutoRestart+] 2024.03, a premium resource by Norska - Thanks for purchasing!
[05:02:11] [Server thread/INFO]: [UltimateAutoRestart+] Join www.norska.dev/discord/ for support!
[05:02:11] [Server thread/INFO]: [UltimateAutoRestart+] Attempting hooks...
[05:02:11] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v2.1.3
[05:02:11] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[05:02:11] [Server thread/INFO]: [CommandNPC] Initiating Database
[05:02:11] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[05:02:11] [Thread-54/INFO]: [CommandNPC] Loading commands complete!
[05:02:11] [Server thread/INFO]: [CommandNPC] Checking config for update checker
[05:02:11] [Server thread/INFO]: [CommandNPC] Checking for updates
[05:02:11] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[05:02:11] [Server thread/INFO]: [Pl-Hide-Pro] Enabling Pl-Hide-Pro v2.10.4
[05:02:11] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.3
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[05:02:11] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[05:02:11] [Server thread/INFO]: [StackMob] Enabling StackMob v5.9.2
[05:02:12] [Thread-55/INFO]: [CommandNPC] Checking for update...
[05:02:12] [Server thread/INFO]: [StackMob] StackMob v5.9.2 by antiPerson and contributors.
[05:02:12] [Server thread/INFO]: [StackMob] GitHub: https://github.com/Nathat23/StackMob-5 Discord: https://discord.gg/fz9xzuB
[05:02:12] [Server thread/INFO]: [StackMob] Loading config files...
[05:02:12] [Server thread/INFO]: [StackMob] Registering hooks and trait checks...
[05:02:12] [Server thread/INFO]: [StackMob] Registering events, commands and tasks...
[05:02:12] [Server thread/INFO]: [StackMob] Detected server version V1_16
[05:02:12] [ForkJoinPool.commonPool-worker-6/INFO]: [StackMob] No update is currently available.
[05:02:12] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1
[05:02:12] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[05:02:12] [Server thread/INFO]: [PlayerKits2] Enabling PlayerKits2 v1.11.2
[05:02:12] [Thread-55/INFO]: [CommandNPC] Version installed is 2.1.3
[05:02:12] [Thread-55/INFO]: [CommandNPC] Latest version found online is 2.1.3
[05:02:12] [Thread-55/INFO]: [CommandNPC] No update found.
[05:02:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerkits [1.11.2]
[05:02:12] [Server thread/INFO]: [PlayerKits²] Has been enabled! Version: 1.11.2
[05:02:12] [Server thread/INFO]: [PlayerKits²] Thanks for using my plugin!   ~Ajneb97
[05:02:12] [Server thread/INFO]: There is a new version available. (1.12.6)
[05:02:12] [Server thread/INFO]: You can download it at: https://modrinth.com/plugin/playerkits-2
[05:02:12] [Server thread/INFO]: [ChocoFly] Enabling ChocoFly v0.45
[05:02:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: claimfly [0.1]
[05:02:12] [Server thread/INFO]: [ChocoFly] PlaceholderAPI detected
[05:02:12] [Server thread/INFO]: [ChocoFly] GriefPrevention detected
[05:02:12] [Server thread/INFO]: [ChocoFly] Worldguard detected
[05:02:12] [Server thread/INFO]: [AntiNetherRoof] Enabling AntiNetherRoof v1.2.5
[05:02:12] [Server thread/INFO]: AntiNetherRoof 1.2.5
[05:02:12] [Server thread/INFO]: Developer: Discord: iAngry#0932 Spigot: gregoryg
[05:02:12] [Server thread/INFO]: Enabled
[05:02:12] [Server thread/INFO]: [PlayerAuctions] Enabling PlayerAuctions v1.29.0
[05:02:13] [Server thread/INFO]: [PlayerAuctions] Vault found, now enabling PlayerAuctions...
[05:02:14] [Server thread/INFO]: [PlayerAuctions] Found 19 config files to load!
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Permissions plugin found! (LuckPerms)
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Economy plugin found! (TheNewEconomy)
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Chat plugin found! (LuckPerms)
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Found PlaceholderAPI integrating support...
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Found Vault Currency integrating support...
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Found Product Converter integrating support...
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Found Item Currency integrating support...
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Found XP Currency integrating support...
[05:02:17] [Server thread/INFO]: [PlayerAuctions] SQLite database is enabling...
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Loading Metrics...
[05:02:17] [Server thread/INFO]: [PlayerAuctions] Successfully loaded Metrics!
[05:02:17] [Server thread/INFO]: [ChestSort] Enabling ChestSort v14.0.3
[05:02:17] [Server thread/INFO]: [ChestSort] Hooked into WorldGuard 7.0.9+5934e49
[05:02:17] [Server thread/INFO]: [ChestSort] Use permissions: true
[05:02:17] [Server thread/INFO]: [ChestSort] Current sorting method: {category},{itemsFirst},{name},{color},{customName}
[05:02:17] [Server thread/INFO]: [ChestSort] Allow automatic chest sorting:true
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Chest sorting enabled by default: false
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Sort time: close
[05:02:17] [Server thread/INFO]: [ChestSort] Allow automatic inventory sorting:true
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Inventory sorting enabled by default: false
[05:02:17] [Server thread/INFO]: [ChestSort] Auto generate category files: true
[05:02:17] [Server thread/INFO]: [ChestSort] Allow hotkeys: true
[05:02:17] [Server thread/INFO]: [ChestSort] Hotkeys enabled by default:
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Middle-Click: true
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Shift-Click: true
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Double-Click: true
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Shift-Right-Click: true
[05:02:17] [Server thread/INFO]: [ChestSort] Allow additional hotkeys: true
[05:02:17] [Server thread/INFO]: [ChestSort] Additional hotkeys enabled by default:
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Left-Click: false
[05:02:17] [Server thread/INFO]: [ChestSort]   |- Right-Click: false
[05:02:17] [Server thread/INFO]: [ChestSort] Check for updates: false
[05:02:17] [Server thread/INFO]: [ChestSort] Categories: 900-weapons (6), 905-common-tools (4), 907-other-tools (6), 909-food (33), 910-valuables (47), 920-armor-and-arrows (9), 930-brewing (18), 950-redstone (23), 960-wood (60), 970-stone (38), 980-plants (50), 981-corals (1)
[05:02:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chestsort [14.0.3]
[05:02:17] [Server thread/INFO]: [CentralCart] Enabling CentralCart v1.0.0-61fb4c
[05:02:17] [Server thread/INFO]: 
   ______                 __                     __   ______                   __ 
  / ____/  ___    ____   / /_   _____  ____ _   / /  / ____/  ____ _   _____  / /_
 / /      / _ \  / __ \ / __/  / ___/ / __ `/  / /  / /      / __ `/  / ___/ / __/
/ /___   /  __/ / / / // /_   / /    / /_/ /  / /  / /___   / /_/ /  / /    / /_  
\____/   \___/ /_/ /_/ \__/  /_/     \__,_/  /_/   \____/   \__,_/  /_/     \__/  

                      www.centralcart.com.br - v1.0.0-61fb4c
                       Monetize o seu servidor de Minecraft!
[05:02:17] [Server thread/INFO]: [CentralCart] => Plano: RICH - Expira em: 03/11/2024
[05:02:17] [Server thread/INFO]: [MCPets] Enabling MCPets v4.1.2
[05:02:17] [Server thread/INFO]: [MCPets] : Language file reloaded.
[05:02:17] [Server thread/INFO]: [MCPets] : Blacklist file reloaded.
[05:02:17] [Server thread/INFO]: Loading pets... 
[05:02:17] [Server thread/INFO]:   - baby_polar_bear loaded succesfully.
[05:02:17] [Server thread/INFO]:   - baby_yeti loaded succesfully.
[05:02:17] [Server thread/INFO]:   - frost_ferret loaded succesfully.
[05:02:17] [Server thread/INFO]:   - ice_knight loaded succesfully.
[05:02:17] [Server thread/INFO]:   - gangster_snowman loaded succesfully.
[05:02:17] [Server thread/INFO]: [MCPets] : 5 pets registered successfully !
[05:02:17] [Server thread/INFO]: [MCPets] : 0 categories registered successfully !
[05:02:17] [Server thread/INFO]: -=-=-=-= MCPets loaded =-=-=-=-
[05:02:17] [Server thread/INFO]:       Plugin made by Nocsy
[05:02:17] [Server thread/INFO]: -=-=-=-= -=-=-=-=-=-=- =-=-=-=-
[05:02:17] [Server thread/INFO]: -=- Launching Flags -=-
[05:02:17] [Server thread/INFO]: [MCPets] : Starting flag mcpets-dismount.
[05:02:17] [Server thread/INFO]: [MCPets] : Starting flag mcpets-despawn.
[05:02:17] [Server thread/INFO]: [MCPets] : Starting flag mcpets-dismount-flying.
[05:02:17] [Server thread/INFO]: 3 flags launched.
[05:02:18] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:02:18] [Server thread/INFO]: Running delayed init tasks
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] [Importing models]
[05:02:18] [Craft Scheduler Thread - 12 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[05:02:18] [Craft Scheduler Thread - 17 - Essentials/INFO]: [Essentials] Buscando informações da versão...
[05:02:18] [Craft Scheduler Thread - 17 - Essentials/INFO]: [Essentials] Verificações de atualizações desativadas na configuração.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing amogus.bbmodel.
[05:02:18] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[05:02:18] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[05:02:18] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.GriefPreventionFeature] Plugin 'GriefPrevention' found. Using it now.
[05:02:18] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'GriefPrevention'
[05:02:18] [Craft Scheduler Thread - 7 - BlueSlimeCore/INFO]: [Blue Slime Core]  
[05:02:18] [Craft Scheduler Thread - 7 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] A possible update was found for plugin 'CombatLogX'.
[05:02:18] [Craft Scheduler Thread - 7 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Current Version: 11.4.0.1.1193
[05:02:18] [Craft Scheduler Thread - 7 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] New Version: 11.5.0.0.1242
[05:02:18] [Craft Scheduler Thread - 7 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Download Link: https://www.spigotmc.org/resources/31689/
[05:02:18] [Craft Scheduler Thread - 10 - NksAnunciar/INFO]: [NksAnunciar] Existe uma atualização disponível!
[05:02:18] [Craft Scheduler Thread - 81 - QuickShop-Hikari/INFO]: [QuickShop-Hikari] Start to caching usernames (async)...
[05:02:18] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[05:02:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.7]
[05:02:18] [Craft Scheduler Thread - 64 - InventoryRollbackPlus/INFO]: [InventoryRollbackPlus] Checking for updates...
[05:02:18] [Craft Scheduler Thread - 96 - ShowItem/ERROR]: [ShowItem] Error while searching for update.
[05:02:18] [Craft Scheduler Thread - 17 - PlayerWarps/INFO]: [PlayerWarps] Loading player warps...
[05:02:18] [Craft Scheduler Thread - 96 - ShowItem/ERROR]: [ShowItem] no protocol: 
[05:02:18] [Craft Scheduler Thread - 109 - Vault/INFO]: [Vault] Checking for Updates ... 
[05:02:18] [Craft Scheduler Thread - 121 - PlayerAuctions/INFO]: [PlayerAuctions] Loading auction items...
[05:02:18] [Craft Scheduler Thread - 123 - TradeSystem/INFO]: [TradeSystem] Database was started successfully.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing baby_polar_bear.bbmodel.
[05:02:18] [Craft Scheduler Thread - 62 - Duels/INFO]: [Duels] No updates were available. You are on the latest version!
[05:02:18] [Craft Scheduler Thread - 43 - CMILib/INFO]: New version of CMILib was detected. Please update it
[05:02:18] [Craft Scheduler Thread - 65 - DecentHolograms/INFO]: 
A newer version of DecentHolograms is available. Download it from: https://www.spigotmc.org/resources/96927/
[05:02:18] [Craft Scheduler Thread - 109 - Vault/INFO]: [Vault] No new version available
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing baby_yeti.bbmodel.
[05:02:18] [Craft Scheduler Thread - 64 - InventoryRollbackPlus/INFO]: 
===============================================================================
A minor update to InventoryRollbackPlus is available!
Download at https://www.spigotmc.org/resources/inventoryrollbackplus-1-8-1-16-x.85811/
(current: 1.6.16, latest: 1.6.19)
===============================================================================

[05:02:18] [Craft Scheduler Thread - 25 - Pl-Hide-Pro/INFO]: [Pl-Hide-Pro] §3Pl§7-§3Hide§7-§6Pro §8▎ §r§aUpdate available: §l§b2.11.1§r§a! You are on §l§b2.10.4§r§a!
[05:02:18] [Craft Scheduler Thread - 107 - ItemEdit/INFO]: [ItemEdit] New Update at https://spigotmc.org/resources/40993
[05:02:18] [Craft Scheduler Thread - 58 - BanFromClaim/INFO]: -----------------------
[05:02:18] [Craft Scheduler Thread - 58 - BanFromClaim/INFO]: [BanFromClaim] Version 1.7.4 is now available!
[05:02:18] [Craft Scheduler Thread - 58 - BanFromClaim/INFO]: [BanFromClaim] Download the update at https://www.spigotmc.org/resources/70897
[05:02:18] [Craft Scheduler Thread - 58 - BanFromClaim/INFO]: -----------------------
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing ballon_cluster.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing frost_ferret.bbmodel.
[05:02:18] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: [DecentHolograms] Loaded 27 holograms!
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: The cube cube in bone boomerang is rotated in multiple axis. Choosing one axis.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: The cube cube in bone boomerang has illegal rotations. Cube rotation can only be -45, -22.5, 0, 22.5 and 45. [ -67.5 ]
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing gangster_snowman.bbmodel.
[05:02:18] [Server thread/INFO]: [UltraSetHome] WorldGuard hooked successfully.
[05:02:18] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing ice_knight.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing locomotive.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing star_kite.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing desktop.ini.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Error: Unknown format.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing desktop.ini.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Error: Unknown format.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing hologram_flicker_out.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing light_absorption.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing liquid_meltdown.bbmodel.
[05:02:18] [Server thread/INFO]: [SimpleClans] Registered WorldGuardProvider successfully
[05:02:18] [Server thread/WARN]: [SimpleClans] Error registering provider WorldGuard6Provider
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing nature_reclaim.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing rust_decay.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing sound_wave_disperse.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing spectral_fade.bbmodel.
[05:02:18] [Server thread/INFO]: [SimpleClans] Registered GriefPreventionProvider successfully
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing stone_crumble.bbmodel.
[05:02:18] [Server thread/INFO]: [ItemsAdder] [Pack] Extracting internal contents from .jar
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing void_collapse.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing water_evaporation.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing desktop.ini.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Error: Unknown format.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_aurora_sky.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_constellation.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_fog_envelop.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_jade_crystallize.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_kinetic_energy.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_northstar_recalls.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_outline_retrace.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_prismatic_light.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_quill_ink.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Importing kfx_sweet_honey.bbmodel.
[05:02:18] [Craft Scheduler Thread - 8 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
[05:02:18] [Craft Scheduler Thread - 78 - ResourceWorld/INFO]: [Resource World]: You're running the Latest Version <3
[05:02:18] [Craft Scheduler Thread - 112 - ItemsAdder/INFO]: [ItemsAdder] [License] Spigot product licensed to: LuiShow83 (2016259)
[05:02:18] [Craft Scheduler Thread - 31 - CosmeticsCore/INFO]: [CosmeticsCore] You can ignore this message: Can't connect to SpigotMC.org, probably internet connection is blocked.
( Error connecting: 400 ) - User ID: %%__USER__%%
[05:02:18] [Craft Scheduler Thread - 41 - PinataParty/INFO]: [PinataParty] v1.1.0 is available! You are running v2.65.0!
[05:02:18] [Craft Scheduler Thread - 31 - CosmeticsCore/INFO]: [CosmeticsCore] [License] Unknown user ID: %%__USER__%%
[05:02:18] [Craft Scheduler Thread - 41 - PinataParty/INFO]: [PinataParty] Download it here: https://www.spigotmc.org/resources/61941/
[05:02:18] [Craft Scheduler Thread - 9 - BlueSlimeCore/INFO]: [Blue Slime Core]  
[05:02:18] [Craft Scheduler Thread - 9 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Found a possible update for plugin 'BlueSlimeCore'.
[05:02:18] [Craft Scheduler Thread - 9 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Local Version: 2.9.4.377
[05:02:18] [Craft Scheduler Thread - 9 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Remote Version: 2.9.6.431
[05:02:18] [Craft Scheduler Thread - 9 - BlueSlimeCore/INFO]: [Blue Slime Core] [Update Checker] Download Link: https://hangar.papermc.io/SirBlobman/BlueSlimeCore
[05:02:19] [Server thread/INFO]: [ItemsAdder] [Pack] DONE extracting internal contents from .jar
[05:02:19] [Server thread/WARN]: [ItemsAdder] Detected legacy ItemsAdder pack (pre 3.3.0).
[05:02:19] [Server thread/WARN]: [ItemsAdder] Trying to load files, unexpected results might occur.
[05:02:19] [Server thread/WARN]: [ItemsAdder] It's adviced to follow the new guidelines: https://a.devs.beer/ia-new-guidelines-330
[05:02:19] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] 
[05:02:19] [Craft Scheduler Thread - 8 - ModelEngine/INFO]: [ModelEngine] [A] Resource pack zipped.
[05:02:19] [Server thread/ERROR]: [ItemsAdder] Unknown attribute modifier 'generic.custom_armor' for item 'elitecreatures:bahamut_animated_weapon_set_chestplate'. File /contents/elitecreatures/configs/elitecreatures/bahamut_animated_weapon_set/items_bahamut_animated_weapon_set.yml
[05:02:19] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[05:02:19] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (TheNewEconomy)
[05:02:19] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (LuckPerms)
[05:02:19] [Server thread/INFO]: [WeaponMechanics] Loaded 1 ammo types
[05:02:19] [Server thread/INFO]: [WeaponMechanics] Registered 0 RepairKits
[05:02:19] [Server thread/INFO]: [WeaponMechanics] Hooking into MythicMobs
[05:02:19] [Server thread/INFO]: [WeaponMechanics] Hooked in MythicMobs 5.6.2-3e052553
[05:02:20] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[05:02:20] [Server thread/INFO]: [XLTournaments] Registered external objective NUVOTIFIER_VOTES using Votifier plugin.
[05:02:20] [Server thread/INFO]: [XLTournaments] Registered external objective DUELS_WINS using Duels plugin.
[05:02:20] [Server thread/INFO]: [XLTournaments] Registered external objective MYTHICMOBS_KILLS using MythicMobs plugin.
[05:02:20] [Server thread/INFO]: [XLTournaments] Registered external objective PLACEHOLDERAPI using PlaceholderAPI plugin.
[05:02:20] [Server thread/INFO]: [XLTournaments] Registered external objective ESSENTIALS_BALANCE_RECEIVE using Essentials plugin.
[05:02:20] [Server thread/INFO]: [XLTournaments] Registered external objective ESSENTIALS_BALANCE_SPEND using Essentials plugin.
[05:02:20] [Server thread/INFO]: [XLTournaments] Registered external objective EXCELLENTCRATES_OPEN using ExcellentCrates plugin.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 17 tournament objectives (PLACEHOLDERAPI, POTION_BREW, BLOCK_BREAK, PLAYER_CONSUME, ODAILYQUESTS_COMPLETE, EXCELLENTCRATES_OPEN, NUVOTIFIER_VOTES, DUELS_WINS, PLAYTIME, MYTHICMOBS_KILLS, PLAYER_FISH, ESSENTIALS_BALANCE_RECEIVE, MOB_KILLS, ITEM_CRAFT, BLOCK_PLACE, PLAYER_KILLS, ESSENTIALS_BALANCE_SPEND).
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'minerador_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'player_kills_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'conectado_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'fazendeiro_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'pescador_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'escavador_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'aniquilador_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'assassino_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'block_break_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'pedreiro_tournament' tournament.
[05:02:20] [Server thread/INFO]: [XLTournaments] Loaded 'lenhador_tournament' tournament.
[05:02:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: xltournaments [3.17.2]
[05:02:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pw [1.0.0]
[05:02:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pa [1.29.0]
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] Plugin (Vault e Economy) encontrado. Realizando Hook...
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] Plugin (PlayerPoints) encontrado. Realizando hook...
[05:02:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ytags [2.2.4]
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] PlaceholderAPI encontrado, métodos carregados.
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] OpeNChat encontrado, métodos inicializados.
[05:02:20] [Server thread/INFO]: [INFO] [DESCONHECIDO] conexão com sqlite inicializada com sucesso
[05:02:20] [Server thread/INFO]: [INFO] [DESCONHECIDO] Carregado 0 objetos em 0ms
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] 3 tags carregada(s): [Beta, Homem, Mulher]
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yTags] Pacotes carregados.
[05:02:20] [Server thread/ERROR]: [yPlugins] [STDERR] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[05:02:20] [Server thread/WARN]: Nag author(s): '[yChusy, NickUC]' of 'yPlugins v3.2.9' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:02:20] [Server thread/ERROR]: [yPlugins] [STDERR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[05:02:20] [Server thread/ERROR]: [yPlugins] [STDERR] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[05:02:20] [Server thread/INFO]: [INFO] [DESCONHECIDO] conexão com mysql hikari inicializada com sucesso
[05:02:20] [Server thread/INFO]: [INFO] [DESCONHECIDO] Carregado 0 objetos em 0ms
[05:02:20] [Server thread/INFO]: [INFO] [DESCONHECIDO] Carregado 325 objetos em 9ms
[05:02:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ycorreio [1.3.0]
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] PlaceholderAPI encontrado, métodos inicializados.
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] 7 recompensas carregada(s): [angelicalcompleto, ferramentasangelical, kitangelical, Reco1, torneio1, torneio2, torneio3]
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] 7 grupos carregado(s): [gp1]
[05:02:20] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yCorreio] 7 grupos carregado(s): [cat1]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] 2 tipo(s) carregado(s): [gladiador.yml, preguerra.yml]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] 1 embed carregado(s): [evento_glad]
[05:02:21] [Server thread/INFO]: [INFO] [DESCONHECIDO] conexão com sqlite inicializada com sucesso
[05:02:21] [Server thread/INFO]: [INFO] [DESCONHECIDO] Carregado 0 objetos em 0ms
[05:02:21] [Server thread/INFO]: [INFO] [DESCONHECIDO] integração realizada com o SimpleClans.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] Plugin (Vault e Economia) encontrado. Realizando Hook...
[05:02:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: yguerra [2.7.3]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] PlaceholderAPI encontrado, métodos inicializados.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] Legendchat encontrado, métodos inicializados.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] 2 tipo(s) carregado(s): [gladiador.yml, preguerra.yml]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yGuerra] 1 embed carregado(s): [evento_glad]
[05:02:21] [Server thread/WARN]: [yPlugins] Task #55 for yPlugins v3.2.9 generated an exception
java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because "databaseType" is null
    at com.ystoreplugins.ylixeiro.database.SaveAndLoad.prepareDatabase(SaveAndLoad.java:25) ~[?:?]
    at com.ystoreplugins.ylixeiro.database.DatabaseEngine.init(DatabaseEngine.java:12) ~[?:?]
    at com.ystoreplugins.ylixeiro.Main.register(Main.java:84) ~[?:?]
    at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1111) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
    at java.lang.Thread.run(Thread.java:840) ~[?:?]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] Plugin (Vault e Economia) encontrados. Realizando Hook...
[05:02:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: yvips [1.2.9]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] PlaceholderAPI encontrado, métodos inicializados.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] Legendchat encontrado.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] OpeNChat encontrado, métodos inicializados.
[05:02:21] [Server thread/INFO]: [INFO] [DESCONHECIDO] conexão com mysql hikari inicializada com sucesso
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] Enums carregadas.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] 1 embed carregado(s): [activated]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] 4 vip(s) carregado(s): [elite, halloween, mestre, supremo]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] 1 item(s) carregado(s): [swords]
[05:02:21] [Thread-72/INFO]: --------------------
[05:02:21] [Thread-72/INFO]: [CoreProtect] Version 22.4 is now available.
[05:02:21] [Thread-72/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
[05:02:21] [Thread-72/INFO]: --------------------
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yVips] 1 economias carregada(s): [money]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 8 eventos-chat(s) carregado(s): [fastclick, first, jackpot, lottery, math, phrase, quiz, unscramble]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 2 eventos-other(s) carregado(s): [fastcraft, voting]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 13 eventos-in-person(s) carregado(s): [arqueiro, dropper, espartano, example, fight, maze, paintball, parkour, race, restone, spleef, splegg, sumo]
[05:02:21] [Server thread/INFO]: [INFO] [DESCONHECIDO] conexão com sqlite inicializada com sucesso
[05:02:21] [Server thread/INFO]: [INFO] [DESCONHECIDO] Carregado 0 objetos em 0ms
[05:02:21] [Server thread/INFO]: [INFO] [yPlugins] Carregado 23 objetos em 3ms
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] Plugin (Vault e Economia) encontrados. Realizando Hook...
[05:02:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: yeventos [2.2.0]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] PlaceholderAPI encontrado, métodos inicializados.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] nChat encontrado.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] Enums carregadas.
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 9 reward(s) carregado(s): [arquearia, sumo, espartano, parkour, paintball, killer, spleef, fight, labirinto]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 1 economias carregada(s): [money]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 1 embed carregado(s): [jackpot]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 8 eventos-chat(s) carregado(s): [fastclick, first, jackpot, lottery, math, phrase, quiz, unscramble]
[05:02:21] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 2 eventos-other(s) carregado(s): [fastcraft, voting]
[05:02:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yEventos] 13 eventos-in-person(s) carregado(s): [arqueiro, dropper, espartano, example, fight, maze, paintball, parkour, race, restone, spleef, splegg, sumo]
[05:02:22] [Server thread/INFO]: [INFO] [DESCONHECIDO] conexão com sqlite inicializada com sucesso
[05:02:22] [Server thread/INFO]: [INFO] [DESCONHECIDO] Carregado 0 objetos em 0ms
[05:02:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] Plugin (Vault e Economia) encontrados. Realizando Hook...
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: yjail [1.1.5]
[05:02:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] PlaceholderAPI encontrado, métodos inicializados.
[05:02:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] Enums carregadas.
[05:02:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] 1 jail(s) carregado(s): [obsidian]
[05:02:22] [Server thread/INFO]: [br.com.ystoreplugins.platform.WrappedBukkitPlugin] [yJail] 1 economias carregada(s): [money]
[05:02:22] [Server thread/INFO]: [yPlugins] Citizens encontrado.
[05:02:22] [Server thread/INFO]: [yPlugins] DecentHolograms encontrado.
[05:02:22] [Server thread/INFO]: [Citizens] Loaded 21 NPCs.
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=MYTHIC_TYPE;value=KillEffect_v2<&da>Main}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=Enable}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=HologramFlicker}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=HolyAbsorption}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=AquaSplash}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=Photosynthesis}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=RustyDecay}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=StoneCrumble}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=VoidCollapse}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=SpectralFade}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=SoundWaveDisperse}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=WaterEvaporation}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=Enable}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=HologramFlicker}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=HolyAbsorption}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=AquaSplash}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=Photosynthesis}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=RustyDecay}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=StoneCrumble}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=VoidCollapse}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=SpectralFade}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=SoundWaveDisperse}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=WaterEvaporation}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-UnbindingScroll-Confirmed | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=MYTHIC_TYPE;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-UnbindingScroll-Confirmed | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-UnbindingScroll-Confirmed | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-UnbindingScroll-Confirmed-MythicItems | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v2-UnbindingScroll-Confirmed-MythicItems | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v2/Skills/SkillsFile_KillEffect_v2.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=MYTHIC_TYPE;value=KillEffect_v5_16x<&da>Main}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=Enable}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=SweetHoney}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=OutlineRetrace}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=QuillInk}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=Constellation}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=AuroraSky}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=FogEnvelop}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=JadeCrystallize}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=KineticEnergy}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=NorthstarRecalls}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=PrismaticLight}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=Enable}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=SweetHoney}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=OutlineRetrace}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=QuillInk}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=Constellation}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=AuroraSky}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=FogEnvelop}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=JadeCrystallize}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=KineticEnergy}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=NorthstarRecalls}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-ScrollBind-MythicMerge | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=PrismaticLight}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-UnbindingScroll-Confirmed | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=MYTHIC_TYPE;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-UnbindingScroll-Confirmed | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-UnbindingScroll-Confirmed | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-UnbindingScroll-Confirmed-MythicItems | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect<&da>Type;value=UNDEFINED}
[05:02:22] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic CustomMechanic:NULL
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Skill: KFX_v5_16x-UnbindingScroll-Confirmed-MythicItems | File: /home/container/plugins/MythicMobs/Packs/EC_KillEffects_v5_16x/Skills/SkillsFile_KillEffect_v5_16x.yml
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Error Message: Failed to load custom mechanic SETITEMNBT
[05:02:22] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: setItemNBT{slot=OFFHAND;key=KillEffect;value=UNDEFINED}
[05:02:22] [Server thread/INFO]: [QuickShop-Hikari] Using economy system: TheNewEconomy
[05:02:22] [Server thread/INFO]: [QuickShop-Hikari] Selected economy bridge: BuiltIn-Vault
[05:02:22] [Server thread/INFO]: [CombatLogX] Enabling expansion 'GriefPrevention Compatibility v17.1'...
[05:02:22] [Server thread/INFO]: [CombatLogX] [GriefPrevention Compatibility] Successfully found a dependency: GriefPrevention v16.18.3
[05:02:22] [Server thread/INFO]: [CombatLogX]  
[05:02:22] [Server thread/INFO]: [CombatLogX] Successfully enabled 1 late-load expansions.
[05:02:22] [Server thread/INFO]: [Jump Pads] Please use CombatLogX version 10 or higher.
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.6) is available at:
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[05:02:22] [Server thread/INFO]: [SuperVanish] Your current version of SuperVanish is outdated - New version: '6.2.20'; Currently: '6.2.18'
[05:02:22] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 5.1.0, you're on: 5.0.5
[05:02:22] [Server thread/WARN]: [WeaponMechanics] ********************************************************
[05:02:22] [Server thread/WARN]: [WeaponMechanics] * There is a new version of WeaponMechanics available!
[05:02:22] [Server thread/WARN]: [WeaponMechanics] *  
[05:02:22] [Server thread/WARN]: [WeaponMechanics] * Your version:   3.4.0
[05:02:22] [Server thread/WARN]: [WeaponMechanics] * Latest version: 3.5.3
[05:02:22] [Server thread/WARN]: [WeaponMechanics] ********************************************************
[05:02:22] [Server thread/INFO]: [UltraSetHome] You are using the latest version of UltraSetHome.
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: localtime [1.2]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: bungee [2.3]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mcmmo [1.0]
[05:02:22] [Server thread/WARN]: [PlaceholderAPI] Failed to load external expansion mcmmo. Identifier is already in use.
[05:02:22] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion mcmmo due to an unknown issue.
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: world [1.2.2]
[05:02:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[05:02:22] [Server thread/INFO]: 9 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
[05:02:22] [Server thread/INFO]: Done (85.707s)! For help, type "help"
[05:02:22] [Server thread/INFO]: Timings Reset

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

# ############# OldCombatMechanics Plugin by kernitus and Rayzr522 ##########
#                                                                           #
# Bukkit Page: http://dev.bukkit.org/bukkit-plugins/oldcombatmechanics/     #
# Spigot Page: https://www.spigotmc.org/resources/oldcombatmechanics.19510/ #
# GitHub Page: https://github.com/kernitus/BukkitOldCombatMechanics/        #
#                                                                           #
# ###########################################################################

modesets:
  # Modesets are lists of modules that are enabled for a player in that mode.
  # Modules not listed in any modeset are assumed to always be available.
  # You can create, remove, and rename as many modesets as you like by modifying the list below.
  # When in PvP, the modeset of the attacker is checked first.
  # If not PvP, the modeset of the defending entity is checked.
  # Of course, the module must also be enabled in its own config section.
  # Sample below has modules enabled for "old" combat modeset and disabled for "new" combat modeset
  # PlaceholderAPI: %ocm_modeset%
  old:
    - "disable-attack-cooldown"
    - "disable-sword-sweep"
#    - "disable-offhand"
    - "old-tool-damage"
#    - "sword-blocking"
    - "shield-damage-reduction"
    - "old-golden-apples"
    - "old-player-knockback"
    - "old-player-regen"
    - "old-armour-strength"
    - "old-potion-effects"
    - "old-critical-hits"
  new: [ ]

worlds:
  # These are the modesets available in each world.
  # If player has no modeset when moving worlds they'll be assigned first mode in list,
  # unless the mode from the world they are coming from is also available in the new world.
  # Worlds not specified below will have all modesets available.
  world: [ "old", "new" ]
  world_nether: [ "old", "new" ]
  world_the_end: [ "old", "new" ]
  guerra: [ "old" ]
  eventos: [ "old" ]
  Spawn: [ "old" ]
  # old_world: ["old"]
  # brave_new_world: ["new"]

mode-messages:
  # Messages used when changing player mode
  # To disable any message, leave the corresponding string empty (e.g., mode-status: "").
  # This applies to all messages in the configuration.
  mode-status: "&bYour current modeset is: &7%s"
  message-usage: "&eYou can use &c/ocm mode <modeset> [player] &eto change modeset"
  invalid-modeset: "&cPlease specify a valid modeset!"
  invalid-player: "&cPlease specify a valid player!"
  mode-set: "&2Set modeset to &7%s"

# ########################
# COMBAT MODULE SETTINGS
# ########################

disable-attack-cooldown:
  # This is to disable the attack cooldown
  enabled: true
  # What to set the attack speed to. Default for 1.9 is 4, at least 40 is needed for no cooldown.
  generic-attack-speed: 40

attack-frequency:
  # Allows changing the player invulnerability between hits
  enabled: true
  # The hit delay to apply. Default for 1.9+ is 20 ticks (1 second)
  playerDelay: 18
  mobDelay: 16

old-tool-damage:
  # This is to set the tool damage as in pre-1.9
  # IMPORTANT: Also enable disable-sword-sweep module or sweeps will have the damage value of the weapon in hand
  # NOTE: this will modify the damage, however the item tooltip will still show the 1.9+ damage
  enabled: true
  # Use old sharpness calculations, i.e. each level adds 1.25 damage
  # In 1.9+, sharpness adds 1 + 0.5 * level damage
  old-sharpness: true
  # Damage values shown in 1.9 representation (actual damage)
  # In 1.8 the damage tooltip value would be added to 1 'base damage', yielding the values below
  damages:
    # Axe damages
    GOLD_AXE: 4
    WOOD_AXE: 4
    STONE_AXE: 5
    IRON_AXE: 6
    DIAMOND_AXE: 7
    NETHERITE_AXE: 8
    # Shovel damages
    GOLD_SPADE: 2
    WOOD_SPADE: 2
    STONE_SPADE: 3
    IRON_SPADE: 4
    DIAMOND_SPADE: 5
    NETHERITE_SPADE: 6
    # Sword damages
    GOLD_SWORD: 5
    WOOD_SWORD: 5
    STONE_SWORD: 6
    IRON_SWORD: 7
    DIAMOND_SWORD: 8
    NETHERITE_SWORD: 9
    # Pickaxe damages
    GOLD_PICKAXE: 3
    WOOD_PICKAXE: 3
    STONE_PICKAXE: 4
    IRON_PICKAXE: 5
    DIAMOND_PICKAXE: 6
    NETHERITE_PICKAXE: 7
    # Hoe damages
    GOLD_HOE: 1
    WOOD_HOE: 1
    STONE_HOE: 1
    IRON_HOE: 1
    DIAMOND_HOE: 1
    NETHERITE_HOE: 1

old-critical-hits:
  # Makes critical hits work like in 1.8
  # With a critical hit, the damage will be multiplied by 1.5
  # In 1.9, the user must also not be sprinting for it to be a crit
  enabled: true
  world: [ ]
  # What the damage, after applying potions effects, is multiplied by
  multiplier: 1.5
  # Whether to allow crits while sprinting. 1.8: true, 1.9: false
  allow-sprinting: true

old-player-regen:
  # This is to make players' regeneration act mostly like it did in pre-1.9
  # Based on https://minecraft.gamepedia.com/Hunger?oldid=948685
  enabled: true
  # How often a player should regenerate health, in milliseconds (In 1.8: 4 seconds)
  # The foodTickerTimer might not be perfectly accurate so we give it ~10ms of leeway
  interval: 3990
  # How many half-hearts the player should heal by, every seconds specified above
  amount: 1
  # How much exhaustion the player should get from healing. In 1.8: 3    In 1.9: 4    In 1.11: 6
  # If, after adding this, Minecraft finds the value is above 4, it subtracts 4
  # and either reduces saturation or, if saturation is 0, reduces food level by 1 (1/2 a stick)
  exhaustion: 3

# ########################
# ARMOUR
# ########################

old-armour-strength:
  # This is to make armour calculations like in 1.8
  # Based on this: https://minecraft.gamepedia.com/index.php?title=Armor&oldid=909187
  enabled: true
  # Whether to introduce randomness in the calculation, as in 1.8
  randomness: true

old-armour-durability:
  # This makes armour take a constant amount of durability damage (except for explosions)
  enabled: true
  # By how much to reduce durability every attack. 1.8 default is 1
  reduction: 1

# ########################
# SWEEP, SHIELDS & BLOCKING
# ########################

shield-damage-reduction:
  # This module allows changing the damage reduction behaviour of shields
  enabled: true
  # How much damage blocking should reduce
  # Firstly, amount is subtracted, then value is multiplied by percentage
  # 1.8: (damage - 1) * 50%    1.9: damage * 33%   1.11: damage * 0%
  # Damage reduction = (damage - damageReductionAmount) * damageReductionPercentage / 100
  generalDamageReductionAmount: 1
  generalDamageReductionPercentage: 50
  # This value works the same but is exclusively for projectile damage
  # Set amount to 0 and percentage to 100 for 1.8 behaviour, i.e. arrows go through shields
  projectileDamageReductionAmount: 1
  projectileDamageReductionPercentage: 50

sword-blocking:
  # This is to allow players to block with swords again, by getting a shield while they hold right click with a sword
  enabled: false
  # How often, in ticks, OCM should check if the player is still blocking with a shield, and remove it if not
  # If this is too fast, the player will have their shield disappear before they're able to block again causing a slight delay
  # If this is too slow, players will have a shield in their hand well after they've stopped blocking
  # 20 ticks = 1 second
  restoreDelay: 40
  # Whether to require players to have oldcombatmechanics.swordblock permission to block with a sword
  use-permission: false

disable-sword-sweep:
  # This is to disable the sword sweep attack
  # With ProtocolLib, particle effect is also removed
  enabled: true

disable-sword-sweep-particles:
  # This is to disable the sword sweep attack particles
  # Requires ProtocolLib
  enabled: false

# ########################
# KNOCKBACK
# ########################

old-player-knockback:
  # This is to change knockback players receive from attacks.  Default values are as in 1.8.
  #
  # Practice servers tend to use lower knockback, for example:
  # knockback-horizontal: 0.35
  # knockback-vertical: 0.35
  # knockback-vertical-limit: 0.4
  # knockback-extra-horizontal: 0.425
  # knockback-extra-vertical: 0.085
  #
  # Minigame servers use higher vertical knockback and lower horizontal knockback, exact values are unknown.
  enabled: true
  # Horizontal knockback is reduced by 40% for every successful attack by the player, with no limit
  # Increase to make clicking more important, decrease to make it less important
  knockback-horizontal: 0.42
  # Vertical knockback is not reduced by clicking faster
  # Increase to make clicking less important, decrease to make clicking more important
  knockback-vertical: 0.34
  # Vertical knockback limit is applied after base vertical knockback
  # This limit can be exceeded by sprint hitting or knockback enchantments, from the extra vertical knockback
  knockback-vertical-limit: 0.4
  # Extra horizontal knockback is applied for each level of knockback enchant, and for sprinting
  # Increase to make sprint resetting (w-tapping) more important, decrease to make it less important
  # Increase to make clicking more important, decrease to make clicking less important
  knockback-extra-horizontal: 0.5
  # Extra vertical knockback is applied for each level of knockback enchant, and for sprinting
  # Increase to make sprint resetting (w-tapping) more important, decrease to make it less important
  # Increase to make clicking less important, decrease to make clicking more important
  knockback-extra-vertical: 0.09
  # Should knockback resistance be enabled? (e.g. netherite armour knockback resistance)
  enable-knockback-resistance: false

old-fishing-knockback:
  # This is to make the knockback of players when they get hit by a fishing bobber the same as it was in pre-1.9
  enabled: true
  # This is the damage done by the fishing rod attack
  damage: 0.0001
  # This is to cancel dragging in the entity attached to the fishing rod when reeling in, like in 1.8
  # Options: all, players, mobs, none. players allows compatibility with WorldGuard pvp-deny regions
  cancelDraggingIn: players
  # Whether to also give knockback on non-player living entities (e.g. mobs)
  knockbackNonPlayerEntities: false
  # This is the delay in milliseconds in-between rod damage, so the player hit has time to fall back down
  hitCooldown: 1000

fishing-rod-velocity:
  # In 1.9+ fishing rods go 8 blocks instead of 12 blocks
  # This is due to both gravity and initial launch speed
  # Set to true to revert back to the old calculations and gravity
  enabled: true

projectile-knockback:
  # This adds knockback and/or damage to players when they get hit by snowballs, eggs & enderpearls
  # This has been a Bukkit bug for so long people thought it was vanilla when it was patched
  enabled: true
  # This is the damage done by each projectile
  damage:
    snowball: 0.0001
    egg: 0.0001
    ender_pearl: 0.0001

# ########################
# GAPPLES & POTIONS
# ########################

old-golden-apples:
  # This is to change the behaviour / crafting of golden apples to how it was in pre-1.9
  # WARNING: If on 1.12 or above and you disable this module you must reload the server for the recipe to disappear
  enabled: true
  # Cooldown between eating the apples, in seconds
  cooldown:
    # The cooldown for normal golden apples
    # PlaceholderAPI: %ocm_gapple_cooldown%
    normal: 0
    # Message when user tries to eat golden apple during cooldown. Leave empty to disable.
    message-normal: "&ePlease wait %seconds%s before eating another golden apple."
    # The cooldown for enchanted golden apples
    # PlaceholderAPI: %ocm_napple_cooldown%
    enchanted: 0
    # Message when user tries to eat enchanted golden apple during cooldown. Leave empty to disable.
    message-enchanted: "&ePlease wait %seconds%s before eating another enchanted golden apple."
    # Whether the two apple types share a cooldown.
    # If this is true:
    #   1. Eating any apple resets both cooldowns
    #   2. Each apple type can only be eaten when its cooldown time is over
    #      This means that when you eat *any* apple you start two parallel cooldowns: One for enchanted and one
    #      for normal apples. Each type can only be eaten when its cooldown is over.
    #      Once any apple is eaten, both cooldowns are restarted, so you can not eat either type again
    #      before its full cooldown is over.
    #   3. To have the plugin treat normal and enchanted golden apples as having the same cooldown,
    #      then set the same cooldown time and enable shared mode. (This was the old mode)
    # If this is false:
    #   Eating an enchanted apple will prevent any *enchanted* apple type from being eaten before the cooldown is over
    #   Eating a normal apple will prevent any *normal* apple type from being eaten before the normal cooldown is over
    is-shared: false
  # If you want to allow enchanted golden apple crafting
  enchanted-golden-apple-crafting: true
  # Enabling this makes the potion effects gained by eating golden apples
  # and enchanted golden apples the same as it was in pre-1.9
  old-potion-effects: true
  # Potion effects for golden apples
  # Duration is in seconds
  # Amplifier is the potion level-1, so Regeneration IV would be amplifier 3
  golden-apple-effects:
    regeneration:
      duration: 5
      amplifier: 1
    absorption:
      duration: 120
      amplifier: 0
  # Potion effects for enchanted golden apples
  enchanted-golden-apple-effects:
    regeneration:
      duration: 30
      amplifier: 4
    resistance:
      duration: 300
      amplifier: 0
    fire_resistance:
      duration: 300
      amplifier: 0
    absorption:
      duration: 120
      amplifier: 0
  # Enable this if you have another plugin which adds a crafting recipe for
  # enchanted golden apples (requires server restart)
  no-conflict-mode: false

old-potion-effects:
  # This is to restore the 1.8 potion effects and duration
  enabled: true

  # DURATION: (in seconds)
  potion-durations:
    drinkable:
      regeneration: 45
      strong_regeneration: 22
      long_regeneration: 120

      swiftness: 180
      strong_swiftness: 90
      long_swiftness: 480

      fire_resistance: 180
      long_fire_resistance: 480

      poison: 45
      strong_poison: 22
      long_poison: 120

      night_vision: 180
      long_night_vision: 480

      weakness: 90
      long_weakness: 240

      strength: 180
      strong_strength: 90
      long_strength: 480

      slowness: 90
      long_slowness: 240

      leaping: 180
      strong_leaping: 90
      long_leaping: 480

      water_breathing: 180
      long_water_breathing: 480

      invisibility: 180
      long_invisibility: 480

      # 1.9+ potions. You can add more as needed.
      # Make sure to also add to splash section below.
      luck: 300

      slow_falling: 90
      long_slow_falling: 240

    splash:
      regeneration: 33
      strong_regeneration: 16
      long_regeneration: 90

      swiftness: 135
      strong_swiftness: 67
      long_swiftness: 360

      fire_resistance: 135
      long_fire_resistance: 360

      poison: 33
      strong_poison: 16
      long_poison: 90

      night_vision: 180
      long_night_vision: 480

      weakness: 90
      long_weakness: 240

      strength: 135
      strong_strength: 67
      long_strength: 360

      slowness: 67
      long_slowness: 180

      leaping: 135
      strong_leaping: 67
      long_leaping: 360

      water_breathing: 135
      long_water_breathing: 360

      invisibility: 135
      long_invisibility: 360

      # 1.9+ potions. You can add more as needed
      luck: 300

      slow_falling: 90
      long_slow_falling: 240

  # EFFECTS
  # If 'multiplier' is true value is multiplied by base tool damage. If 'addend' it is added.
  # If both true, it is first increased by 1 then multiplied (same as +xx%)
  # Strength potion
  # 1.9: I = +3; II = +6;    1.8: I = +130%; II = +260%
  strength:
    modifier: 1.3
    multiplier: true
    addend: true
  # Weakness potion
  # 1.9 value: -4   1.8 value: -0.5
  weakness:
    modifier: -0.5
    multiplier: false

# ########################
# MISCELLANEOUS
# ########################

disable-crafting:
  # Disable the crafting of specified items
  enabled: true
  # List of denied items
  denied:
    - shield
  # Show the user a message if they try to craft a blacklisted item
  showMessage: true
  message: "&cYou cannot craft that item!"

disable-offhand:
  # Disable the usage of the offhand
  # Won't affect sword-blocking module
  enabled: false
  # Whether the following list allows items or blocks them
  whitelist: true
  # List of items that should be allowed/blocked
  # Example: [diamond_sword,BOW]
  items: [ ]
  # Message to send user when denied. Set to '' to disable
  denied-message: "&cOff-hand is disabled"

old-brewing-stand:
  # Automatically refuels brewing stands
  enabled: true

no-lapis-enchantments:
  # Automatically adds lapis to enchantment tables upon opening
  enabled: false
  # Whether to only allow this for players with oldcombatmechanics.nolapis permission
  usePermission: false

disable-enderpearl-cooldown:
  # Disables enderpearl cooldown
  enabled: true
  # The cooldown, in seconds
  # PlaceholderAPI: %ocm_enderpearl_cooldown%
  cooldown: 0
  # Show the user a message if they try to use an enderpearl and the cooldown has not expired yet
  showMessage: true
  message: "&cYou must wait &7%ds&c before using an enderpearl again!"

chorus-fruit:
  # This makes the chorus fruit behaviour configurable
  enabled: false
  # The maximum distance the fruit can teleport the player. This a PER AXIS value, so this outlines a cube with
  # 2 * max-teleportation-distance as the side length
  # Vanilla default is 8.
  # Setting this to 0 disables chorus fruit teleport.
  # Setting this to a value greater than 8 MIGHT CAUSE CONFLICTS with bukkit's internal anti cheat
  # and *potentially* any other anti-cheat you use. Please make sure this is not an issue before increasing
  # this value.
  max-teleportation-distance: 8
  # Whether to prevent eating the fruit completely. This also prevents the teleportation.
  prevent-eating: false
  # The saturation value of the chorus fruit.
  # Vanilla default is 2.4
  saturation-value: 2.4
  # The hunger value of the chorus fruit.
  # Vanilla default is 4 (2 bars)
  hunger-value: 4

old-burn-delay:
  # This makes it so entities will immediately start to burn when entering fire
  enabled: false
  # How long, in ticks, entities should be on fire for after not being in direct contact anymore
  fire-ticks: 120

disable-projectile-randomness:
  # This is to remove projectile randomness while firing arrows with a bow
  # Or to remove effects of velocity when player is running and launching potions etc
  # This is actually a very old feature and has been in the game for quite some time
  enabled: false
  # What projectiles are affected e.g. arrow, splash_potion, snowball, egg, fishing_hook
  projectile-types: [ arrow ]
  # This is the threshold between projectiles' (X,Z) values before they're considered the same and straightened
  # This value is only useful for multishot. The default of 0.1 works at all but extremely shallow angles,
  # where arrows end up bunched together. Set to 1 if you want multishots to all follow the same path.
  epsilon: 0.1

disable-bow-boost:
  # This is to stop players from boosting themselves forward by hitting themselves
  # while running with a punch II arrow from their bow
  # This module simply stops them from hitting themselves with arrows entirely
  enabled: false

disable-attack-sounds:
  # Disables attack sounds that were added with 1.9+
  # Requires ProtocolLib
  enabled: false
  # The sounds that will be blocked by this module
  blocked-sound-names:
    - "ENTITY_PLAYER_ATTACK_STRONG"
    - "ENTITY_PLAYER_ATTACK_SWEEP"
    - "ENTITY_PLAYER_ATTACK_NODAMAGE"
    - "ENTITY_PLAYER_ATTACK_KNOCKBACK"
    - "ENTITY_PLAYER_ATTACK_CRIT"
    - "ENTITY_PLAYER_ATTACK_WEAK"

# ########################
# SPECIAL SETTINGS BELOW #
# ########################

message-prefix: "&6[OCM]&r"

# This is to toggle the update checker
update-checker:
  # Whether to check for updates and notify players with the oldcombatmechanics.notify permission
  enabled: true
  # Whether to automatically download an update of the plugin
  # The update is applied on the next restart/reload of the server
  # Auto update is disabled if Spigot version is below 1.18.1 and force-below-1-18-1-config-upgrade is false
  # This is to prevent accidentally resetting the config
  auto-update: true

# Whether to force config upgrade even in Spigot versions below 1.18.1
# This is not advised, as all the comments would be removed
force-below-1-18-1-config-upgrade: false

# This enables command argument completion when pressing tab
command-completer:
  enabled: true

# This enables debug messages, only enable when troubleshooting
debug:
  enabled: false

# DO NOT CHANGE THIS NUMBER AS IT WILL RESET YOUR CONFIG
config-version: 66

Problem Description

To Reproduce

Steps to reproduce the behavior: 1. Click many times in a player 2. After this, look the durability 3. ### Expected Behaviour

The durability need to be changed by hit

Actual Behaviour

The durability is changing by clicks

Youtube Video: https://youtu.be/HjKfcbRkwa0

kernitus commented 4 weeks ago

Please enable debug mode in the config and repeat the test. It's possible some of those clicks were overdamage, which wouldn't display a hurt animation but would still count as a use of the weapon.

josegoust commented 3 weeks ago

OK, probally tomorrow

josegoust commented 3 weeks ago
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Monkey_D_Capita2 in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for M3ddyMax in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for _NlF in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Max in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for ZappyCraft in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for KimgDemon in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for _Unknowwnn_ in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for EFP_Regulus in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Aero_Games in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 4.00 (was: 4.00) for Onzlxs in mode new
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Rokk03 in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for SplashWax in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for EduardoHorizon in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for abcdefgh in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for D_rozzz in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for TX_MTHZ in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for yLokinhOPOUCAS in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 4.00 (was: 4.00) for sanioMTB in mode new
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Slaadee in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for gracinhar in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for MysticWoIf in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Monkey_D_Capitao in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for zJuanzz in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for alfss in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for LuiShow in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for kiritolipe in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Jynixx in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for Zenn_ in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 4.00 (was: 4.00) for yLilZeldris in mode new
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 40.00 (was: 40.00) for WeyT in mode old
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackCooldown] Setting attack speed to 4.00 (was: 4.00) for Luna91 in mode new
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading regeneration potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading strong_regeneration potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading long_regeneration potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading swiftness potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading strong_swiftness potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading long_swiftness potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading leaping potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading strong_leaping potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Skipping loading long_leaping potion
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for RTP MUNDO
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for MCTOP LENHADOR
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for MCTOP MINE
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for MCTOP HERBA
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for MCTOP ARCO
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for MCTOP ESPADA
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for MCTOP MACHADO
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-b27d26b179be
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-4f552718fcbe
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-3de5ab4f5192
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for 
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-78de2c4f8328
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-f31e23644b2c
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-47c17ec5d6ba
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-90abe4a2ec0b
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-a473f2b2fcfa
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-b7045c49f2b2
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-06a2a1a358eb
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-89ea4c6c4104
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-24a1c56a0bd6
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-307f265dd103
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-6e65c02bb293
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-01976fd28a72
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleAttackFrequency] No modeset found for CIT-ec8683148fd0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Set last damage back to 16.75
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldToolDamage] Weapon material: NETHERITE_AXE
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Old tool damage: 10.0 New: 8.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Base: 8.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Weak: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Strength level: 0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Strength: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Scale by attack delay: 8.0 *= 0.2 + 1.0^2 * 0.8
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Crit 8.0 *= 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Scale enchantments by attack delay: 8.75 *= 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Was fake overdamage, cancelling 16.75 <= 16.75
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Set last damage to 0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 4.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 4.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 4.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldToolDamage] Weapon material: AIR
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Base: 4.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Weak: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Strength level: 0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Strength: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Crit 4.0 *= 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Overdamage: 4.0 - 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Last damage 1.0 new damage: 4.0 applied: 3.0 ticks: 10 /16
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 3.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 3.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 3.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:49] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Set last damage to 0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Set last damage back to 4.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 4.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 4.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 4.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Set last damage back to 16.75
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldToolDamage] Weapon material: NETHERITE_AXE
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] Old tool damage: 10.0 New: 8.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Base: 8.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Weak: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Strength level: 0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Strength: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Scale by attack delay: 8.0 *= 0.2 + 1.0^2 * 0.8
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Crit 8.0 *= 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Scale enchantments by attack delay: 8.75 *= 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 16.75
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 16.75
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 16.75
[23:35:50] [Server thread/INFO]: Named entity EntityCreeper['Creeper (66)'/709324, uuid='a9664c50-832d-475f-8b37-1a5c0289038a', l='ServerLevel[world]', x=-8695.30, y=67.13, z=-7975.30, cpos=[-544, -499], tl=81, v=true] died: Creeper (66) was slain by EFP_Regulus using [MACHADO DRAGAO BRANCO]
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Set last damage to 0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BASE: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] BLOCKING: null
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR: 0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] RESISTANCE: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ARMOUR ENCHS: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] ABSORPTION: -0.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [ModuleOldArmourStrength] Final damage after defence calc: 1.0
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Non-entity damage, using default last damage
[23:35:50] [Server thread/INFO]: [OldCombatMechanics] [DEBUG] [EntityDamageByEntityListener] Attack damage (before defence): 1.0
josegoust commented 3 weeks ago

Sometimes spam: non-entity damage, using default last damage. What is this?

josegoust commented 3 weeks ago

What u think?

kernitus commented 3 weeks ago

Sometimes spam: non-entity damage, using default last damage. What is this?

That just means you got damaged by an environmental source (e.g. cactus, fall damage)

josegoust commented 3 weeks ago

Do you need any more logs or something?

josegoust commented 2 weeks ago

Fixed?

PyrexPacks commented 2 weeks ago

I have the same issue, ended up making a custom plugin to fix this.

kernitus commented 20 hours ago

I have the same issue, ended up making a custom plugin to fix this.

Do you have the code for that plugin somewhere? Could be useful for fixing this in OCM