Started by
P5yui
on
Topic category: Help with Minecraft modding (Java Edition)
Like he title said, i need help telling the player his in-game level
Thank you in advance
Topic category: Help with Minecraft modding (Java Edition)
Like he title said, i need help telling the player his in-game level
Thank you in advance
Oh i forgot to specify that i would like to send it in the chat (in private)
I left a link to a related chat with the answer to your question below. I'll also try to explain it in case that doesn't fully help. By setting the global trigger you run your procedure from to "Player sent chat" and use the dependency "text" to read what the last chat that triggered this procedure was and pull numbers, letters or any other kind of data from. To make sure that your bot's responses are sent in private you can use the "Send message ["message"] to [Event/target entity] show in action bar [false]" block under actions in the players tab to make sure whatever you want to be said goes directly to the exact player you want. Hope this helped, best of luck with your mod! :D
here is a link to a related forum: Player Chat | MCreator
- net