Paste #116226: DenizenMetaBot Auto-Repaste Of log From .astract

Date: 2023/10/08 11:38:10 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


[18:33:34] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/trashslot-forge-1.20.2-16.0.0.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/trashslot-forge-1.20.2-16.0.0.jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[paper-1.20.1.jar:git-Paper-196]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.Main.main(Main.java:137) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[paper-1.20.1.jar:git-Paper-196]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Directory 'plugins/trashslot-forge-1.20.2-16.0.0.jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:54) ~[paper-1.20.1.jar:git-Paper-196]
    ... 20 more
[18:33:39] [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'
[18:33:41] [ServerMain/INFO]: Loaded 7 recipes
[18:33:42] [Server thread/INFO]: Starting minecraft server version 1.20.1
[18:33:42] [Server thread/INFO]: Loading properties
[18:33:42] [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)
[18:33:42] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:33:42] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:33:43] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[18:33:43] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 3 worker threads, and gen parallelism of 3 threads
[18:33:43] [Server thread/INFO]: Default game type: SURVIVAL
[18:33:43] [Server thread/INFO]: Generating keypair
[18:33:43] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25581
[18:33:43] [Server thread/INFO]: Using epoll channel type
[18:33:43] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[18:33:43] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[18:33:43] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load 'plugins/PlayTime-3.6.jar' in 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [PlaceholderAPI]. Please download and install these plugins to run 'PlayTime'.
    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:833) ~[?:?]
[18:33:44] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.104
[18:33:44] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[18:33:44] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[18:33:44] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3211)
[18:33:44] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.0.6
[18:33:44] [Server thread/INFO]: [Graves] Loading server plugin Graves v4.9
[18:33:44] [Server thread/INFO]: [AureliumSkills] Loading server plugin AureliumSkills vBeta 1.3.23
[18:33:44] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+17-79449ef
[18:33:44] [Server thread/INFO]: [SetHomes] Loading server plugin SetHomes v1.3.0
[18:33:44] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:33:44] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.104
[18:33:45] [Server thread/INFO]:         __    
[18:33:45] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.104
[18:33:45] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[18:33:45] [Server thread/INFO]: 
[18:33:45] [Server thread/INFO]: [LuckPerms] Loading configuration...
[18:33:45] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[18:33:46] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[18:33:46] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[18:33:46] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2197ms)
[18:33:46] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[18:33:46] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:33:46] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:33:46] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[18:33:46] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[18:33:46] [Server thread/INFO]: Preparing level "world"
[18:33:47] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[18:33:48] [Server thread/INFO]: Time elapsed: 463 ms
[18:33:48] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[18:33:48] [Server thread/INFO]: Time elapsed: 102 ms
[18:33:48] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[18:33:48] [Server thread/INFO]: Time elapsed: 56 ms
[18:33:48] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[18:33:48] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsChat to the same version.
[18:33:49] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[18:33:49] [Server thread/INFO]: [Essentials] No kits found to migrate.
[18:33:50] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[18:33:50] [Server thread/INFO]: [Essentials] Using locale en_US
[18:33:50] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[18:33:50] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[18:33:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[18:33:50] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[18:33:50] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3211)
[18:33:50] [Server thread/INFO]: [Citizens] Loading external libraries
[18:33:54] [Server thread/INFO]: Creating file: config.yml
[18:33:54] [Server thread/ERROR]: [Citizens] v2.0.33-SNAPSHOT (build 3211) is not compatible with Minecraft vv1_20_R1 - try upgrading Minecraft or Citizens. Disabling...
[18:33:54] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.33-SNAPSHOT (build 3211)
[18:33:54] [Server thread/INFO]: [TAB] Enabling TAB v4.0.6
[18:33:54] [Server thread/INFO]: [TAB] Enabled in 186ms
[18:33:54] [Server thread/INFO]: [Graves] Enabling Graves v4.9
[18:33:54] [Server thread/INFO]: [Graves] Integration: Hooked into Vault 1.7.3-b131.
[18:33:54] [Server thread/INFO]: [Graves] Integration: Hooked into MiniMessage.
[18:33:54] [Server thread/INFO]: [Graves] Compatibility: Essentials Detected, make sure you don't have the essentials.keepinv or essentials.keepxp permissions.
[18:33:54] [Server thread/INFO]: [AureliumSkills] Enabling AureliumSkills vBeta 1.3.23
[18:33:54] [Server thread/INFO]: [AureliumSkills] Vault Support Enabled!
[18:33:54] [Server thread/INFO]: [AureliumSkills] Loaded 194 config options in 1 ms
[18:33:54] [Server thread/INFO]: [AureliumSkills] Loaded 312 sources and 10 tags in 18ms
[18:33:55] [Server thread/INFO]: [AureliumSkills] [ACF] Enabled Asynchronous Tab Completion Support!
[18:33:55] [Server thread/INFO]: [AureliumSkills] Loading languages...
[18:33:56] [Server thread/INFO]: [AureliumSkills] Loaded 17 languages in 1666ms
[18:33:56] [Server thread/INFO]: [AureliumSkills] Loaded 30 pattern rewards and 0 level rewards
[18:33:57] [Server thread/INFO]: [AureliumSkills] Loaded 78 Ability Options in 3ms
[18:33:57] [Server thread/INFO]: [AureliumSkills] Loaded 6 menus
[18:33:57] [Server thread/INFO]: [AureliumSkills] Loaded 32 loot entries in 4 pools and 2 tables
[18:33:57] [Server thread/INFO]: [AureliumSkills] Loaded 3 blocked worlds.
[18:33:57] [Server thread/INFO]: [AureliumSkills] Aurelium Skills has been enabled
[18:33:57] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
[18:33:57] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
[18:33:57] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'AureliumSkills' to create a bStats instance!
[18:33:57] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+17-79449ef
[18:33:57] [Server thread/WARN]: [EssentialsChat] Version mismatch! Please update all Essentials jars to the same version.
[18:33:57] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[18:33:57] [Server thread/INFO]: [SetHomes] Enabling SetHomes v1.3.0
[18:33:57] [Server thread/INFO]: [SetHomes] Hooked into LuckPerms!
[18:33:57] [Server thread/INFO]: Running delayed init tasks
[18:33:57] [Craft Scheduler Thread - 3 - Essentials/INFO]: [Essentials] Fetching version information...
[18:33:57] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[18:33:57] [Server thread/INFO]: Done (15.573s)! For help, type "help"
[18:33:57] [Server thread/INFO]: Timings Reset
[18:33:57] [Craft Scheduler Thread - 2 - Vault/INFO]: [Vault] Checking for Updates ... 
[18:33:57] [Craft Scheduler Thread - 2 - Vault/INFO]: [Vault] No new version available
[18:34:39] [User Authenticator #0/INFO]: UUID of player _Snowys_ is 1f64e40b-a533-4c04-bc64-6982539d03e2
[18:34:39] [Server thread/INFO]: _Snowys_ joined the game
[18:34:39] [Server thread/INFO]: _Snowys_[/68.105.102.198:51231] logged in with entity id 296 at ([world]113.66119815530058, 76.02442408821369, -128.4360055807175)
[18:34:40] [User Authenticator #0/INFO]: UUID of player Astract_ is 1561d9e7-7a23-441a-b73f-5b35e375e564
[18:34:40] [Server thread/INFO]: Astract_ joined the game
[18:34:40] [Server thread/INFO]: Astract_[/72.201.8.17:52870] logged in with entity id 314 at ([world]-19.161736491104005, 78.84298194892597, -70.13429091831411)
[18:34:44] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list 
[18:34:44] [Server thread/INFO]: There are 2 out of maximum 15 players online.
[18:34:44] [Server thread/INFO]: Admins: [👑OWNER👑] Astract_
[18:34:44] [Server thread/INFO]: vip:  [VIP] _Snowys_
[18:34:46] [Server thread/INFO]: Astract_ issued server command: /npc create
[18:34:46] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'npc' in plugin Citizens v2.0.33-SNAPSHOT (build 3211) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
    at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
    at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
    at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
    at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
    at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[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:833) ~[?:?]
[18:35:13] [Server thread/INFO]: _Snowys_ issued server command: /home
[18:35:28] [User Authenticator #0/INFO]: UUID of player ChuckysBlood is fb191731-a312-4d35-a7df-827a569cefeb
[18:35:28] [Server thread/INFO]: ChuckysBlood joined the game
[18:35:28] [Server thread/INFO]: ChuckysBlood[/162.118.124.202:53259] logged in with entity id 696 at ([world]-34.88366308006315, 82.51783316037476, -300.14678756556685)
[18:35:30] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list 
[18:35:30] [Server thread/INFO]: There are 3 out of maximum 15 players online.
[18:35:30] [Server thread/INFO]: Admins: [👑OWNER👑] Astract_
[18:35:30] [Server thread/INFO]: astractswife: [♡Astract♡] ChuckysBlood
[18:35:30] [Server thread/INFO]: vip:  [VIP] _Snowys_
[18:36:10] [Server thread/INFO]: ChuckysBlood issued server command: /gamemode creative ChuckysBlood
[18:36:17] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list 
[18:36:17] [Server thread/INFO]: There are 3 out of maximum 15 players online.
[18:36:17] [Server thread/INFO]: Admins: [👑OWNER👑] Astract_
[18:36:17] [Server thread/INFO]: astractswife: [♡Astract♡] ChuckysBlood
[18:36:17] [Server thread/INFO]: vip:  [VIP] _Snowys_
[18:36:40] [Server thread/INFO]: _Snowys_ issued server command: /fly
[18:36:40] [Server thread/INFO]: [Essentials] _Snowys_ was denied access to command.
[18:37:04] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list 
[18:37:04] [Server thread/INFO]: There are 3 out of maximum 15 players online.
[18:37:04] [Server thread/INFO]: Admins: [👑OWNER👑] Astract_
[18:37:04] [Server thread/INFO]: astractswife: [♡Astract♡] ChuckysBlood
[18:37:04] [Server thread/INFO]: vip:  [VIP] _Snowys_