paper: Add KeyedWorldArgument (#293)

This commit is contained in:
Jake Potrebic 2021-08-31 13:08:24 -07:00 committed by Jason
parent 4037e8e393
commit ffac750f0d
6 changed files with 260 additions and 2 deletions

View file

@ -18,7 +18,7 @@ object Versions {
const val cloudburst = "1.0.0-SNAPSHOT"
const val adventureApi = "4.8.1"
const val adventurePlatform = "4.0.0-SNAPSHOT"
const val paperApi = "1.15.2-R0.1-SNAPSHOT"
const val paperApi = "1.16.5-R0.1-SNAPSHOT"
const val velocityApi = "1.1.0"
const val spongeApi7 = "7.3.0"
const val jetbrainsAnnotations = "20.1.0"