C++ library for creating minecraft bots
Stars
6
Forks
0
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
156
commits
Made MCString take string view, and added get_save_name and send_chat_msg to Bot
ee87706View on GitHubChanged packet encoding to use insert instead of append_range until i update g++ version on my local machine
b8c4579View on GitHubAdded a method on TextComponent to parse it as a chat SNBT message
3c18849View on GitHubAdded PlayerChatC2S packet, which only works for servers without chat signing for now.
63a9e06View on GitHubReverted tick loop to use sleep_until instead of polling for being past 50ms.
6ed5a09View on GitHubRemoved disconnect event and made disconnect packet default handler print the reason.
caaf430View on GitHub