Fix "pointers" for players never being used lol & Type pointers (#674)

* Fix "pointers" for players never being used lol

* Added Platform Facet API to add Type pointers

* Remove duplicate
This commit is contained in:
OOP-778
2022-04-01 05:09:10 +03:00
committed by GitHub
parent 05d1938476
commit 9f77431f36
3 changed files with 14 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ dependencies {
implementation(platform("net.kyori:adventure-bom:${adventureVersion}"))
implementation("net.kyori:adventure-nbt")
implementation("net.kyori:adventure-platform-facet:4.0.0")
implementation 'org.asynchttpclient:async-http-client:2.12.3'