ItemJoin

ItemJoin

157k Downloads

BUG

Tomigames opened this issue ยท 3 comments

commented

Hi I am running into the following issue,
https://hastebin.com/tosugefuhe.bash

commented

I think you are the same person from the discord, I am going to add a try/catch to send a console message for admins to remove the RANDOM or ALL commands-sequence when both are defined.

I'll mark this as resolved when I have a snapshot that addresses this.

commented

Okay, so I have pushed a snapshot that addresses this issue.

Something I didn't notice is that you defined both ALL and RANDOM which caused the bug, something I forgot to note is that ALL is not a valid commands-sequence.

The available sequences are; SEQUENTIAL, RANDOM_SINGLE, RANDOM_LIST, RANDOM.

Sequential is the one I meant to tell you to set it to. If you define a command without a commands-sequence, this is the default sequence selected.

The snapshot that addresses this issue; http://ci.craftationgaming.com/job/ItemJoin/415/

commented

Thank you, After you responded on discord that I was able to make it work.