changing name and descriptions on appearances?
BuckWildDog opened this issue ยท 2 comments
Hey there! First off, loving the plugin with a small group of friends on my private server! :D
the only real stumper I've run into is how to change names and descriptions on the different appearances in the enchanting table GUI? like if I wanted to change the name for the "Demon Sword" to something else for a new custom model I'm working on?
again, loving the plugin! excited to do more with it!! :D
Glad you're enjoying it! :)
You can change the names and descriptions with a command like
/mconfig configure message wands.appearance_spire.name AWESOME WAND
Use .description
instead of .name
for the description.
Alternately you can edit all the wand names and descriptions at once, which may be easier, with
/meditor message wands
The ones with names like "appearance" are the ones you're looking for. The full list of them is here:
That file also shows how to add new appearances, though this gets complicated on the resource pack side.
Hope that helps!