#A mod for kits

38 messages · Page 1 of 1 (latest)

hollow sequoia
#

Hello i really need a mod for kits that will work like old Good kits in essentialx (plugin).

I have a book custom written and given thru command block, i need to kit THAT specific item with all it’s properties into a /kit rules for example.

How this can be done? I remember essential having a command to create a kit based of your whole inventory keeping also the properties of the items you’re kitting like enchantments and books and so.

Is there something out there (we searched a lot but nothing) or can someone make it or help me make it?

Thanks

marsh flicker
#

and you want this as a mod because you wanna use other mods too?

hollow sequoia
#

We have skieskits that doesn’t handle this kind of behavior

marsh flicker
#

well im asking why you wouldnt just use a plugin if they do have this kind of feature

hollow sequoia
#

Because I think I need a mod

marsh flicker
#

no

#

thats why I asked

#

so yeah you would need a mod, it kinda baffles me that there is no mod for it yet

hollow sequoia
#

😂

marsh flicker
#

maybe I can do this If I have some time this weekend because it does sound easy enough to do

hollow sequoia
marsh flicker
#

I mean I guess the reason is that fabric isnt really used for servers like this with kits and stuff

hollow sequoia
#

Also, I think that if u structure it well you can make it public

marsh flicker
#

it can probably just be an api

hollow sequoia
#

The really bad thing about public mod is that they do something but not completely like for example there are mods for kits but they Always Miss Something

#

Like this one i need

#

Also translations, why not to use a json so everyone can translate into their language?

marsh flicker
#

can you link examples of kit mods that dont do what you want?

hollow sequoia
marsh flicker
#

so this just lacks the "create kit from inventory state" feature?

hollow sequoia
#

yes

marsh flicker
#

hmm yeah it probably becomes a mess in the kit json file if you want to save all information about an item (enchants, bundle contents, etc)

hollow sequoia
#

if it works i think it doesn't matter

#

is there any other way 😐 we rly need this to be working

marsh flicker
#

yeah I mean the new item component stuff should make it possible to dump it in the file and still have it be editable

#

every item would essentially have the same kind of formatting as with the /give command

#

the biggest issue I see is that skieskits is written in kotlin and I know 0 kotlin

hollow sequoia
#

@marsh flicker OK the developer updated the mod adding this feature but the problem is that he made this update and send me to jar file not compatible for 1.20.1 but 1.21.1.

#

How can I actually downgrade what he sent me?

marsh flicker
#

oh Id dint know you were using 1.20

#

the thing is that they kinda redid how items work in 1.20.5

#

so I dont think its very easy to downgrade it