Mod Scavenge Timing Addon by marilatte

  • Scavenge Timing Addon by marilatte

    Simple addon for the Scavenge Mod. Allows you to set a certain cooldown per player
    • 9.90 KB
    • 1.12.2
    • May 9, 2020
    • April 27, 2021
    • Addons
    Scavenge Timing Addon
Mod Information
NameScavenge Timing AddonAuthormarilatteDescriptionSimple addon for the Scavenge Mod. Allows you to set a certain cooldown per player
InformationDownloads:
Version: 1.12.2
Size: 9.90 KB
Updated at: April 27, 2021
Created at: May 9, 2020
Tags
Addons

This Mod is just a really small Addon for the Scavenge Mod by Speiger
It adds a new condition to the mod, which allows you to set a specific click cooldown per player.
This is especially useful in multiplayer, since the conditon 'clicks_per_time' from the Scavenge Mod limits the use of a certain tool or item for all players.
Scavenge Timing also makes it possible to use Scavenge with Auto Clickers or any other kind of Fake Players. (Tested with Click Machine, should work for every Mod using Forge's FakePlayer interface)


The mod is mainly developed for the use in the Compact Claustrophobia Modpack made by YOUR_HAMST3R
Credits go to him for helping me during mod development

 

If you're not familiar with how Scavenge scripting works, I recommend reading the Usage Documentation first.

As mentioned earlier, the mod adds a new condition called 'player_cooldown'.
The only argument is 'time', which specifies the time in ticks (20 ticks = 1 second), a player has to wait until he can click again.
Here's the Scavenge Documentation:

player_cooldown:
Description: Allows to set a certain click cooldown per player
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
"id": (Custom ID for the Counter for the per Player Cooldown, Default: ResourceID) String, This does not work currently !
"time": Sets the fixed cooldown time per player (in ticks), Default: 20 IntNumber,
Incompatible With: clicks_per_time(Completely)
Type: Condition