commit | af7dd2c882bd0acae4cc8f0c30045d5e1944ecd5 | [log] [download] |
---|---|---|
author | BuildTools <unconfigured@null.spigotmc.org> | Fri Jul 07 23:43:12 2017 +0200 |
committer | BuildTools <unconfigured@null.spigotmc.org> | Fri Jul 07 23:43:12 2017 +0200 |
tree | 567651e25ffa7f136abe752a1c06883c86861694 | |
parent | f2f1671d292ea125d3001b448e4db6ad025a8332 [diff] |
/protocolsupport command improvements CommandHelper: - Moved (args.length == 1) into one enclosing if statement - Added proper usage message in case of invalid command. onCommand now always returns true. - Added checks for new config values (see below) ProtocolSupport: - Added two config values - expose-plugin if set to false will send unknown command message if someone without permission attempts to execute /ps to avoid exposure of the plugin if wanted. default value is true (send "no power" message) - list-only-relevant-versions if set to true will only list versions that have connected players in /ps list ; default value is false (list all versions regardless) These changes should make ProtocolSupport commands more accessible to users without programming knowledge.
Support 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4.7 client on Spigot 1.12 and GlowStone
Important notes:
Known issues:
Known wontfix issues:
================
Spigot: http://www.spigotmc.org/resources/protocolsupport.7201/
BukkitDev: https://dev.bukkit.org/projects/protocolsupport/
Jenkins: http://build.true-games.org/job/ProtocolSupport/
================
Licensed under the terms of GNU AGPLv3