AntiRedstoneClock | WorldGuard + PlotSquard support | [1.8-1.17] icon

AntiRedstoneClock | WorldGuard + PlotSquard support | [1.8-1.17] -----

Prevent RedstoneClock to limit lags on your server




Add support for minecraft 1.17
Add disableRedstoneClockCheckAbove setting to disable the verification of redstone clock above a certain Y limit.

Code (YAML):
#En: Disable the check of redstoneclock above an Y value
#Fr: Desactive la vérification des boucles de redstone au dessus d'une valeur Y
disableRedstoneClockCheckAbove
: 255
https://gitlab.com/Trafalcraft/antiRedstoneClock/-/compare/1.4.1...1.5.0?from_project_id=6837217
----------, Oct 16, 2021

Fix a bug with checkTPS feature and click to teleport feature to admin message.

Also fix piston clock deletion when you disable a region or a plot.
----------, Apr 5, 2021

Add three parameters to disable the plugin based on your tps

Code (YAML):
checkTPS:
  minimumTPS
: -1
  maximumTPS
: -1
  intervalInSecond
: 15
And a boolean to enable or disable lighting effect when a clock is destroyed :
Code (YAML):
SummonLigthningAtRedstoneLocation:true
----------, Dec 28, 2020

Add worldGuardSupport to config.yml to enable or disable worldGuard support and avoid warning messages.
----------, Dec 7, 2020

Improve custom tp with $player parameter and remove decimal value

Code (YAML):
teleportCMD : 'tp $x $y $z $world'
https://gitlab.com/Trafalcraft/antiRedstoneClock/-/compare/1.3.0...1.3.1
----------, Nov 23, 2020

https://gitlab.com/Trafalcraft/antiRedstoneClock/-/issues/10
Add a way to customize tp command in your config file :
Code (YAML):
teleportCMD : 'tp $x $y $z $world'
https://gitlab.com/Trafalcraft/antiRedstoneClock/-/compare/1.2.0...1.3.0
----------, Nov 20, 2020

  • Improve perfs.
  • Remove PlotSquared hasn't been found! message when plotSquaredSupport is false.
  • Modify WorldGuard flag to respect default format : anti-redstone-clock
Please report me if you have any sign duplication issue with this version. and send me timings report if you have performance issues

More infos: https://gitlab.com/Trafalcraft/antiRedstoneClock/-/compare/1.1.0...1.2.0
----------, Oct 30, 2020

  • Add PlotSquared 4 support
  • Add flag for WorldGuard
  • Add PlotSquared to bstats metrics.
To disable the plugin in a plot or a WorldGuard region use:
PlotSquard: /plot flag set anti-redstone-clock false
WorldGuard: /rg flag <region> anti-redstone-clock deny

More information:
https://gitlab.com/Trafalcraft/antiRedstoneClock/-/commit/d8dd3d5d876590c600c575ba324d116a3ce5967d
----------, May 8, 2020

Add support for plotSquared V5
I'll try to found a good way to add support for plotSquared4 support soon :)
----------, Apr 30, 2020

Just a small update to add 1.4 and 1.5 support.
I hope you'll enjoy it

This version also add 3 new collected statistics ( Remember you can disable statistic collection at any time into the config file):
-Your WorldGuard version to see if some people use WorldGuard 6
-Your delay and maxpulses setting to see what people uses


please report any bug you found on this plugins:
more infos: https://gitlab.com/Trafalcraft/antiRedstoneClock/-/compare/25032974...1.0.6
----------, Apr 18, 2020

Just a fix for the latest version of WorldGuard (7.0.0 beta 2 or newer)
more info
----------, Jan 27, 2019

Just a hotfix for an issue with the latest beta version of WorldGuard7
With the hotfix the plugin no longer work with the alpha version of WorldGuard 7
Please use the Issue tracker or the forum to have your issue solved faster

More info : https://gitlab.com/Trafalcraft/antiRedstoneClock/commit/a8ffeae311925d9c0377aa415b96ffc772eb8f7e
----------, Jan 21, 2019

Fix a bug with latest version of WorldGuard.
Fix a bug with delay config not respected.
Add the ability to teleport you to the clock with a click on the chat.

More information:
https://gitlab.com/Trafalcraft/anti...e1ae3a12aca9bc52b9977cafde491d2a1509...master
----------, Jan 2, 2019


This update add WorldGuard 7 support, thanks cdiego for reporting this error

More info:
https://gitlab.com/Trafalcraft/antiRedstoneClock/commit/f32f3b02d522488cf07d9a6e59f9c12ec4888f7b
----------, Aug 14, 2018

Add 1.13 support with all clock supported!

Compatible with 1.12.2 and older version but the Comparator and Observer clock are not detected.

If you want to add support for older version you need to backport this patch to your minecraft version.
I have backport it for 1.12.2 if you need it (you need to compile spigot yourself):
BlockObserver.patch
BlockRedstoneComparator.patch

Other features:
- Improve code
- Add metrics with bstats
----------, Aug 13, 2018


This is a temporary fix for another sign dupplication error
This fix work to correct the error but I work on a better correctif because the problem was caused by a conflict with the differents Thread used to destroy the clock
Other modifications:
Improve Configuration management
Add setting to disable the signs

Commit
The temporary fix
----------, Feb 10, 2018



Added a setting to only detect the redstoneClock
https://github.com/Trafalcraft/antiRedstoneClock/commit/af650e2b36dc5092e0f57c167696184bf3413c7e
Field added to the config file:
Code (Text):
AutomaticallyBreakDetectedClock: true
Command added to the plugin:
/arc autoremovedetectedClock (true/false)
----------, Feb 1, 2018

Correct an exception on minecraft 1.8 and improve Comparator Update code
https://github.com/Trafalcraft/antiRedstoneClock/commit/34cbd60807626c5d60e11b59d3767043afa1536c
https://github.com/Trafalcraft/antiRedstoneClock/commit/3e6fc05e3a510736c8ef9bcadfd5b35d93e6ae05
I search a way to patch clock with hopper and comparator but I haven't found how to do this :/
----------, Jan 28, 2018

Features
-Check piston clock with slimeblock (not plane)
-add an options for enable/disable differents clock check

Bugfix
-Correct bug with setMaxpulses command
-add support for olders versions

The Config files have been updated with new settings
Code (Text):

checkedClock:
  comparator: true
  observer: true
  piston: true
  redstoneAndRepeater: true

----------, Sep 4, 2017

-Comparator clock support
-Observer clock support
----------, Aug 21, 2017

I'm sorry I have forgotten to remove a debugger
Thanks x_2088
----------, Oct 22, 2016


Remove adf,ly link to respect spigot rules.
thanks Manic97
----------, Oct 21, 2016

EN:
Changelog:

-correct the timer.
-add option to drop redstoneItem
-correct CheckList commands
-add help for commands
I work to patch comparator clock.

FR:
Changelog:

-correction du timer
-ajout option pour le drop d'item de redstone
-Corrige la commande checkList
-Ajout d'un help pour les commandes.
J'essaye actuellement de patcher les boucles utilisant des comparateurs.
----------, Oct 11, 2016

I have add the support of WorldGuard Region,
You can disable the plugin in differente regions.
Code (Text):
IgnoreRegions: redstone/admins
And i have add commande to modify setting In game.
----------, Feb 24, 2016

*Just the multiworld add
----------, Feb 20, 2016

Resource Information
Author:
----------
Total Downloads: 46,298
First Release: Feb 16, 2016
Last Update: Oct 15, 2021
Category: ---------------
All-Time Rating:
79 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings