register custom enum for custom command parameters and the name need tb be the same
the name of this enum, you need to add namespace to this to work
the enum you waht to add
// cc is CMDRegisterEnum("mc:dimension", [ "overworld", "nether", "the_end" ])// namespace and name need to be the same for it to workcc.addEnumType("mc:dimension",true)// the return of this on function is type string Copy
// cc is CMDRegisterEnum("mc:dimension", [ "overworld", "nether", "the_end" ])// namespace and name need to be the same for it to workcc.addEnumType("mc:dimension",true)// the return of this on function is type string
register custom enum for custom command parameters and the name need tb be the same