[Deneridu] --[T6 - Fierce Burn Exoworld]-- [Inactive]

So, absolute first thing is, the bot won’t update the post unless you upload an image of the world. I think there is a fallback where it might do it after a few days, but I don’t know.

Since there has been at least the one that had a world image but wasn’t updated, I’ll include some instructions here:

Okay, so first you can check here: Boundlexx - The Boundless Lexicon to see if the browser tool works. If not, you will need to do it in the API, which appears to be the case today.

So, if you’re doing it manually, you’ll want to go here: https://api.boundlexx.app/api/v2/#/Misc/createForumTemplate
Make sure you’re in the forum template section, and click “try it out”. You will then put in the world id, which in this case is 4767, and then click execute.
If you are familiar with APIs, and use Postman, I’m sure it would be easier to just set this up there if you want to do it regularly.

It’s going to give you a JSON response, with a body object with the forum code you are looking for.


(you can click those to see them bigger)

You don’t want to post this directly, since it’s going to have some literal line break characters. You will want to open up a program like Notepad++ that will let you do a find and replace with line break characters.

In NP++, this is what that looks like. I’m going to circle the important bits.
image

You may also want to do one of these:
image
since there are literal backslashes before the double quotes in the text.

Then you should have what you need, and as long as you have permissions to edit wiki posts, you can just paste that into the original message.

When I was testing this out, the forum did something weird where it put the code in a code block instead of rendering it, but deleting the three backticks it adds at the beginning and end fixes that.

I’m going to leave this post not fixed for the moment in case you want to try it out, but let me know if you want me to take care of it, and you can honestly ping me any time for that and if I can get to my computer I will help.

2 Likes