By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Form interaction spam blocker, works on the entire PM server.
version 1.0.0
Approved
Direct Download How to install?
199 Downloads / 199 Total
2 Reviews
Plugin Description §

Form Interaction Fix

CI Please click here to report a problem.

Interaction spam

Explanation

Interaction spam is often a problem for players who use the mouse as their input. Try to interact (right-click) while facing a block. You may notice that PlayerInteractEvent is called many times in a short period. If a plugin opens its form on interaction, these players will see the form opens more than once.

Problem demo (before installing)

Before installing FormInteractionFix

Fix demo (after installing)

After installing FormInteractionFix

The fix

This plugin blocks interaction when a form opens. (NPC dialogues will be supported soon™.) By listening for packets and cancelling interaction events after a form is sent to the player. Until the player responds to (or closes) it.

Potential problems

This plugin relies on packets very much. And can malfunction if a client does not respond with the correct packet. For instance, official clients would not open a form in that the JSON of its packet is invalid. Eventually, the client can neither react to any form nor make any interaction.

Inclusiveness

As this plugin is driven by packets, it works for all forms, no matter which plugin creates them.

Disclaimer

This plugin cannot prevent any malicious attacks or behaviours.

Developer note

Depending on this plugin

Your plugin can depend on this plugin instead of verbosely implementing an interaction cool down on your own.

await-generator & await-std

Both were made by @SOF3:

Do not worry when you see unusual code like while (true) and yield. It will not block the thread. Instead, yield can pause the code flow and make it behaves like concurrency.

IntegratedTest.php

Performs integrated tests with FakePlayer by Muqsit. Please refer to the doc comments in it for more details.

PHPStan & PHP-CS-Fixer

Common PHP dev tools:

Credit


DaDevGuy
using v1.0.0
29 Nov 22
Thank you!
ZStarMCZ5487
using v1.0.0
23 Nov 22
:D
:D

Reply to review by :

/ 5
Supported API versions
4.0.0
->
4.21.1
Producers §
  • Collaborators:
    • @Endermanbugzjfc
License §
Categories:
General
Developer Tools

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...