arkflame / AntiBot

2LS AntiBot is the ultimate antibot plugin for Minecraft or Spigot servers using BungeeCord. Superseded by FlameCord.
https://builtbybit.com/resources/flamecord-ultimate-antibot-system.13492/
GNU General Public License v3.0
49 stars 30 forks source link

Velocity Support #24

Open AoElite opened 3 years ago

AoElite commented 3 years ago

Can Velocity support be added for this plugin?

linsaftw commented 3 years ago

I will think about that for the future. This will probably take a long time to re-implement all the classes. You can always make a PR if you wish.

nuriofernandez commented 3 years ago

Due to the lack of polymorphism and responsibility delegation of this project that sounds very difficult. It will require a rewrite of the whole project.

linsaftw commented 3 years ago

Due to the lack of polymorphism and responsibility delegation of this project that sounds very difficult. It will require a rewrite of the whole project.

Not a completely rewrite but trying to move most of the classes to "Shareable" folder and use the less amount of "Bukkit-Only/Bungee-Only" objects. I did the same for my other plugins, some are easier than others.

zoeleu commented 3 years ago

Any progress?

zoeleu commented 3 years ago

Looking forward to the Velocity version!

linsaftw commented 3 years ago

It would be a good implementation. I plan to make AntiBot pretty modular to allow compatibility with small code.