magemonkeystudio / genesis

MIT License
8 stars 7 forks source link

Auto-recognition of player heads doesn't seem to be working. #71

Open HYDeath opened 4 weeks ago

HYDeath commented 4 weeks ago

Originally this configuration worked, but after updating to version 1.21 it doesn't seem to work anymore, the header just doesn't show up.

1ee736af212254c9d37abf8cd9190484

[21:05:49 ERROR]: [Genesis] Was not able to create BuyItem item-5! Error at Stage 'MenuItem creation'. [Shop: menu] [21:05:49 WARN]: java.lang.IllegalArgumentException: The name of the profile contains invalid characters: %name% [21:05:49 WARN]: at com.google.common.base.Preconditions.checkArgument(Preconditions.java:218) [21:05:49 WARN]: at org.bukkit.craftbukkit.profile.CraftPlayerProfile.<init>(CraftPlayerProfile.java:68) [21:05:49 WARN]: at org.bukkit.craftbukkit.profile.CraftPlayerProfile.<init>(CraftPlayerProfile.java:76) [21:05:49 WARN]: at org.bukkit.craftbukkit.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:118) [21:05:49 WARN]: at org.bukkit.craftbukkit.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:428) [21:05:49 WARN]: at org.bukkit.craftbukkit.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:400) [21:05:49 WARN]: at org.bukkit.inventory.ItemStack.setItemMeta(ItemStack.java:650) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.item.ItemStackTranslator.translateItemStack(ItemStackTranslator.java:75) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.item.ItemStackCreator.createItemStack(ItemStackCreator.java:109) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.item.ItemStackCreator.createItemStack(ItemStackCreator.java:60) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.BuyItemHandler.createBuyItem(BuyItemHandler.java:285) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.BuyItemHandler.loadItem(BuyItemHandler.java:48) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.loadItems(GenesisConfigShop.java:202) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.setup(GenesisConfigShop.java:110) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.<init>(GenesisConfigShop.java:86) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.<init>(GenesisConfigShop.java:48) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.<init>(GenesisConfigShop.java:41) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.core.GenesisShops.loadShop(GenesisShops.java:82) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.core.GenesisShops.loadShops(GenesisShops.java:53) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.core.GenesisShops.<init>(GenesisShops.java:31) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.managers.ClassManager.setupDependentClasses(ClassManager.java:166) [21:05:49 WARN]: at [G][菜单]genesis-1.0.0-R0.6-20240614.173125-1.jar//studio.magemonkey.genesis.Genesis$1.run(Genesis.java:81) [21:05:49 WARN]: at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:101) [21:05:49 WARN]: at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) [21:05:49 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) [21:05:49 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) [21:05:49 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) [21:05:49 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583) [21:05:49 ERROR]: [Genesis] Probably caused by Config Mistakes. [21:05:49 ERROR]: [Genesis] For more help please send me a PM at Spigot. [21:05:49 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRjYzEzMWE2NDY5NzUxMzhkNWQ1ZmNiZDlkNGYzYTk3ZGMzN2QxYmI2ZDQyYTdjNTNhZDMwMmFlMTdiNmViYiJ9fX0=' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [21:05:49 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThjNDQzYWRhNmUzOWZjYTgzN2EwMzgzYjBhNWUzZTU1NDc3M2I5NjYwYzQ4NzNmNTkxMDMyZGJlOWFkY2RmOCJ9fX0=' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [21:05:49 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [21:05:49 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2MmExNWIwNDY5MmEyZTRiM2ZiMzY2M2JkNGI3ODQzNGRjZTE3MzJiOGViMWM3YTlmN2MwZmJmNmYifX19' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [21:05:49 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTBmOTU0OTAwZjBhNzBjODM3OTgwNzA1YTY3NGRiNDYxODUzYjQxZGFjOTZlZmMyOWE4MTgxZDkyY2JmYWVjZSJ9fX0=' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [21:05:49 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUxZTdkOWZlNWU2M2ZjMTY0N2Q4ZjZmYmQ2Njc5NTIyZmZiODMyZDA0MGZlOWM5OGIxN2VhYjQ0NzgzYzc3In19fQ==' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD.

https://paste.travja.dev/apihojusan

Travja commented 4 weeks ago

This was working on 1.20.6? We haven't actually updated to 1.21 yet

goflishMC commented 4 weeks ago

We only support latest versions of each series, you need to update to 1.20.6 and then retest.

HYDeath commented 4 weeks ago

This was working on 1.20.6? We haven't actually updated to 1.21 yet Hmm, any plans to schedule an update to 1.21 in the near future, at the moment this is working fine with the plugin, it's just a bit unusable.

goflishMC commented 4 weeks ago

This was working on 1.20.6? We haven't actually updated to 1.21 yet Hmm, any plans to schedule an update to 1.21 in the near future, at the moment this is working fine with the plugin, it's just a bit unusable.

my bad, I don't know why I read that as 1.20.1, you are on 1.21. We haven't updated to 1.21 yet

HYDeath commented 4 weeks ago

This was working on 1.20.6? We haven't actually updated to 1.21 yet Hmm, any plans to schedule an update to 1.21 in the near future, at the moment this is working fine with the plugin, it's just a bit unusable.

my bad, I don't know why I read that as 1.20.1, you are on 1.21. We haven't updated to 1.21 yet

Any plans for 1.21 compatibility in the near future, I see that the plugin is working fine, it's the custom heads that will fail to display.

goflishMC commented 4 weeks ago

This was working on 1.20.6? We haven't actually updated to 1.21 yet Hmm, any plans to schedule an update to 1.21 in the near future, at the moment this is working fine with the plugin, it's just a bit unusable.

my bad, I don't know why I read that as 1.20.1, you are on 1.21. We haven't updated to 1.21 yet

Any plans for 1.21 compatibility in the near future, I see that the plugin is working fine, it's the custom heads that will fail to display.

yes, we just don't have any ETA right now. Feel free to post any issues you find on 1.21. It will help us get updated faster.

HYDeath commented 4 weeks ago

This was working on 1.20.6? We haven't actually updated to 1.21 yet Hmm, any plans to schedule an update to 1.21 in the near future, at the moment this is working fine with the plugin, it's just a bit unusable.

my bad, I don't know why I read that as 1.20.1, you are on 1.21. We haven't updated to 1.21 yet

Any plans for 1.21 compatibility in the near future, I see that the plugin is working fine, it's the custom heads that will fail to display.

yes, we just don't have any ETA right now. Feel free to post any issues you find on 1.21. It will help us get updated faster.

Okay, I'll look for more bugs.

HYDeath commented 3 weeks ago

This was working on 1.20.6? We haven't actually updated to 1.21 yet Hmm, any plans to schedule an update to 1.21 in the near future, at the moment this is working fine with the plugin, it's just a bit unusable.

my bad, I don't know why I read that as 1.20.1, you are on 1.21. We haven't updated to 1.21 yet

Any plans for 1.21 compatibility in the near future, I see that the plugin is working fine, it's the custom heads that will fail to display.

yes, we just don't have any ETA right now. Feel free to post any issues you find on 1.21. It will help us get updated faster.

Have you guys considered Folia compatibility? folia still feels pretty good.

goflishMC commented 3 weeks ago

Folia is only meant for extremely large player bases. The majority of servers would not ever need folia and will actually hurt them if they try to run on folia.

I don't know if we will support folia, It still doesn't have the full support of some major plugins used by most server owners like worldguard/worldedit.

HYDeath commented 3 weeks ago

Folia is only meant for extremely large player bases. The majority of servers would not ever need folia and will actually hurt them if they try to run on folia.

I don't know if we will support folia, It still doesn't have the full support of some major plugins used by most server owners like worldguard/worldedit.

Well, actually a lot of people were considering using folia, but a lot of the plugins were not updated and one by one they gave up. Still have to wait for folia to improve.

Travja commented 1 week ago

@HYDeath I believe that all should be good to go with 1.21 now, I haven't explicitly tested this functionality, so forgive me if it's not working. But could you test and report back?

HYDeath commented 1 week ago

@HYDeath I believe that all should be good to go with 1.21 now, I haven't explicitly tested this functionality, so forgive me if it's not working. But could you test and report back?

Ok, can you provide the latest plugin?

MaksyKun commented 1 week ago

Ok, can you provide the latest plugin?

You can obtain it on the discord in dev-builds: https://discord.com/channels/818973833570680882/1048126163639357510/1263375312796913703

HYDeath commented 6 days ago

@HYDeath I believe that all should be good to go with 1.21 now, I haven't explicitly tested this functionality, so forgive me if it's not working. But could you test and report back?

It's still the same error.

Travja commented 6 days ago
  playerstats:
    MenuItem:
      - 'lore:&2Money: %balance%#&9Points: %balancepoints%'
      - name:&6[tools] &c&l%displayname% &6[tools]
      - amount:1
      - type:PLAYER_HEAD
      - playerhead:%name%
    RewardType: NOTHING
    PriceType: NOTHING
    Message: ''
    ExtraPermission: ''
    InventoryLocation: 14

I have a shop that uses this and it is working...

HYDeath commented 4 days ago
  playerstats:
    MenuItem:
      - 'lore:&2Money: %balance%#&9Points: %balancepoints%'
      - name:&6[tools] &c&l%displayname% &6[tools]
      - amount:1
      - type:PLAYER_HEAD
      - playerhead:%name%
    RewardType: NOTHING
    PriceType: NOTHING
    Message: ''
    ExtraPermission: ''
    InventoryLocation: 14

I have a shop that uses this and it is working... Store Configuratio:

item-5:
MenuItem:
- name:&e你好啊,玩家&b%player%
- type:PLAYER_HEAD
- playerhead:%name%
- amount:1
- 'lore:&f===================='
- 'lore:&a| &7钱包余额: &6%vault_eco_balance_formatted% 币'
- 'lore:&a| &7游戏时长: &6%cmi_user_playtime_days% &7天'
- 'lore:&b| &a点击 &6查看 &a详情'
- 'lore:&f===================='
RewardType: playercommand
Reward:
- money
- bs close %player%
InventoryLocation: 5

Error log: [15:41:34 ERROR]: [Genesis] Was not able to create BuyItem item-5! Error at Stage 'MenuItem creation'. [Shop: menu] [15:41:34 WARN]: java.lang.IllegalArgumentException: The name of the profile contains invalid characters: %name% [15:41:34 WARN]: at com.google.common.base.Preconditions.checkArgument(Preconditions.java:218) [15:41:34 WARN]: at org.bukkit.craftbukkit.profile.CraftPlayerProfile.<init>(CraftPlayerProfile.java:68) [15:41:34 WARN]: at org.bukkit.craftbukkit.profile.CraftPlayerProfile.<init>(CraftPlayerProfile.java:76) [15:41:34 WARN]: at org.bukkit.craftbukkit.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:118) [15:41:34 WARN]: at org.bukkit.craftbukkit.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:428) [15:41:34 WARN]: at org.bukkit.craftbukkit.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:400) [15:41:34 WARN]: at org.bukkit.inventory.ItemStack.setItemMeta(ItemStack.java:650) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.item.ItemStackTranslator.translateItemStack(ItemStackTranslator.java:75) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.item.ItemStackCreator.createItemStack(ItemStackCreator.java:109) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.item.ItemStackCreator.createItemStack(ItemStackCreator.java:60) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.BuyItemHandler.createBuyItem(BuyItemHandler.java:285) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.BuyItemHandler.loadItem(BuyItemHandler.java:48) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.loadItems(GenesisConfigShop.java:202) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.setup(GenesisConfigShop.java:110) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.<init>(GenesisConfigShop.java:86) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.<init>(GenesisConfigShop.java:48) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.config.GenesisConfigShop.<init>(GenesisConfigShop.java:41) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.core.GenesisShops.loadShop(GenesisShops.java:82) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.core.GenesisShops.loadShops(GenesisShops.java:53) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.core.GenesisShops.<init>(GenesisShops.java:31) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.ClassManager.setupDependentClasses(ClassManager.java:166) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.Genesis.reloadPlugin(Genesis.java:152) [15:41:34 WARN]: at [G][菜单]genesis-1.0.0-R0.7-20240718.060059-2.jar//studio.magemonkey.genesis.managers.CommandManager.onCommand(CommandManager.java:45) [15:41:34 WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) [15:41:34 WARN]: at io.papermc.paper.command.brigadier.bukkit.BukkitCommandNode$BukkitBrigCommand.run(BukkitCommandNode.java:91) [15:41:34 WARN]: at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) [15:41:34 WARN]: at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:31) [15:41:34 WARN]: at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:19) [15:41:34 WARN]: at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) [15:41:34 WARN]: at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5) [15:41:34 WARN]: at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:103) [15:41:34 WARN]: at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:446) [15:41:34 WARN]: at net.minecraft.commands.Commands.performCommand(Commands.java:353) [15:41:34 WARN]: at net.minecraft.commands.Commands.performCommand(Commands.java:340) [15:41:34 WARN]: at net.minecraft.commands.Commands.performCommand(Commands.java:335) [15:41:34 WARN]: at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2147) [15:41:34 WARN]: at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$11(ServerGamePacketListenerImpl.java:2121) [15:41:34 WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18) [15:41:34 WARN]: at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) [15:41:34 WARN]: at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) [15:41:34 WARN]: at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1478) [15:41:34 WARN]: at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) [15:41:34 WARN]: at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) [15:41:34 WARN]: at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1456) [15:41:34 WARN]: at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1449) [15:41:34 WARN]: at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114) [15:41:34 WARN]: at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1558) [15:41:34 WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1246) [15:41:34 WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) [15:41:34 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583) [15:41:34 ERROR]: [Genesis] Probably caused by Config Mistakes. [15:41:34 ERROR]: [Genesis] For more help please send me a PM at Spigot. [15:41:34 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRjYzEzMWE2NDY5NzUxMzhkNWQ1ZmNiZDlkNGYzYTk3ZGMzN2QxYmI2ZDQyYTdjNTNhZDMwMmFlMTdiNmViYiJ9fX0=' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [15:41:34 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThjNDQzYWRhNmUzOWZjYTgzN2EwMzgzYjBhNWUzZTU1NDc3M2I5NjYwYzQ4NzNmNTkxMDMyZGJlOWFkY2RmOCJ9fX0=' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [15:41:34 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [15:41:34 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTBmOTU0OTAwZjBhNzBjODM3OTgwNzA1YTY3NGRiNDYxODUzYjQxZGFjOTZlZmMyOWE4MTgxZDkyY2JmYWVjZSJ9fX0=' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [15:41:34 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUxZTdkOWZlNWU2M2ZjMTY0N2Q4ZjZmYmQ2Njc5NTIyZmZiODMyZDA0MGZlOWM5OGIxN2VhYjQ0NzgzYzc3In19fQ==' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD. [15:41:34 WARN]: [Genesis] Mistake in Config: Itemdata of type 'customskull' with value 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2MmExNWIwNDY5MmEyZTRiM2ZiMzY2M2JkNGI3ODQzNGRjZTE3MzJiOGViMWM3YTlmN2MwZmJmNmYifX19' can not be added to an item with material 'STONE'. Don't worry I'll automatically transform the material into 'PLAYER_HEAD.

Travja commented 1 day ago

I'm going to need more info about your server like specific server version (paper, spigot, purpur)? What build number? Offline mode by chance? Other plugins? I may also need your whole shop config. Right now, it's looking like it's not able to actually associate the menu with the player properly for whatever reason. It doesn't make sense, because everything I'm seeing indicates it should be working.

HYDeath commented 14 hours ago

I'm going to need more info about your server like specific server version (paper, spigot, purpur)? What build number? Offline mode by chance? Other plugins? I may also need your whole shop config. Right now, it's looking like it's not able to actually associate the menu with the player properly for whatever reason. It doesn't make sense, because everything I'm seeing indicates it should be working.

version [14:11:36 INFO]: Checking version, please wait... [14:11:38 INFO]: This server is running Paper version 1.21-93-master@d08e8d1 (2024-07-18T22:39:15Z) (Implementing API version 1.21-R0.1-SNAPSHOT) You are 16 version(s) behind Download the new version at: https://papermc.io/downloads/paper Previous version: 1.21-40-b45d9b6 (MC: 1.21)

plugins:

plugins [14:12:31 INFO]: Server Plugins (42): [14:12:31 INFO]: Bukkit Plugins: [14:12:31 INFO]: - BetterRTP, BiliBiliToper, ChestProtect, Chunky, CMI, CMILib, CoreProtect, DoubleDoors, EClean, FarmControl [14:12:31 INFO]: Genesis, GlobalMarketPlus, GSit, Hub, ImageFrame, InteractionVisualizer, InvActions, LiteSignIn, LuckPerms, MapModCompanion [14:12:31 INFO]: Matrix, PlaceholderAPI, Plan, PlayerPoints, PlayerTitle, PlayTimeTracker, PlugManX, ProtocolLib, QuickShop-Hikari, Residence [14:12:31 INFO]: spark, TAB-Bridge, TerraformGenerator, TrChat, UltimateShop, Vault, ViaBackwards, ViaRewind, ViaVersion, WorldEdit [14:12:31 INFO]: WTF, XPLib

Travja commented 14 hours ago

Could you share your whole shop config?

HYDeath commented 13 hours ago

@Travja

ShopName: menu
DisplayName: '&a3&6W&ei&bn&3d &f- &e主菜单'
signs:
  text: '[menu]'
  NeedPermissionToCreateSign: true
shop:
  item-1:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 1
  item-2:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 2
  item-3:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 3
  item-4:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 4
  item-5:
    MenuItem:
    - name:&e你好啊,玩家&b%player%
    - type:PLAYER_HEAD
    - playerhead:%name%
    - amount:1
    - 'lore:&f===================='
    - 'lore:&a| &7钱包余额: &6%vault_eco_balance_formatted% &7风铃币'
    - 'lore:&a| &7游戏时长: &6%cmi_user_playtime_days% &7天'
    - 'lore:&b| &a点击 &6查看 &a详情'
    - 'lore:&f===================='
    RewardType: playercommand
    Reward:
    - money
    - bs close %player%
    InventoryLocation: 5
  item-6:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 6
  item-7:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 7
  item-8:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 8
  item-9:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 9
  item-10:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 10
  item-11:
    MenuItem:
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRjYzEzMWE2NDY5NzUxMzhkNWQ1ZmNiZDlkNGYzYTk3ZGMzN2QxYmI2ZDQyYTdjNTNhZDMwMmFlMTdiNmViYiJ9fX0=
    - name:&7『 &a跨服传送 &7』
    - 'lore:&a| &7传送到各个开放的世界.'
    - 'lore:&a| &7方便您的出行和资源采集.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: scdq
    InventoryLocation: 13
  item-12:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 12
  item-13:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 11
  item-14:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 14
  item-15:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 17
  item-16:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 16
  item-17:
    #https://namemc.com/skin/562507301240ce8c
    MenuItem:
    - name:&f『 &a签到 &f』
    - type:CLOCK
    - amount:1
    - 'lore:&a| &7今天您签到了吗?.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: litesignin gui
    InventoryLocation: 15
  item-18:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 18
  item-19:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 19
  item-20:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 20
  item-21:
    MenuItem:
    - name:&f『 &a邮箱 &f』
    - type:BEE_NEST
    - amount:1
    - 'lore:&a| &7查看邮件.'
    - 'lore:&a| &7发送邮件.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: mailbox gui
    InventoryLocation: 21
  item-22:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 22
  item-23:
    MenuItem:
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThjNDQzYWRhNmUzOWZjYTgzN2EwMzgzYjBhNWUzZTU1NDc3M2I5NjYwYzQ4NzNmNTkxMDMyZGJlOWFkY2RmOCJ9fX0=
    - amount:1
    - name:&e◆ &a全球市场 &
    - 'lore:&a◎ &7可以与全世界的玩家交换物品.'
    - 'lore:&a◎ &7相当漂亮的功能,如果你有物品'
    - 'lore:&a◎ &7想出售,就快来把它挂上去吧!'
    - 'lore:&a◎ &7将手中的物品上架&6/market add <价格>.'
    - 'lore:'
    - 'lore:&b◎ &a点击 &6立即 &a打开'
    RewardType: playercommand
    Reward: 
    - market gui
    InventoryLocation: 23
  item-24:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 24
  item-25:
    MenuItem:
    - name:&7『 &a领地管理 &7』
    - type:WOODEN_HOE
    - amount:1
    - 'lore:&a| &7设置领地公共权限.'
    - 'lore:&a| &7设置某个玩家的领地权限.'
    - 'lore:&a| &7列出拥有的领地列表.'
    - 'lore:&a| &7查看圈地教程.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: res
    InventoryLocation: 25
  item-26:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 26
  item-27:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 27
  item-28:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 28
  item-29:
    MenuItem:
    - customskull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19
    - name:&f『 &a官方市场 &f』
    - amount:1
    - 'lore:&a| &7来看看您需要买/卖一些东西吧.'
    - 'lore:&a| &7市场商店,价格实惠.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: 
    # - ultimateshop
    InventoryLocation: 29
  item-30:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 30
  item-31:
    MenuItem:
    - name:&7『 &a实用功能 &7』
    - type:CRAFTING_TABLE
    - amount:1
    - 'lore:&a| &7比较方便的实用功能.'
    - 'lore:&a| &7让你们的游戏更快乐.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: shop
    Reward: sygn
    InventoryLocation: 31
  item-32:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 32
  item-33:
    MenuItem:
    - name:&7『 &a容器保护系统 &7』
    - type:Chest
    - amount:1
    - 'lore:&a| &7保护您的容器财产安全.'
    - 'lore:&a| &7让您愉快放心游玩.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: shop
    Reward: cp
    InventoryLocation: 33
  item-34:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 34
  item-35:
    MenuItem:
    MenuItem:
    - name:&7『 &a称号管理 &7』
    - type:NAME_TAG
    - amount:1
    - 'lore:&a| &7众多称号等你来选择.'
    - 'lore:&a| &7解锁所有炫酷的称号.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: plt shop
    InventoryLocation: 35
  item-36:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 36
  item-37:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 37
  item-38:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 38
  item-39:
    MenuItem:
    - name:&7『 &a魔咒商店 &7』 &c请勿购买作者还未适配1.21
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTBmOTU0OTAwZjBhNzBjODM3OTgwNzA1YTY3NGRiNDYxODUzYjQxZGFjOTZlZmMyOWE4MTgxZDkyY2JmYWVjZSJ9fX0=
    - amount:1
    - 'lore:&a| &7你渴望让您装备更强大吗?'
    - 'lore:&a| &7你相信您的运气非常好吗?'
    - 'lore:&a| &7那就来试试魔咒书吧!'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: moshop
    InventoryLocation: 39
  item-40:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 40
  item-41:
    MenuItem:
    - name:&7『 &a趣味道具 &7』
    - type:Ender_Chest
    - amount:1
    - 'lore:&a| &7众多称号等你来选择.'
    - 'lore:&a| &7解锁所有炫酷的称号.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: chat
    InventoryLocation: 41
  item-42:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 42
    Reward: gmenu main
  item-43:
    MenuItem:
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUxZTdkOWZlNWU2M2ZjMTY0N2Q4ZjZmYmQ2Njc5NTIyZmZiODMyZDA0MGZlOWM5OGIxN2VhYjQ0NzgzYzc3In19fQ==
    - name:&f『 &a点歌帮助&f』
    - amount:1
    - 'lore:&a| &f/&azm play 163 &e歌名 &7(网易云点歌)'
    - 'lore:&a| &f/&azm play bilibili &e歌名 &7(哔哩哔哩点歌)'
    - 'lore:&a| &f&a请在QQ群下载[Z]音乐.jar放入mods文件夹内'
    - 'lore:&a| &f&a音乐音量 音乐和声音 - 唱片机/音符盒'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: zm help play
    InventoryLocation: 43
  item-44:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 44
  item-45:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 45
  item-46:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 46
  item-47:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 47
  item-48:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 48
  item-49:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 49
  item-50:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 50
  item-51:
    MenuItem:
    - name:&7『 &a等级升级 &7』
    - customskull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2MmExNWIwNDY5MmEyZTRiM2ZiMzY2M2JkNGI3ODQzNGRjZTE3MzJiOGViMWM3YTlmN2MwZmJmNmYifX19
    - amount:1
    - 'lore:&a◎ &7可以在这 &6查看&7您的技能.'
    - 'lore:&a◎ &7技能对生存冒险有着巨大的帮助.'
    - 'lore:&a◎ &7内有详细的技能说明'
    - 'lore:&a◎ &7以及你当前技能的等级、排名.'
    - 'lore:'
    - 'lore:&b◎ &a点击 &6查看 &a详情'
    RewardType: shop
    Reward: mcmmogui
    InventoryLocation: 51
  item-52:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 52
  item-53:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 53
  item-54:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 54
Travja commented 12 hours ago

image Everything appears to be working no problem. I did make some slight changes to your file to avoid warnings about material type.

See updated file ```yaml ShopName: menu DisplayName: '&a3&6W&ei&bn&3d &f- &e主菜单' signs: text: '[menu]' NeedPermissionToCreateSign: true shop: item-1: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 1 item-2: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 2 item-3: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 3 item-4: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 4 item-5: MenuItem: - name:&e你好啊,玩家&b%player% - type:PLAYER_HEAD - playerhead:%name% - amount:1 - 'lore:&f====================' - 'lore:&a| &7钱包余额: &6%vault_eco_balance_formatted% &7风铃币' - 'lore:&a| &7游戏时长: &6%cmi_user_playtime_days% &7天' - 'lore:&b| &a点击 &6查看 &a详情' - 'lore:&f====================' RewardType: playercommand Reward: - money - bs close %player% InventoryLocation: 5 item-6: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 6 item-7: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 7 item-8: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 8 item-9: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 9 item-10: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 10 item-11: MenuItem: - type:PLAYER_HEAD - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRjYzEzMWE2NDY5NzUxMzhkNWQ1ZmNiZDlkNGYzYTk3ZGMzN2QxYmI2ZDQyYTdjNTNhZDMwMmFlMTdiNmViYiJ9fX0= - name:&7『 &a跨服传送 &7』 - 'lore:&a| &7传送到各个开放的世界.' - 'lore:&a| &7方便您的出行和资源采集.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: SHOP Reward: scdq InventoryLocation: 13 item-12: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 12 item-13: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 11 item-14: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 14 item-15: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 17 item-16: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 16 item-17: #https://namemc.com/skin/562507301240ce8c MenuItem: - name:&f『 &a签到 &f』 - type:CLOCK - amount:1 - 'lore:&a| &7今天您签到了吗?.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: playercommand Reward: litesignin gui InventoryLocation: 15 item-18: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 18 item-19: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 19 item-20: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 20 item-21: MenuItem: - name:&f『 &a邮箱 &f』 - type:BEE_NEST - amount:1 - 'lore:&a| &7查看邮件.' - 'lore:&a| &7发送邮件.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: playercommand Reward: mailbox gui InventoryLocation: 21 item-22: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 22 item-23: MenuItem: - type:PLAYER_HEAD - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThjNDQzYWRhNmUzOWZjYTgzN2EwMzgzYjBhNWUzZTU1NDc3M2I5NjYwYzQ4NzNmNTkxMDMyZGJlOWFkY2RmOCJ9fX0= - amount:1 - name:&e◆ &a全球市场 & - 'lore:&a◎ &7可以与全世界的玩家交换物品.' - 'lore:&a◎ &7相当漂亮的功能,如果你有物品' - 'lore:&a◎ &7想出售,就快来把它挂上去吧!' - 'lore:&a◎ &7将手中的物品上架&6/market add <价格>.' - 'lore:' - 'lore:&b◎ &a点击 &6立即 &a打开' RewardType: playercommand Reward: - market gui InventoryLocation: 23 item-24: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 24 item-25: MenuItem: - name:&7『 &a领地管理 &7』 - type:WOODEN_HOE - amount:1 - 'lore:&a| &7设置领地公共权限.' - 'lore:&a| &7设置某个玩家的领地权限.' - 'lore:&a| &7列出拥有的领地列表.' - 'lore:&a| &7查看圈地教程.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: SHOP Reward: res InventoryLocation: 25 item-26: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 26 item-27: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 27 item-28: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 28 item-29: MenuItem: - type:PLAYER_HEAD - customskull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19 - name:&f『 &a官方市场 &f』 - amount:1 - 'lore:&a| &7来看看您需要买/卖一些东西吧.' - 'lore:&a| &7市场商店,价格实惠.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: playercommand Reward: # - ultimateshop InventoryLocation: 29 item-30: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 30 item-31: MenuItem: - name:&7『 &a实用功能 &7』 - type:CRAFTING_TABLE - amount:1 - 'lore:&a| &7比较方便的实用功能.' - 'lore:&a| &7让你们的游戏更快乐.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: shop Reward: sygn InventoryLocation: 31 item-32: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 32 item-33: MenuItem: - name:&7『 &a容器保护系统 &7』 - type:Chest - amount:1 - 'lore:&a| &7保护您的容器财产安全.' - 'lore:&a| &7让您愉快放心游玩.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: shop Reward: cp InventoryLocation: 33 item-34: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 34 item-35: MenuItem: MenuItem: - name:&7『 &a称号管理 &7』 - type:NAME_TAG - amount:1 - 'lore:&a| &7众多称号等你来选择.' - 'lore:&a| &7解锁所有炫酷的称号.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: playercommand Reward: plt shop InventoryLocation: 35 item-36: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 36 item-37: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 37 item-38: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 38 item-39: MenuItem: - type:PLAYER_HEAD - name:&7『 &a魔咒商店 &7』 &c请勿购买作者还未适配1.21 - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTBmOTU0OTAwZjBhNzBjODM3OTgwNzA1YTY3NGRiNDYxODUzYjQxZGFjOTZlZmMyOWE4MTgxZDkyY2JmYWVjZSJ9fX0= - amount:1 - 'lore:&a| &7你渴望让您装备更强大吗?' - 'lore:&a| &7你相信您的运气非常好吗?' - 'lore:&a| &7那就来试试魔咒书吧!' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: SHOP Reward: moshop InventoryLocation: 39 item-40: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 40 item-41: MenuItem: - name:&7『 &a趣味道具 &7』 - type:Ender_Chest - amount:1 - 'lore:&a| &7众多称号等你来选择.' - 'lore:&a| &7解锁所有炫酷的称号.' - 'lore:' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: SHOP Reward: chat InventoryLocation: 41 item-42: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 42 Reward: gmenu main item-43: MenuItem: - type:PLAYER_HEAD - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUxZTdkOWZlNWU2M2ZjMTY0N2Q4ZjZmYmQ2Njc5NTIyZmZiODMyZDA0MGZlOWM5OGIxN2VhYjQ0NzgzYzc3In19fQ== - name:&f『 &a点歌帮助&f』 - amount:1 - 'lore:&a| &f/&azm play 163 &e歌名 &7(网易云点歌)' - 'lore:&a| &f/&azm play bilibili &e歌名 &7(哔哩哔哩点歌)' - 'lore:&a| &f&a请在QQ群下载[Z]音乐.jar放入mods文件夹内' - 'lore:&a| &f&a音乐音量 音乐和声音 - 唱片机/音符盒' - 'lore:&b| &a点击 &6查看 &a详情' RewardType: playercommand Reward: zm help play InventoryLocation: 43 item-44: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 44 item-45: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 45 item-46: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 46 item-47: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 47 item-48: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 48 item-49: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 49 item-50: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 50 item-51: MenuItem: - type:PLAYER_HEAD - name:&7『 &a等级升级 &7』 - customskull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2MmExNWIwNDY5MmEyZTRiM2ZiMzY2M2JkNGI3ODQzNGRjZTE3MzJiOGViMWM3YTlmN2MwZmJmNmYifX19 - amount:1 - 'lore:&a◎ &7可以在这 &6查看&7您的技能.' - 'lore:&a◎ &7技能对生存冒险有着巨大的帮助.' - 'lore:&a◎ &7内有详细的技能说明' - 'lore:&a◎ &7以及你当前技能的等级、排名.' - 'lore:' - 'lore:&b◎ &a点击 &6查看 &a详情' RewardType: shop Reward: mcmmogui InventoryLocation: 51 item-52: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:CYAN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 52 item-53: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:BLUE_STAINED_GLASS_PANE - amount:1 InventoryLocation: 53 item-54: MenuItem: - name:&f『 &a3&6W&ei&bn&3d &f』 - type:GREEN_STAINED_GLASS_PANE - amount:1 InventoryLocation: 54 ```
HYDeath commented 12 hours ago

image Everything appears to be working no problem. I did make some slight changes to your file to avoid warnings about material type.

See updated file

ShopName: menu
DisplayName: '&a3&6W&ei&bn&3d &f- &e主菜单'
signs:
  text: '[menu]'
  NeedPermissionToCreateSign: true
shop:
  item-1:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 1
  item-2:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 2
  item-3:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 3
  item-4:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 4
  item-5:
    MenuItem:
    - name:&e你好啊,玩家&b%player%
    - type:PLAYER_HEAD
    - playerhead:%name%
    - amount:1
    - 'lore:&f===================='
    - 'lore:&a| &7钱包余额: &6%vault_eco_balance_formatted% &7风铃币'
    - 'lore:&a| &7游戏时长: &6%cmi_user_playtime_days% &7天'
    - 'lore:&b| &a点击 &6查看 &a详情'
    - 'lore:&f===================='
    RewardType: playercommand
    Reward:
    - money
    - bs close %player%
    InventoryLocation: 5
  item-6:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 6
  item-7:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 7
  item-8:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 8
  item-9:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 9
  item-10:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 10
  item-11:
    MenuItem:
    - type:PLAYER_HEAD
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRjYzEzMWE2NDY5NzUxMzhkNWQ1ZmNiZDlkNGYzYTk3ZGMzN2QxYmI2ZDQyYTdjNTNhZDMwMmFlMTdiNmViYiJ9fX0=
    - name:&7『 &a跨服传送 &7』
    - 'lore:&a| &7传送到各个开放的世界.'
    - 'lore:&a| &7方便您的出行和资源采集.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: scdq
    InventoryLocation: 13
  item-12:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 12
  item-13:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 11
  item-14:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 14
  item-15:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 17
  item-16:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 16
  item-17:
    #https://namemc.com/skin/562507301240ce8c
    MenuItem:
    - name:&f『 &a签到 &f』
    - type:CLOCK
    - amount:1
    - 'lore:&a| &7今天您签到了吗?.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: litesignin gui
    InventoryLocation: 15
  item-18:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 18
  item-19:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 19
  item-20:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 20
  item-21:
    MenuItem:
    - name:&f『 &a邮箱 &f』
    - type:BEE_NEST
    - amount:1
    - 'lore:&a| &7查看邮件.'
    - 'lore:&a| &7发送邮件.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: mailbox gui
    InventoryLocation: 21
  item-22:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 22
  item-23:
    MenuItem:
    - type:PLAYER_HEAD
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThjNDQzYWRhNmUzOWZjYTgzN2EwMzgzYjBhNWUzZTU1NDc3M2I5NjYwYzQ4NzNmNTkxMDMyZGJlOWFkY2RmOCJ9fX0=
    - amount:1
    - name:&e◆ &a全球市场 &
    - 'lore:&a◎ &7可以与全世界的玩家交换物品.'
    - 'lore:&a◎ &7相当漂亮的功能,如果你有物品'
    - 'lore:&a◎ &7想出售,就快来把它挂上去吧!'
    - 'lore:&a◎ &7将手中的物品上架&6/market add <价格>.'
    - 'lore:'
    - 'lore:&b◎ &a点击 &6立即 &a打开'
    RewardType: playercommand
    Reward:
    - market gui
    InventoryLocation: 23
  item-24:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 24
  item-25:
    MenuItem:
    - name:&7『 &a领地管理 &7』
    - type:WOODEN_HOE
    - amount:1
    - 'lore:&a| &7设置领地公共权限.'
    - 'lore:&a| &7设置某个玩家的领地权限.'
    - 'lore:&a| &7列出拥有的领地列表.'
    - 'lore:&a| &7查看圈地教程.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: res
    InventoryLocation: 25
  item-26:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 26
  item-27:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 27
  item-28:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 28
  item-29:
    MenuItem:
    - type:PLAYER_HEAD
    - customskull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZDM3OTkzZTU5NDA4MjY3ODQ3MmJmOWQ4NjgyMzQxM2MyNTBkNDMzMmEyYzdkOGM1MmRlNDk3NmIzNjIifX19
    - name:&f『 &a官方市场 &f』
    - amount:1
    - 'lore:&a| &7来看看您需要买/卖一些东西吧.'
    - 'lore:&a| &7市场商店,价格实惠.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward:
    # - ultimateshop
    InventoryLocation: 29
  item-30:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 30
  item-31:
    MenuItem:
    - name:&7『 &a实用功能 &7』
    - type:CRAFTING_TABLE
    - amount:1
    - 'lore:&a| &7比较方便的实用功能.'
    - 'lore:&a| &7让你们的游戏更快乐.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: shop
    Reward: sygn
    InventoryLocation: 31
  item-32:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 32
  item-33:
    MenuItem:
    - name:&7『 &a容器保护系统 &7』
    - type:Chest
    - amount:1
    - 'lore:&a| &7保护您的容器财产安全.'
    - 'lore:&a| &7让您愉快放心游玩.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: shop
    Reward: cp
    InventoryLocation: 33
  item-34:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 34
  item-35:
    MenuItem:
    MenuItem:
    - name:&7『 &a称号管理 &7』
    - type:NAME_TAG
    - amount:1
    - 'lore:&a| &7众多称号等你来选择.'
    - 'lore:&a| &7解锁所有炫酷的称号.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: plt shop
    InventoryLocation: 35
  item-36:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 36
  item-37:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 37
  item-38:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 38
  item-39:
    MenuItem:
    - type:PLAYER_HEAD
    - name:&7『 &a魔咒商店 &7』 &c请勿购买作者还未适配1.21
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTBmOTU0OTAwZjBhNzBjODM3OTgwNzA1YTY3NGRiNDYxODUzYjQxZGFjOTZlZmMyOWE4MTgxZDkyY2JmYWVjZSJ9fX0=
    - amount:1
    - 'lore:&a| &7你渴望让您装备更强大吗?'
    - 'lore:&a| &7你相信您的运气非常好吗?'
    - 'lore:&a| &7那就来试试魔咒书吧!'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: moshop
    InventoryLocation: 39
  item-40:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 40
  item-41:
    MenuItem:
    - name:&7『 &a趣味道具 &7』
    - type:Ender_Chest
    - amount:1
    - 'lore:&a| &7众多称号等你来选择.'
    - 'lore:&a| &7解锁所有炫酷的称号.'
    - 'lore:'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: SHOP
    Reward: chat
    InventoryLocation: 41
  item-42:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 42
    Reward: gmenu main
  item-43:
    MenuItem:
    - type:PLAYER_HEAD
    - customskull:e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUxZTdkOWZlNWU2M2ZjMTY0N2Q4ZjZmYmQ2Njc5NTIyZmZiODMyZDA0MGZlOWM5OGIxN2VhYjQ0NzgzYzc3In19fQ==
    - name:&f『 &a点歌帮助&f』
    - amount:1
    - 'lore:&a| &f/&azm play 163 &e歌名 &7(网易云点歌)'
    - 'lore:&a| &f/&azm play bilibili &e歌名 &7(哔哩哔哩点歌)'
    - 'lore:&a| &f&a请在QQ群下载[Z]音乐.jar放入mods文件夹内'
    - 'lore:&a| &f&a音乐音量 音乐和声音 - 唱片机/音符盒'
    - 'lore:&b| &a点击 &6查看 &a详情'
    RewardType: playercommand
    Reward: zm help play
    InventoryLocation: 43
  item-44:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 44
  item-45:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 45
  item-46:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 46
  item-47:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 47
  item-48:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 48
  item-49:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 49
  item-50:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 50
  item-51:
    MenuItem:
    - type:PLAYER_HEAD
    - name:&7『 &a等级升级 &7』
    - customskull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc2MmExNWIwNDY5MmEyZTRiM2ZiMzY2M2JkNGI3ODQzNGRjZTE3MzJiOGViMWM3YTlmN2MwZmJmNmYifX19
    - amount:1
    - 'lore:&a◎ &7可以在这 &6查看&7您的技能.'
    - 'lore:&a◎ &7技能对生存冒险有着巨大的帮助.'
    - 'lore:&a◎ &7内有详细的技能说明'
    - 'lore:&a◎ &7以及你当前技能的等级、排名.'
    - 'lore:'
    - 'lore:&b◎ &a点击 &6查看 &a详情'
    RewardType: shop
    Reward: mcmmogui
    InventoryLocation: 51
  item-52:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:CYAN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 52
  item-53:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:BLUE_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 53
  item-54:
    MenuItem:
    - name:&f『 &a3&6W&ei&bn&3d &f』
    - type:GREEN_STAINED_GLASS_PANE
    - amount:1
    InventoryLocation: 54

The header still doesn't show up as well, but it should be possible that some other plugin is interfering or I'll update the paper core and I'll check it out myself. Thank you, it's been a month of trouble.

Travja commented 7 hours ago

I'm not exactly sure what you mean there.