#How would I go around making custom game floors like Hypixel pixel party has?

1 messages · Page 1 of 1 (latest)

tulip plover
#

What have you tried already? I'd just loop all the blocks of the floor and the set the ones that aren't the right color to air...

tepid merlin
#

but when i tried using the skript it gave me a internal error

tulip plover
tepid merlin
#

i have skbee

tepid merlin
tulip plover
tepid merlin
#

i don't have that part of the "code" anymore cuz i deleted it

#

what would be the most efficient way to do this tho

tulip plover
#

I mean structures is an okay way of doing it if you want to do intricate patterns.

tepid merlin
#
command /copyfloor [<text>]:
    trigger:
        if arg-1 is set:
            set {_s} to structure named "%arg-1%"
            fill structure {_s} between {pos1} and {pos2}
            save structure {_s}

debug code rn

tulip plover
#

... 23 more But I don't know, I've not used SkBee structures...
ShaneBee (Creator of SkBee) is in skript-help-2 rn try asking there...