Simple

Results 4 issues of Simple

## Description EntitySpawnEvent add. It will help plugin developer modify the mob or item and other entity when it spawn. - [ ] Bug fix - [ ] New feature...

`try { val client = buildClient() val eventSourceListener = ChatEventSourceListener(chat, Model.CHATGPT_3_5_TURBO) val message = Message.builder().role(Message.Role.USER).content(text).build() val chatCompletion = ChatCompletion.builder().messages(listOf(message)).build() client!!.streamChatCompletion(chatCompletion, eventSourceListener) val countDownLatch = CountDownLatch(1) try { countDownLatch.await() } catch...

as Title