Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- API: Add TownyAPI#getNation(Player), courtesy of Warriorrrr with
PR #6190. - Remove old sculk spread option, courtesy of Warriorrrr with PR #6189. - Town board command improvements, courtesy of Warriorrrr with PR #6186. - Replace ChatTools.stripColour with Colors.strip, courtesy of Warriorrrr with PR #6185. - API: Add Confirmation related events, courtesy of Warriorrrr with PR #6182. - ConfirmationEvent - ConfirmationCancelEvent - ConfirmationConfirmEvent - ConfirmationSendEvent - Includes the ability "hide" the confirmation for plugin authors to replace with their own selection/display. - API: Add a ConfirmationTransaction to Confirmations. - This enables cost-requirements to be baked-in to Confirmations. - Costs are passed in as a Supplier<Double> so that calculations can be made after the player accepts.
- Loading branch information