[10:48:57] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.3+9-LTS; Eclipse Adoptium Temurin-21.0.3+9) on Linux 6.8.8-2-pve (amd64)
[10:48:57] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.1-119-master@7cd4f2c (2024-10-03T15:19:34Z) for Minecraft 1.21.1
[10:48:57] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[10:48:58] [ServerMain/INFO]: [PluginInitializerManager] Initialized 7 plugins
[10:48:58] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (7):
- AxiomPaper (4.0.1), Citizens (2.0.35-SNAPSHOT (build 3593)), LoneLibs (1.0.59), MeenPCs (1), Multiverse-Core (4.3.13), ProtocolLib (5.3.0-SNAPSHOT-732), WorldEdit (7.3.7+6929-c6af3a3)
[10:49:04] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[10:49:05] [ServerMain/WARN]: Missing metadata in pack file/ml_holomenu.zip
[10:49:06] [Worker-Main-1/ERROR]: Couldn't parse element minecraft:item_modifier/ml_holomenu:backpack_save - Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:copy_nbt
[10:49:06] [Worker-Main-1/ERROR]: Couldn't parse element minecraft:item_modifier/ml_holomenu:page_change - Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:copy_nbt
[10:49:06] [Worker-Main-1/ERROR]: Couldn't parse element minecraft:loot_table/ml_holomenu:button_copy - Failed to parse either. First: Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:copy_nbt; Second: Not a json array: {"function":"minecraft:copy_nbt","source":{"type":"minecraft:storage","source":"ml_holomenu:text"},"ops":[{"source":"data.menu.copy.data","target":"data","op":"replace"}]}; Failed to parse either. First: Input does not contain a key [mode]: MapLike[{"function":"minecraft:set_lore","lore":[{"keybind":"key.use","color":"red"},{"text":"On Grid To Paste"}]}]; Second: Not a json array: {"function":"minecraft:set_lore","lore":[{"keybind":"key.use","color":"red"},{"text":"On Grid To Paste"}]}; Failed to parse either. First: Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:set_nbt; Second: Not a json array: {"function":"minecraft:set_nbt","tag":"{CustomModelData:112,CanDestroy:[\"ml_holomenu:item_editor\",\"ml_holomenu:item_editor_copy\",\"ml_holomenu:item_editor_elem\",\"ml_holomenu:item_editor_button\"],HideFlags:63,is_button:1b}"}
[10:49:06] [Worker-Main-1/ERROR]: Couldn't parse element minecraft:loot_table/ml_holomenu:holo_menu - Failed to parse either. First: Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:copy_nbt; Second: Not a json array: {"function":"minecraft:copy_nbt","source":{"type":"minecraft:storage","source":"ml_holomenu:text"},"ops":[{"source":"data.menu.item","target":"data","op":"replace"}]}; Failed to parse either. First: Input does not contain a key [mode]: MapLike[{"function":"minecraft:set_lore","lore":[{"keybind":"key.use","color":"red"},{"text":"To Open Menu"}]}]; Second: Not a json array: {"function":"minecraft:set_lore","lore":[{"keybind":"key.use","color":"red"},{"text":"To Open Menu"}]}; Failed to parse either. First: Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:set_nbt; Second: Not a json array: {"function":"minecraft:set_nbt","tag":"{CustomModelData:111,CanDestroy:[\"ml_holomenu:item_editor\"],HideFlags:63}"}
[10:49:06] [Worker-Main-1/ERROR]: Couldn't parse element minecraft:loot_table/ml_holomenu:text_copy - Failed to parse either. First: Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:copy_nbt; Second: Not a json array: {"function":"minecraft:copy_nbt","source":{"type":"minecraft:storage","source":"ml_holomenu:text"},"ops":[{"source":"data.menu.copy.data","target":"data","op":"replace"}]}; Failed to parse either. First: Input does not contain a key [mode]: MapLike[{"function":"minecraft:set_lore","lore":[{"keybind":"key.use","color":"red"},{"text":"On Grid To Paste"}]}]; Second: Not a json array: {"function":"minecraft:set_lore","lore":[{"keybind":"key.use","color":"red"},{"text":"On Grid To Paste"}]}; Failed to parse either. First: Unknown registry key in ResourceKey[minecraft:root / minecraft:loot_function_type]: minecraft:set_nbt; Second: Not a json array: {"function":"minecraft:set_nbt","tag":"{CustomModelData:113,CanDestroy:[\"ml_holomenu:item_editor\",\"ml_holomenu:item_editor_copy\",\"ml_holomenu:item_editor_elem\",\"ml_holomenu:item_editor_text\"],HideFlags:63,is_text:1b}"}
[10:49:08] [ServerMain/INFO]: Loaded 1290 recipes
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/menu/editor/menu/page_set
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Failed to parse structure: Failed to get element ResourceKey[minecraft:item_modifier / ml_holomenu:page_change] at position 174: ...age_change<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Failed to parse structure: Failed to get element ResourceKey[minecraft:item_modifier / ml_holomenu:page_change] at position 174: ...age_change<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/system/uninstall
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 12: Expected whitespace to end one argument, but found trailing data at position 43: ...on_a_stick<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 12: Expected whitespace to end one argument, but found trailing data at position 43: ...on_a_stick<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/item/give/system
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 235: ...item_frame<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 235: ...item_frame<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/menu/editor/menu/elem/button/copy
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 26: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:button_copy] at position 41: ...utton_copy<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 26: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:button_copy] at position 41: ...utton_copy<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/system/initialize_check
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Expected whitespace to end one argument, but found trailing data at position 29: ...item_frame<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Expected whitespace to end one argument, but found trailing data at position 29: ...item_frame<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:player/menu/view/score_item
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 7: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:holo_menu] at position 102: ...:holo_menu<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 7: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:holo_menu] at position 102: ...:holo_menu<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/item/give/editor_text
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 120: ...raft:stick<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 120: ...raft:stick<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/action/command/stop
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 12: Expected whitespace to end one argument, but found trailing data at position 27: ...t:minecart<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 12: Expected whitespace to end one argument, but found trailing data at position 27: ...t:minecart<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:player/backpack/item
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 158: ...on_a_stick<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 158: ...on_a_stick<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:player/backpack/save
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Failed to parse structure: Failed to get element ResourceKey[minecraft:item_modifier / ml_holomenu:backpack_save] at position 188: ...kpack_save<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Failed to parse structure: Failed to get element ResourceKey[minecraft:item_modifier / ml_holomenu:backpack_save] at position 188: ...kpack_save<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/item/give/editor_button
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 120: ...raft:stick<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 120: ...raft:stick<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/item/give/editor
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 158: ...on_a_stick<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected whitespace to end one argument, but found trailing data at position 158: ...on_a_stick<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/menu/editor/clear
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 10: Expected whitespace to end one argument, but found trailing data at position 24: ...raft:stick<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 10: Expected whitespace to end one argument, but found trailing data at position 24: ...raft:stick<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/menu/editor/menu/elem/text/copy
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 16: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:text_copy] at position 39: ...:text_copy<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 16: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:text_copy] at position 39: ...:text_copy<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/ERROR]: Failed to load function ml_holomenu:logic/menu/editor/menu/properties/menu_item
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 5: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:holo_menu] at position 39: ...:holo_menu<--[HERE]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 5: Failed to parse structure: Failed to get element ResourceKey[minecraft:loot_table / ml_holomenu:holo_menu] at position 39: ...:holo_menu<--[HERE]
at net.minecraft.commands.functions.CommandFunction.fromLines(CommandFunction.java:86) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at net.minecraft.server.ServerFunctionLibrary.lambda$reload$2(ServerFunctionLibrary.java:97) ~[paper-1.21.1.jar:1.21.1-119-7cd4f2c]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
[10:49:08] [ServerMain/INFO]: Loaded 1409 advancements
[10:49:08] [ServerMain/WARN]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:block] are present in data pack: ml_holomenu:passable
[10:49:09] [Server thread/INFO]: Starting minecraft server version 1.21.1
[10:49:09] [Server thread/INFO]: Loading properties
[10:49:09] [Server thread/INFO]: This server is running Paper version 1.21.1-119-master@7cd4f2c (2024-10-03T15:19:34Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
[10:49:10] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[10:49:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:49:10] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:49:11] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[10:49:12] [Server thread/INFO]: Default game type: SURVIVAL
[10:49:12] [Server thread/INFO]: Generating keypair
[10:49:12] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:7120
[10:49:12] [Server thread/INFO]: Using epoll channel type
[10:49:12] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[10:49:12] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[10:49:13] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0-SNAPSHOT-732
[10:49:14] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.1) has not yet been tested! Proceed with caution.
[10:49:14] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.35-SNAPSHOT (build 3593)
[10:49:14] [Server thread/INFO]: [MeenPCs] Loading server plugin MeenPCs v1
[10:49:14] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.59
[10:49:14] [Server thread/INFO]: [AxiomPaper] Loading server plugin AxiomPaper v4.0.1
[10:49:14] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.13
[10:49:15] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.7+6929-c6af3a3
[10:49:18] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@57f8b4ff]
[10:49:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:49:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0-SNAPSHOT-732
[10:49:18] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.59
[10:49:18] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.7+6929-c6af3a3
[10:49:18] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[10:49:18] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[10:49:20] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21.PaperweightAdapter as the Bukkit adapter
[10:49:22] [Server thread/INFO]: Preparing level "world"
[10:49:23] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[10:49:24] [Server thread/INFO]: Time elapsed: 356 ms
[10:49:24] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[10:49:25] [Server thread/INFO]: Time elapsed: 873 ms
[10:49:25] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[10:49:25] [Server thread/INFO]: Time elapsed: 134 ms
[10:49:25] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3593)
[10:49:25] [Server thread/INFO]: [Citizens] Loading external libraries
[10:49:25] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[10:49:26] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[10:49:27] [Server thread/INFO]: [MeenPCs] Enabling MeenPCs v1
[10:49:27] [Server thread/INFO]: [MeenPCs] MeenPCs enabled, waiting for Citizens to be ready...
[10:49:27] [Server thread/INFO]: [AxiomPaper] Enabling AxiomPaper v4.0.1
[10:49:28] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.13
[10:49:28] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.13" 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--].
[10:49:28] [Server thread/INFO]: [Multiverse-Core] We 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.
[10:49:29] [Server thread/INFO]: Preparing start region for dimension minecraft:world2
[10:49:29] [Server thread/INFO]: Time elapsed: 120 ms
[10:49:29] [Server thread/INFO]: Preparing start region for dimension minecraft:world3
[10:49:29] [Server thread/INFO]: Time elapsed: 187 ms
[10:49:29] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[10:49:29] [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.
[10:49:29] [Server thread/INFO]: [Multiverse-Core] Version 4.3.13 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[10:49:29] [Server thread/INFO]: [spark] Starting background profiler...
[10:49:30] [Server thread/INFO]: Done preparing level "world" (7.545s)
[10:49:30] [Server thread/INFO]: Running delayed init tasks
[10:49:31] [Server thread/INFO]: [Citizens] Loaded 5 NPCs.
[10:49:31] [Server thread/INFO]: Done (36.581s)! For help, type "help"
[10:49:31] [Server thread/INFO]: Timings Reset
[10:51:13] [User Authenticator #0/INFO]: UUID of player Meekanographie is 8c0fd7d2-bed5-411f-91b6-eed5558f55cc
[10:51:14] [Server thread/INFO]: Meekanographie joined the game
[10:51:15] [Server thread/INFO]: Meekanographie[/185.161.169.186:59087] logged in with entity id 142 at ([world3]9.806446787843056, 4.0, 48.06176624538401)
[10:51:20] [Server thread/INFO]: Meekanographie issued server command: /npc create e