Hi, I am very new to Java, and I'm trying to create something of a custom parser for minecraft commands, using a custom command (/varm) (i.e., /varm give @s stone 64). I'm trying to recreate the tab autocomplete system, and someone recommended https://www.spigotmc.org/threads/cloud-command-framework.467183/ to me. They didn't tell me really what it was... and I do not understand Java well enough to figure it out. Does anyone know how this works?
#How does httpswww.spigotmc.orgthreadscloud-command-framework.467183 work?
1 messages · Page 1 of 1 (latest)
They have examples?
I think so?
Have you looked at their docs at all?
yes, and they're confusing af
Anyway, Cloud is an abstract framework for parsing and dispatching commands, but they provide Bukkit support too.
Might be time to improve java skills then use that framework
Theoretically you could use it with anything.
any good place to satrt?
like with java tutorials or something like that
I've never really worked with lower level languages
thanks!