#How does httpswww.spigotmc.orgthreadscloud-command-framework.467183 work?

1 messages · Page 1 of 1 (latest)

lean parcel
#

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?

tender comet
#

They have examples?

lean parcel
#

I think so?

grizzled stream
#

Have you looked at their docs at all?

lean parcel
#

yes, and they're confusing af

grizzled stream
#

Anyway, Cloud is an abstract framework for parsing and dispatching commands, but they provide Bukkit support too.

tender comet
#

Might be time to improve java skills then use that framework

grizzled stream
#

Theoretically you could use it with anything.

lean parcel
#

any good place to satrt?

#

like with java tutorials or something like that

#

I've never really worked with lower level languages

tender comet
#

?learnjava

#

Ow bot doesn't work here

lean parcel
#

thanks!