frengor / UltimateAdvancementAPI

A powerful API to create custom advancements for your Minecraft server.
https://modrinth.com/plugin/ultimateadvancementapi
GNU General Public License v3.0
75 stars 5 forks source link

Tab completion for `/uladv grant one ..` crashes server #29

Closed ipiepiepie closed 2 years ago

ipiepiepie commented 2 years ago

Describe the bug Server crushes when I'm use /uladv grant one command. I think it happend because of incorrect tab completion work

To Reproduce Write /uladv grant one and click space button. Server will lag to 1-2 seconds and then crash.

System, Java, Server and Plugin Version System: Windows 10 Java: Java 17 (OpenJDK 64-Bit Server VM 17.0.1+12-39) Server: Paper version git-Paper-794 (MC: 1.16.5) Plugin: UltimateAdvancementAPI (2.2.0)

Screenshots image

frengor commented 2 years ago

It's a CommandAPI bug: https://github.com/JorelAli/CommandAPI/issues/297