-
Add AFK detection and restrict view when AFK to improve server performance (with config options)
-
Make reload config actually work
-
Fix
self
permission node should beset-self
-
Get permission nodes from groups and inherited groups in addition to user-specific nodes
-
Make max view distance the greater value out of any assigned permissions and view distances assigned with commands or in the config files
-
Fix LuckPerms not working
-
Lots of other minor changes
-
Update Documentation
-
Lots of bug fixes
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.8.0...v1.9.0
- Re-add Minecraft 1.20.x support
- Add
help
andget
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: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.7.1...v1.8.0
Top Changes
- Fix incorrect permission logic for setting your own max view distance
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.7.0...v1.7.1
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: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.6.1...v1.7.0
What's Changed
- Mark plugin as Folia compatible by @tech-6 in https://github.com/Wyzebb/PlayerViewDistanceController/pull/6
- Improve look of help message
- Update to only support 1.21+
New Contributors
- @tech-6 made their first contribution in https://github.com/Wyzebb/PlayerViewDistanceController/pull/6 - thanks!
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.6.0...v1.6.1
Top Changes
- Added ability to set max view distances via Luckperms permissions
- Fixed bugs
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.5.0...v1.6.0
Top Changes
- Ensure compatibility with mc1.21.1
- Added reload subcommand along with permissions
- Update and fix README
- Fix git workflow
- Update config and plugin.yml
- Improve codebase and ensure config messages cannot be null
- Fixed bugs
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.4.0...v1.5.0
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: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.3.0...v1.4.0
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: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.2.0...v1.3.0
Add new global view distance command
Overhaul info, commands and permissions in plugin.yml
Generalise incorrect arguments message
Update README
Full Changelog: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.1.1...v1.2.0
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: https://github.com/Wyzebb/PlayerViewDistanceController/compare/v1.1.0...v1.1.1