Change Log 1.0.1
Myriad Clans can now store your clan banner, and you can purchase copies for an amount set in the configuration file.
To save a banner, hold the banner in your hand and type in:
/clan set banner
To retrieve the banner, type in:
/clan get banner
The cost will come from the clan wallet, not from the player
The following configuration options are required:
Code (YAML):
# allow_get_banner is a true/false flag for if the clan banner can be retrieved via the "/clan get banner" command
allow_get_banner
: true
# clan_banner_cost is the cost to get a copy of the clan banner
clan_banner_cost
: 50
allow_clan_banner will default to true if no entry is there, and cost will default to 0. Be sure to set both appropriately before going live with this update.
Bug fixes:
Player applications will no longer prompt for accept/reject after each restart after already being rejected