Skip to content

Commit

Permalink
- API: Add TownyAPI#getNation(Player), courtesy of Warriorrrr with
Browse files Browse the repository at this point in the history
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
LlmDl committed Sep 24, 2022
1 parent 40a5930 commit d0b6216
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7769,4 +7769,17 @@ v0.92.0.11:
- If enabled (disabled by default), a Java Timer will be used for scheduling new days, which is more accurate than Towny's Bukkit timer task but uses an extra thread.
- Catch exceptions from spawn point particle spawning, courtesy of Warriorrrr with PR #6180.
- Fix being able to set a townblock to the type it already is.
- Closes #6183.
- Closes #6183.
- 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.

0 comments on commit d0b6216

Please sign in to comment.