DynamicCupShare

DynamicCupShare 3.1.9

  • 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™
  • Added Keylock's to the admin access feature
  • Like
Reactions: GLasiore
  • Added "/share all" option
    5XnA_z_ZRhq2J_j6VG0hfw.jpeg
  • Trying to fix NRE at CanBuild, second try^^
  • Added additional NULL check to "CanBuild" hook
  • Optimized the chat-return calculations to fit always inside the charlimit per message
  • Optimized the equal console-outputs for each available chat-command
    d8933a0de76a533dbc846dffd84fdbe9.png
  • Like
Reactions: DoC
  • Reworked the blocking functions
    The old section "Blocking" gets complete removed from config
    re-check therefore the new settings for your needs then:
    JavaScript:
      "Blocker": {
        "allowIcebergBuilding": false,
        "allowIcelakeBuilding": true,
        "allowIcesheetBuilding": true,
        "allowLaddersIntoBlocked": true,
        "allowTwigIntoBlocked": false,
        "excludeAdminsFromBlocking": true,
        "notifyPlayersBeingBlocked": true
      },
  • Like
Reactions: DoC and VinylFresh