DeluxeMenus making items from a list

How do I make a bunch of items appear in a menu from a 3rd party list?
20 Replies
Admincraft Meta
Admincraft Meta7mo ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by soapchan#0
Jared | InfraCharm
What's the 3rd party list
soapchan
soapchanOP7mo ago
the chat output of a command. Im willing to convert it into a placeholder, api etc
Jared | InfraCharm
You'll need placeholder API, as it says in the docs. You'll need to create a custom expansion if it doesn't already have a placeholder
soapchan
soapchanOP7mo ago
Thats fully fine, I just don't know how to make dm hook into it Once I know how, its smooth sailing
Jared | InfraCharm
You'll probably need to make a custom plugin then DMs aren't something with a placeholder value
soapchan
soapchanOP7mo ago
could you elaborate pls
Jared | InfraCharm
DM = No hook for Placeholder API Custom Plugin = Make hook for Placeholder API to capture DMs
soapchan
soapchanOP7mo ago
What I mean is, custom plugin for placeholder, or for menu?
Jared | InfraCharm
To make the DMs have a placeholder. @ProGamingDk am I saying this right or
soapchan
soapchanOP7mo ago
So not replacing dm? just a little confused on what you mean
Jared | InfraCharm
You want a DM to show in DeluxeMenus, right?
soapchan
soapchanOP7mo ago
no im using dm as short for duluxemenus
Jared | InfraCharm
Well still the same applies, make a placeholder for the chat output
ProGamingDk
ProGamingDk7mo ago
modify the original plugin is the easiest method
soapchan
soapchanOP7mo ago
Alright, but how do I make dm hook into it? I still dont know how to make dm show items for it. Il write a python analogy of what I want/
for item in item_list:
deluxemenus.add_item_to_gui(item)
for item in item_list:
deluxemenus.add_item_to_gui(item)
Jared | InfraCharm
You use the ✨ PlaceHolder API ✨ Make the chat output create a placeholder, DM already hooks into Placeholder API
soapchan
soapchanOP7mo ago
Yes, I understand that. I miss spoke what I meant just then. I don't know how to make an item in the GUI for each entry in the list. @Jared | InfraCharm
Jared | InfraCharm
Nope we're not doing the @ stuff You already pinged me with a reply
soapchan
soapchanOP7mo ago
Sorry Great, he ditched

Did you find this page helpful?