RukkitDev / Rukkit

一个基于Netty框架的铁锈战争第三方服务器。A custom RustedWarfare Server based on Netty framework
GNU Affero General Public License v3.0
29 stars 7 forks source link

Is that possible to make command "-addai" work? #24

Open dixxe opened 3 months ago

dixxe commented 3 months ago

I saw that no other server client have this feature. Probably to implement this we should have a bot code written and packed in server? But I guess it's also can be made with plugins. Is this even possible?

wtbdev commented 3 months ago

If we don't have a game simulation layer, that is impossible.There are too many things that need to do to add an in-game bot, which includes map system, command system, and a save file parser.Rukkit didnt implement the game, so adding an in-game bot is a hard work.