How to gui entity command

Started by alex1177 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to gui entity command

I have a very specific problem I need to fix.

My mod requires a command to open a gui (admin panel) with the command being "/panel <target>".

I want to display the target entity inside of the gui but the provided dependencies for gui does not include "arguments" (command dependencies) and I cannot do this like I did with the text parts of the admin panel (UUID, and display name of target) by making it a global variable because there is no entity variable.

Can I fix this somehow?

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you need more information…
Sun, 04/06/2025 - 02:35

if you need more information on my modding
modrinth: Modrinth Link
my mod ideas (including admin panel): Google Docs