sjavi4 / PlayerDoll

Fake Player Plugin for Spigot Paper Folia
36 stars 0 forks source link

Hopefully, we can increase continuous intermittent attacks, such as dummies that can trigger a left-click attack every 20 ticks #59

Open achenrhyc opened 2 months ago

achenrhyc commented 2 months ago

such as dummies that can trigger a left-click attack every 20 ticks. This feature is very useful!!!

sjavi4 commented 2 months ago

Does Interval cannot work as your wanted way?

achenrhyc commented 1 month ago

I want to add a continuous periodic attack of a fake player, such as every 20 tick attacks, and a continuous periodic right click use, such as every 20 ticks, and now the plugin can only support long press attacks and long press use? If you originally developed this feature, then I want you to tell me how to use it, because I searched through the plugin description and couldn't find it in the process

sjavi4 commented 1 month ago

This feature is from Carpet Mod, which doesn't provide such behaviour originally, so do this plugin.

Since modifying the Carpet action module is a bit complicated, to implement your desired function would take time.

Also, I am planning to develop a advanced system to make scripted action. Then the action mode you suggested can also be implemented through the system. But I am not guarantee this system will be introduced (might be cancelled).