Skip to content

Proxy Menu

Derpbox edited this page Mar 3, 2021 · 2 revisions

Modifying the menu

The proxy menu can get quite complex quickly, so for this we will be using MinecraftJson

Grab the export from /functions/system/systemname/list.mcfunction and import it into MinecraftJson

Once imported, you(&) can use this as a base to create your(&) Proxy Menu

To add more members, duplicate an existing member and edit their name and number

Notice: Make sure the member numbers are the same for the Proxy Menu and /functions/system/systemname/proxies/load.mcfunction!

Exporting

Once you(&) are done with your(&) changes to the menu, first copy the generated command, and replace the existing one in /functions/system/systemname/list.mcfunction.

Now export the menu and paste it into the comments of /functions/system/systemname/list.mcfunction

Clone this wiki locally