mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
fbed6f2be3
This adds the ability for plugins to define completion handlers as async safe (not on games main thread) When they are defined async safe, and ran on a Paper 1.12.2+ server, with a Paper ACF manager, completions will be handled mostly async, letting you safely do heavier operations in tab completions.