You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retrieving an other player using bot.players[username] or bot.nearestEntity(e => e.username == username), it's effect list is empty
What did you try yet?
I used console.log(entity) to check for the effects component of the player yet I get something empty {}
i checked the event "entityEffect", it does get called when the bot is applied and effect, but not when another player is applied an effect.
Your current code
/*Way too long to fit there*/
Expected behavior
Effect list of an player should match server's value
Additional context
I did not tested it on entities, it's probably the same
The text was updated successfully, but these errors were encountered:
Versions
Detailed description of a problem
When retrieving an other player using bot.players[username] or bot.nearestEntity(e => e.username == username), it's effect list is empty
What did you try yet?
I used console.log(entity) to check for the effects component of the player yet I get something empty {}
i checked the event "entityEffect", it does get called when the bot is applied and effect, but not when another player is applied an effect.
Your current code
Expected behavior
Effect list of an player should match server's value
Additional context
I did not tested it on entities, it's probably the same
The text was updated successfully, but these errors were encountered: