Replies: 2 comments 1 reply
-
What's a cloop |
Beta Was this translation helpful? Give feedback.
1 reply
-
You could either:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got the cloop working all i need is so for a ingame command if i do !deop Dream it deops the specific player so in that case its dream
this is my code
bot.on('chat', (username, message) => {
if (message.startsWith('!deop')){
//command block command
setInterval(function() { runInCore('execute run deop'), 1})
}
I have been stuck on this for a about 2 days since im terrible and new to node.js
Beta Was this translation helpful? Give feedback.
All reactions