#how to enter multiple worlds in disabedworlds

7 messages · Page 1 of 1 (latest)

twilit geode
#

.# Provide a list of worlds where using vehicles is disabled.
disabledWorlds: []

How do I enter multiple worlds (e.g. lifesteal, lobby) into disabledworlds?

torpid fractalBOT
#

green_check Your thread has been successfully created!

We offer free support and expect respect for our team. Hopefully, someone can assist you, or perhaps our support team can help. Please be patient.

Almost all questions can be answered through our wiki, make sure to check it out!
https://wiki.mtvehicles.eu

torpid fractalBOT
zenith salmon
#

there are two methods:

disabledWorlds:
  - 'world1'
  - 'world2'
  - 'world3'

or

disabledWorlds: ['world1', 'world2', 'world3']
#

@twilit geode

twilit geode
#

Tysm