DynamicCupShare

DynamicCupShare 3.1.14

  • Excluded "NPCAutoTurret" from being processed by the plugin to prevent NRE's at "OnTurretTarget"
  • Fixed "allowTwigIntoBlocked" (while true) not working properly.
  • Made a small change to the return behaviour of "CanUseLockedEntity" to support plugins like AbsoluteSorter and their slight modified box management.
    @thepiercedweirdo ;)
  • Like
Reactions: Fusion 3.64
  • Internal code clean-up & optimization
  • Like
Reactions: Vustra.
  • Fix for Quarry switch actions (on/off issues)
  • Fixed Quarries not-turning-off on empty fuel when using the quarry sharing features.
  • Workaround for current Oxide-version prior to coming release (working also afterwards)
    Needs also Clans-Reborn 2.12.3
  • Like
Reactions: MikeTheVike
  • Added additional cupboard security switch:
    JavaScript:
      "Security": {
        "blockCupAccessNotSameClan": false,
    Can be used (true) to block cupboard-acccess for any non-clanmembers > Lets only the clan clear authlists and auth themselves.
  • Like
Reactions: GLasiore
  • Added an additional check to codelock sharing:
    Before: The plugin did always share even when the object owner of the door/box/locker was not registered on the codelock.
    Now: the owner of the door/box/locker must be in the whitelist also to have any further sharing functionality.
  • This is now that way similar to the cup-sharing dependencies, where the cup-owner also needs selfauth on the cup to enable any further sharing functionality.
  • Added optional Quarry-sharing functionality.
  • Using this will grant access to fuel and output only to quarry owners and those having shared access by friendship or clan. Any other players get blocked (except adminmode users)
    JavaScript:
    "enableQuarrySharing": true,
  • Secondly it can control and limit the engine switch usage to the same group of people.
    JavaScript:
    "enableQuarrySwitchCheck": true,
  • Like
Reactions: TomHud™