Rollczi / LiteCommands

☄️ LiteCommands - Command framework for Velocity, Bukkit, Paper, BungeeCord, Minestom, Sponge, Fabric, JDA and future implementations.
https://docs.rollczi.dev/
Apache License 2.0
146 stars 21 forks source link

Handle CompletableFuture as command execution result #395

Closed P3ridot closed 7 months ago

P3ridot commented 7 months ago

This PR basically adds simple code, that whenever CompletableFuture is returned by a command, it "flatten" its value or thrown exception to CommandExecuteResult, allowing to properly handling it by already existing handlers