#how to display an entity in Server Form

1 messages · Page 1 of 1 (latest)

hearty perch
#

i want to display an entity like this

wispy citrus
#

I think you can do this with live_horse_renderer

hearty perch
dusty gulch
#

in script api

hearty perch
hearty perch
vocal lotus
#

And #entity_id is the entity id binding

tropic bolt
# hearty perch can you give me example

based on my understanding, this is how should it work

in your server form

{
                        "skin_doll": {
                            "type": "custom",
                            "size": [
                                70,
                                70
                            ],
                            "renderer": "live_horse_renderer",
                            "bindings": [
                                {
                                    "binding_name": "#form_title_text",
                                    "binding_name_override": "#entity_id"
                                }
                            ]
                        }
                    }

in your actionform

...
new ActionFormBuilder()
.title("minecraft:chicken")
...
dusty gulch
tropic bolt
#

oh yeah mb

#

there u go

hearty perch
hearty perch
#

const slenderbookGUI = new ActionFormData()
.title("Slender Book")
.body(You can find Slenderman\nin the Slender Forest\n\nYou will also be able\nTo find notes on trees\n\nYou can break them\nFor rewards/loot\nBut this will anger\nSlenderman more..\n\nSlenderman will start\nHunting you but just\nHit him and he will\nVanish for 15 seconds\n\nIf you get all 8 notes\nHe will vanish forever)
.button("slenderman")

#

@tropic bolt help me , sorry if i bothered you

tropic bolt
#
.title(`minecraft:cow`)
#

if u want Slender book on it still use bindings to separate type id and ur desired title

hearty perch
#

const slenderbookGUI = new ActionFormData()
.title(minecraft:cow)
.body(You can find Slenderman\nin the Slender Forest\n\nYou will also be able\nTo find notes on trees\n\nYou can break them\nFor rewards/loot\nBut this will anger\nSlenderman more..\n\nSlenderman will start\nHunting you but just\nHit him and he will\nVanish for 15 seconds\n\nIf you get all 8 notes\nHe will vanish forever)
.button("slenderman")

tropic bolt
#

idk about live horse renderer

#

its just based on my understanding lol

hearty perch
#

._.

#

lol :))))))

tropic bolt
#

#1357334949329371156 message

hearty perch
#

maybe i have to use image

tropic bolt
#

u can yeah

granite tulip
#

better use images

#

horse renderer might not work for your purpose

dusty gulch
vocal lotus
hearty perch
vocal lotus
hearty perch