SUMMARY: The "alert-click-command" field in xray-detection.json has been removed in replace of the "alert-click-commands" field. This new field is an array of strings which represent commands that will be executed when a user with sufficient permissions clicks on an xray alert. This multiple command execution is facilitated by an intermediate singular command called "xdet" (as required by API restrictions).
IMPORTANT NOTES: - If you are using a previous version of the plugin and plan to update, you will also need to update your xray-detection.json file. An updated file can be found in the description.
- Do not use slashes before the commands specified in the array! (i.e. "tp [player], not "/tp [player]").
- The permission to view alerts is now xray.alerts.view
- The permission to use (click on) alerts is xray.alerts.use
This version is beta as it lacks thorough testing. If any errors come up and you are certain that your xray-detection.json file uses appropriate syntax, please notify me asap. As always, view the description of the plugin for further details.