unwanted visuals

Plugin specific problems will be solved here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
Jtrendz
Villager
Posts: 13
Joined: 25 Oct 2024, 17:15

unwanted visuals

#1

Post by Jtrendz »

I draw a phone booth to use as a decoration plugin but when I place it there's water instead of the decal flooring does anyone know how I could fix that
Screenshot_20241116-230645.png

User avatar
FVI
Inhabitant of a Galaxy
Posts: 2371
Joined: 22 Feb 2022, 18:00
Location: The largest island in Europe
Plugins: Showcase Store
Version: Beta

Platform

Re: unwanted visuals

#2

Post by FVI »

That is due to a missing attribute in your code.

To fix that, add this in it.

Code: Select all

"draw ground": true,
(remove the comma if you are placing it at the end of the code) By default, if you have some transparent frames in your plugin, if you place it without it having this anywhere in the code, it will always show water under it, so every time you are creating a plugin with transparent floor, remember this json attribute.

:bc

User avatar
Jtrendz
Villager
Posts: 13
Joined: 25 Oct 2024, 17:15

Re: unwanted visuals

#3

Post by Jtrendz »

Oh I see, thanks so much.

User avatar
FVI
Inhabitant of a Galaxy
Posts: 2371
Joined: 22 Feb 2022, 18:00
Location: The largest island in Europe
Plugins: Showcase Store
Version: Beta

Platform

Re: unwanted visuals

#4

Post by FVI »

You're welcome!

Post Reply Previous topicNext topic

Return to “Problems”