Support -1 gamemode (not set), while it's not valid gamemode and should
be only used as starting gamemode for server internals, sometimes custom
npc plugins do not set it. All supported versions support this gamemode,
and no internal logic depends on it, so allowing it shouldn't bring any
problems
1 file changed
tree: 029dbee56362570601d71a51e34ed7db0f9339d3
  1. .gitattributes
  2. .gitignore
  3. LICENSE
  4. README.md
  5. build.gradle
  6. buildprocessor/
  7. gradle/
  8. gradlew
  9. gradlew.bat
  10. resources/
  11. settings.gradle
  12. src/protocolsupport/
  13. tests/api/
README.md

ProtocolSupport

Build Status Chat

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:

  • Only latest version of this plugin is supported
  • This plugin can't be reloaded or loaded not at server startup
  • This plugin doesn't work with netty native transport

Known issues:

  • [Anything that is not latest] Items in creative mode may not work as expected, or may not work at all

Known wontfix issues:

  • [1.8 and earlier] Thrown potion texture is invalid
  • [1.8 and earlier] Can't control vehicle
  • [1.6 and earlier] Stats are not sent

================

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