Bartłomiej Mazur

Results 32 comments of Bartłomiej Mazur

Noe that many issues with henkelmax/dynamic-render-distance should be fixed now, or on my own branch if last PR is not accepted by the time you read this: https://github.com/GotoFinal/dynamic-render-distance/tree/1.18 I impelemented...

> Is it possible to only send the chunks that are in front of the players view? Just like clientside culling? @Mhowser technically yes, but it would be more complicated...

@asomov @cowtowncoder Are you sure that comments can't be included? http://yaml.org/spec/1.1/#id863676 There seems to be part of representation tree, even more, you can include whole styling here. For sure you...

@asomov you ofc need own emitter then, as SnakeYaml does not support anything like that, so it is probably too complicated to include and support inside jackson

@asomov this was my "private" project and internal code - so I didn't really care about being compilat with yaml specification, I just needed comments, so it was more like...

I just wanted to throw few ideas here (like passing that comments object next to nodes, as this seems to be fine with specification?), as once I also needed feature...

@asomov I don't know if there is any reason for me to describe this, as this was created for simple configuration files, I didn't need to care about many corner...

@Geertiebear there is only this: https://github.com/Diorite/Diorite/blob/dev/project/Project.md#commands-system Chat is just chat, it will just work as in normal mc or bukkit, I don't see what you might want to do here....

Ugh, you didn't understand me, and I don't really have time in next few weeks ;/ ```java interface Command // methods like getName, getAliases, invoke(CommandSender, String usedAlias, String args), something...