CheatUtils by Zergatul

CheatUtils by Zergatul

32.5k Downloads

[Feature Request] chat messages when blocks found

end-user opened this issue ยท 6 comments

commented

It would be nice to have a chat message pop up when specified block types are found (because, while block finder may highlight them, the player may not see them right away). It would need to be per-block type, and you could use the block highlight color in the chat message. There would need to be a cool-down on the message function so chat isn't spammed if multiple blocks of the same type load together (20 chests all at once, for example).

commented

Do you use fabric?

commented

Yep.

commented

I had an idea to implement something like blocks.count("minecraft:chest"), and users can do whatever they want with this information. Display on the screen, or send in chat. Cooldown will have to be implemented manually.

commented

I think I'd need to see an example of how to use that.

commented

Ok, I will show example. I am currently working on block groups, made some good progress.