This feature implements the ability to set whole-world stores, as well as an inter-global default store using 'null' as the key (with single quotes) and the UUID of the store to override all other defaults. The Store UUID can be found in the data.shops file generated after creating your first store.
To set a default, in the config, set these options in the config.yml file:
store:
default:
world: a4ffa6ca-611a-4786-a80a-ec03e71eddd2 #sets the default store of world "world" to this Store's UUID
'null': d19ba2a1-0a24-4977-baee-638ee15f2ccf #overrides 'world' with this inter-global Store's UUID
This feature implements the ability to set whole-world stores, as well as an inter-global default store using 'null' as the key (with single quotes) and the UUID of the store to override all other defaults. The Store UUID can be found in the
data.shops
file generated after creating your first store.To set a default, in the config, set these options in the
config.yml
file:Issues