DynamicCupShare

DynamicCupShare 3.1.14

  • Updated LayerMask check to prevent place-blocks while being buildallowed
  • Like
Reactions: RusTenas
  • Added option to block players from toggling their settings.
    Can be set for each command option
  • true means, players can use the switch, false would block
Code:
  "PlayerToggles": {
    "AutoAuth": true,
    "BoxShare": true,
    "ClanBoxShare": true,
    "ClanCupShare": true,
    "ClanLockShare": true,
    "ClanTurretShare": true,
    "CupShare": true,
    "LockShare": true,
    "TurretShare": true
  },
  • Corrected CanBuild check for deployables not working properly
  • Improved player data checks and data creation
  • This way it should prevent now any key-not-found execptions
  • Fixed door placement (right checks) not working properly
  • Fix for "KeyNotFoundException"
  • Fix for failed hook call
  • Reorganized Cupsharing functions
  • Optimized the checks for better accurary