Skip to content

Releases: TownyAdvanced/TownyFlight

1.15.1 for Towny 0.102.0.0+

29 Mar 21:00
628244c

Choose a tag to compare

What's Changed

  • Fix vehicle passengers not losing flight. by @LlmDl in #109
  • Parse seconds into a readable time. by @LlmDl in #112
  • Fix tempflight-allowed players losing flight for teleports. by @LlmDl in #113

Full Changelog: 1.15.0...1.15.1

1.15.0 for Towny 0.102.0.0+

06 Feb 13:56

Choose a tag to compare

What's Changed

  • Remove folia support from the plugin.yml by @LlmDl in #102
  • Add the ability to choose where messages go to. by @LlmDl in #105
  • Add optional actionbar message to players who are using their tempflight. by @LlmDl in #106

Full Changelog: 1.14.1...1.15.0

1.14.1 for Towny 0.101.2.5+

08 Nov 15:17
de9842c

Choose a tag to compare

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

Full Changelog: 1.14.0...1.14.1

1.14.0 for Towny 0.101.2.5+

14 Oct 00:32

Choose a tag to compare

1.13.0 for Towny 0.100.3.0+

12 Nov 22:16

Choose a tag to compare

What's Changed

  • Add support for Minimessage formats by @LlmDl in #88

Full Changelog: 1.12.0...1.13.0

1.12.0 for Towny 0.100.3.0+

24 Jun 22:52
b97725d

Choose a tag to compare

What's Changed

  • Add tempflight allowed areas to config. by @LlmDl in #84

Full Changelog: 1.11.0...1.12.0

1.11.0 for Towny 0.100.3.0+

17 Jun 12:37

Choose a tag to compare

What's Changed

  • added townyflight.wilderness permission by @tlm9201 in #80

New Contributors

Full Changelog: 1.10.2...1.11.0

1.10.2 for Towny 0.99.0.6+

19 Apr 23:29

Choose a tag to compare

  • 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+

02 Mar 23:09
cd9f212

Choose a tag to compare

What's Changed

  • Fix other types of teleports bypassing flight test. by @LlmDl in #76

Full Changelog: 1.10.0...1.10.1

1.10.0 for Towny 0.99.0.6+

14 Feb 18:25
c9697b3

Choose a tag to compare

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.tfly permission 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.
    • 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

Full Changelog: 1.9.0...1.10.0