Skip to content

Tags: TownyAdvanced/Towny

Tags

0.102.0.2

Toggle 0.102.0.2's commit message
- Add option to refund towns upon deletion.

    - Adds a configurable system based on town age and size limits, to
refund recently-made, "small" towns their full cost.
    - Closes #7974.
  - New Config Option:
economy.refund_deleted_new_towns.allow_refund_on_deletion
    - Default: false
    - Will towns that are recently created allow for a refund when the
town is deleted by using the /t delete command?
    - This allows a player who has founded their town in the wrong place
to delete their town and move it.
    - Towns must be less than the age specified below and have a
configuable number of townblocks.
  - New Config Option:
economy.refund_deleted_new_towns.max_town_age_in_hours
    - Default: 1
    - How many hours old is a town allowed to be in order to get the
refund when being deleted.
  - New Config Option: economy.refund_deleted_new_towns.max_townblocks
    - Default: 8
    - How many townblocks is a town allowed to have in order to qualify
for the refund.
  - Fix exception when attempting to query NPC perms through LuckPerms,
courtesy of Warrior with PR #8033.
  - Future proof minecraft version parsing, courtesy of Warrior with
PR #8034.
  - Fix 2 points where permission node tests bypass the adminbypass
mode.
  - Add /town nearby command, courtesy of Nrleryx with PR #8040.
(First-Time Contributor!)
  - New Permission Node: towny.command.town.nearby
    - Will be automatically added to your nomads in the townyperms.yml.
  - New Command: /town nearby
    - Shows a player up to 10 towns that are nearest to the player in
the order of closest to furthest.

0.102.0.1

Toggle 0.102.0.1's commit message
- Add new message shown to mayor and assistants when someone spawns to

their town and it has resulted in the town earning the money.
    - Closes #7953.
  - New Config Option:
global_town_settings.rank_names_to_be_treated_as_assistants
    - Default: assistant
    - The ranks to be given special priviledges, for instance when
messages would be shown to only VIP town members.
    - All ranks should be as defined in `townyperms.yml`.

0.102.0.0

Toggle 0.102.0.0's commit message
Couple more Readme changes.

0.101.2.7

Toggle 0.101.2.7's commit message
- Add unformatted upkeep PAPI placeholders.

    - Closes #7943.
  - New PAPI Placeholders:
    - %townyadvanced_daily_town_upkeep_unformatted% - An unformatted
town upkeep amount.
    - %townyadvanced_daily_nation_upkeep_unformatted% - An unformatted
nation upkeep amount.

0.101.2.6

Toggle 0.101.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update inventory system to use components & PDC (#7982)

* Update inventory system to use components & PDC

* Replace more with components & fix italic issues

* Deprecate old TownyInventory constructor

0.101.2.5

Toggle 0.101.2.5's commit message
- Replace trivial streams in Town & mark as unmodifiable, courtesy of

Warrior with PR #7946.
  - Stop using Properties to load object files, preserve raw metadata
for #7925, courtesy of GoodrichDev with PR #7935.
    - Closes #7925.
  - Add option to make a town's town_level determined by their townblock
count, instead of resident count.
    - Closes #7947.
  - New Config Option:
global_town_settings.town_level_is_determined_by_townblock_count_instead_of_resident_count
    - Default: false
    - When set to true, the town's TownLevel is determined by the number
of townblocks the town owns, instead of the number of residents.
    - This setting will have no effect when town_block_ratio is set to
0.
  - Sort /t list by forsale by for sale price, courtesy of Warrior with
PR #7951.
  - Fix formatting for listing resident modes, courtesy of SulkyWhale
with PR #7952.
  - Improve method for preventing saturation loss in towns, courtesy of
SulkyWhale with PR #7958.

0.101.2.4

Toggle 0.101.2.4's commit message
- Use a property for junit versions, courtesy of Warrior with

PR #7926.
  - Fix plotpreclaim cancel message, courtesy of ZapolyarnyDev with
PR #7924.
    - Closes #7868.
  - Fix /ta nation NAME set capital command not making sure the town in
question is part of a nation or in the nation at all.
  - Add /res friend list online subcommand, courtesy of Warrior with
PR #7928.
  - New Command: /res friend list online
    - Shows you a list of online friends.
  - Fix language dash -> underscore normalization NPE, courtesy of
Warrior with PR #7929.
  - Merge the build and test actions back into one, courtesy of Warrior
with PR #7930.
  - Add LuckPerms permissions source, courtesy of Warrior with PR #7933.
  - Add new constructor for ListDataField, courtesy of SulkyWhale with
PR #7937.

0.101.2.3

Toggle 0.101.2.3's commit message
- Add town & nation upkeep & neutrality payment events, courtesy of

Alienn-Know & Warrior with PR #7888.
  - New API Events:
    - NationNeutralCostPaidEvent
    - NationUpkeepCostPaidEvent
    - TownNeutralCostPaidEvent
    - TownUpkeepCostPaidEvent
  - Add Town forSaleTime for use in API, courtesy of GoodrichDev #7908.
    - Closes #7907.
  - Replace AtomicReference usages in the task scheduler, courtesy of
Warrior with PR #7906.
    - Closes #7903.
  - Fix districts becoming un-unclaimable.
    - Closes #7921.

0.101.2.2

Toggle 0.101.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Crowdin updates (#7901)

* New translations en-us.yml (Chinese Simplified)

* New translations en-us.yml (Chinese Simplified)

* New translations en-us.yml (Turkish)

* New translations en-us.yml (Polish)

* New translations en-us.yml (Ukrainian)

* Update source file en-US.yml

* New translations en-us.yml (Ukrainian)

0.101.2.1

Toggle 0.101.2.1's commit message
Bump version number for pre-release.