Skip to content

Releases: Wyzebb/PlayerViewDistanceController

v1.8.0

03 Oct 18:24
Compare
Choose a tag to compare

Top Changes

  • Re-add Minecraft 1.20.x support
  • Add help and get subcommands
  • Update permission names to be more intuitive (check the README for the updated permission nodes!)
  • Make LuckPerms optional
  • Remove plugin debug messages in the console
  • Fix critical bug when not using LuckPerms
  • Overhaul default messages and colours
  • Improve plugin documentation
  • Improve code and make it more readable
  • Fixed lots of bugs

Full Changelog: v1.7.1...v1.8.0

v1.7.1: HOTFIX

29 Sep 17:01
Compare
Choose a tag to compare

Top Changes

  • Fix incorrect permission logic for setting your own max view distance

Full Changelog: v1.7.0...v1.7.1

v1.7.0

29 Sep 08:42
Compare
Choose a tag to compare

Top Changes

THIS UPDATE CHANGES THE ROOT PERMISSION NODE FROM viewdistance TO pvdc: UPDATE YOUR PERMISSIONS WHEN UPDATING THE PLUGIN

  • Add separate permissions for changing your own view distance and the view distance of others
  • Fix broken permissions system to now take permissions into account when not op
  • Add no permission message to config.yml
  • Fixed bugs

Full Changelog: v1.6.1...v1.7.0

v1.6.1

06 Sep 22:22
Compare
Choose a tag to compare

What's Changed

  • Mark plugin as Folia compatible by @tech-6 in #6
  • Improve look of help message
  • Update to only support 1.21+

New Contributors

  • @tech-6 made their first contribution in #6 - thanks!

Full Changelog: v1.6.0...v1.6.1

v1.6.0

30 Aug 16:01
Compare
Choose a tag to compare

Top Changes

  • Added ability to set max view distances via Luckperms permissions
  • Fixed bugs

Full Changelog: v1.5.0...v1.6.0

v1.5.0

09 Aug 13:21
Compare
Choose a tag to compare

Top Changes

  • Ensure compatibility with mc1.21.1
  • Added reload subcommand along with permissions
  • Update and fix README.md
  • Fix git workflow
  • Update config and plugin.yml
  • Improve codebase and ensure config messages cannot be null
  • Fixed bugs

Full Changelog: v1.4.0...v1.5.0

v1.4.0

28 Jul 22:02
0902f90
Compare
Choose a tag to compare

Top Changes

  • Added tab autocomplete
  • Added new command manager, which automatically registers subcommands and registers them to a help page
  • Overhauled config (improve instructions and default messages and remove separate section for console messages to avoid colour issues, which are handled now with code)
  • Improved code quality and efficiency significantly
  • Fixed bugs

Full Changelog: v1.3.0...v1.4.0

v1.3.0

24 Jul 08:28
934b8cd
Compare
Choose a tag to compare

Major Changes

  • All commands are now under /vd as subcommands
  • Adds player name prefix-dependent max view distance, configurable in a new config file
  • Major codebase and performance changes (more to come in the next updates)
  • Better exception handling

Full Changelog: v1.2.0...v1.3.0

v1.2.0

21 Jul 08:47
Compare
Choose a tag to compare

Add new global view distance command
Overhaul info, commands and permissions in plugin.yml
Generalise incorrect arguments message
Update README.md

Full Changelog: v1.1.1...v1.2.0

v1.1.1

29 Jun 18:22
Compare
Choose a tag to compare

Updated errors: stack trace -> command usage instructions
Update player save data error msg
Update config.yml instructions
Update config.yml incorrect-args and consoleorcmdblock-incorrect-args
Add error messages for incorrect command usage
Removed redundant code

Full Changelog: v1.1.0...v1.1.1