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
Since my gamemode will be utilizing bots and since the usual bot commands will soon no longer work, I would like to suggest having an API that allows adding/removing bots to/from the game. While we are at it, maybe allow kicking any client since kick is probably another command that will no longer be available.
On the gamemode side, it would also be possible to instead just use entities for bots and update them every server tick, so this feature is not necessary/important. Having an actual Client instance attached to them however is a little bit more convenient (at least for me) since I can treat real players and bots more or less the same.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since my gamemode will be utilizing bots and since the usual bot commands will soon no longer work, I would like to suggest having an API that allows adding/removing bots to/from the game. While we are at it, maybe allow kicking any client since
kick
is probably another command that will no longer be available.On the gamemode side, it would also be possible to instead just use entities for bots and update them every server tick, so this feature is not necessary/important. Having an actual
Client
instance attached to them however is a little bit more convenient (at least for me) since I can treat real players and bots more or less the same.Beta Was this translation helpful? Give feedback.
All reactions