Releases: TownyAdvanced/TownyFlight
Releases · TownyAdvanced/TownyFlight
1.15.1 for Towny 0.102.0.0+
1.15.0 for Towny 0.102.0.0+
1.14.1 for Towny 0.101.2.5+
What's Changed
- Fix TeleportListener on servers running Paper 1.21.4 and older. by @LlmDl in #100
- Fix temp flight seconds being deducted from admins with permission node and in non-towny worlds. by @LlmDl in #99
- Add option for mayors to grant freeflight in their towns via new /t toggle flight command. by @squeaky2137 in #91
New Contributors
- @squeaky2137 made their first contribution in #91
Full Changelog: 1.14.0...1.14.1
1.14.0 for Towny 0.101.2.5+
Full Changelog: 1.13.0...1.14.0
1.13.0 for Towny 0.100.3.0+
1.12.0 for Towny 0.100.3.0+
What's Changed
Full Changelog: 1.11.0...1.12.0
1.11.0 for Towny 0.100.3.0+
1.10.2 for Towny 0.99.0.6+
- Fix flight not being taken from player who quit being residents of a town, closes #77.
Full Changelog: 1.10.1...1.10.2
1.10.1 for Towny 0.99.0.6+
What's Changed
Full Changelog: 1.10.0...1.10.1
1.10.0 for Towny 0.99.0.6+
What's Changed
-
Adds tempflight command. by @LlmDl in #75
-
New Feature: tempflight
- tempflight is given to players who will be able to fly for a specific amount of time, without having the
townyflight.command.tflypermission node that is normally required for flight. - Temporarily flying players will use up their flight seconds while they are flying and not while they are properly grounded.
- Temporarily flying players will only be able to use their flight powers in areas that TownyFlight would normally allow a player to fly in.
- tempflight is given to players who will be able to fly for a specific amount of time, without having the
-
New PAPI Placeholders:
%townyflight_temp_flight_seconds_remaining%- Shows a formatted flight time remaining, ie: 30 seconds, or 5 minutes 2 seconds.- %townyflight_temp_flight_seconds_remaining_raw% - Shows the number of seconds of flight time remaining with no formatting, ie: 30, or 302.
-
New commands:
- /t fly tempflight [playername] 1000 - Gives a number of seconds of flight to a player.
- /t fly tempflight [playername] [30s | 30m | 1h | 2d] - Gives an amount of seconds of flight to a player, in an easier to input format.
- /t fly tempflight [playername] [remove] - Removes temp flight seconds from a player.
-
New permission node:
- townyflight.command.tfly.tempflight: User is able to grant tempflight to players.
- default: op
- townyflight.command.tfly.tempflight: User is able to grant tempflight to players.
-
Full Changelog: 1.9.0...1.10.0