Plugin API (#34)

The Velocity API has had a lot of community input (special thanks to @hugmanrique who started the work, @lucko who contributed permissions support, and @Minecrell for providing initial feedback and an initial version of ServerListPlus).

While the API is far from complete, there is enough available for people to start doing useful stuff with Velocity.
This commit is contained in:
Andrew Steinborn
2018-08-20 19:30:32 -04:00
committed by GitHub
parent 8e836a5066
commit a028467e66
89 changed files with 3453 additions and 358 deletions

View File

@@ -6,4 +6,6 @@ include (
)
findProject(':api')?.name = 'velocity-api'
findProject(':proxy')?.name = 'velocity-proxy'
findProject(':native')?.name = 'velocity-native'
findProject(':native')?.name = 'velocity-native'
enableFeaturePreview('STABLE_PUBLISHING')