BrendonButler / Shops

Shops plugin for Bukkit/Spigot 1.20
https://www.sparkzz.net/projects?id=shops
GNU General Public License v2.0
1 stars 0 forks source link

Merge GH-24 into develop #29

Closed BrendonButler closed 1 year ago

BrendonButler commented 1 year ago

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

Issues