DynamicCupShare

DynamicCupShare 3.1.10

  • Fixed a issue preventing the kick of clan-members when connected to a ClansREBORN
  • Added additonal data consistency check to "CanUseLockedEntity"
  • Added additional input checks to "share c|cup" and "share t|turret"
  • Added a config option|part to define any used fake-admin permissions.
    This is needed to identify the affected users of those plugins.
    JavaScript:
        "pseudoAdminPerms": [
          "fauxadmin.allowed",
          "fakeadmin.allow"
        ],
  • This version should solve now after a complete rework of the friend add/remove and clan join, kick, disband logic several of the recently reported problems eiter with Friends and/or clans not working properly at member-actions.
  • Secondly it should resolve the NTeleporation limitations of players trying to port to a fresh added friend or clan-member.
  • Like
Reactions: VinylFresh
  • Added a "blockBuildNoIceBergs" option switch to the blocking part.
    TRUE would disallow building on icebergs. "blockBuildIntoBlocked" must then also generally be active.
  • Like
Reactions: RustyForest
  • Fixed multiple adding of the same "PlayerNameID" to cupboard authorized player lists.
  • Trying to kill some recently rare NRE's
  • Like
Reactions: xkraz and DoC
  • Fixed a wrong called hook creating an NRE for cup|turret-sharing-deactivation on friends.
  • Like
Reactions: Alex
  • Added a plugin integrated twig-and-shit build/place blocker for non-cup-authed players
    JavaScript:
      "Blocking": {
        "blockBuildAllowLadders": true, // to allow Ladders even if block is enabled
        "blockBuildExcludeAdmins": true, // to exclude admins from limitations
        "blockBuildIntoBlocked": false, // to activate the whole function
        "blockBuildNotifyPlayer": true // to inform the player of the block
      },
  • This was made to solve any existing issues DynaShare users might have with the public available stand-alone solutions.
    It uses also way less code and cpu-time to realize this :p
  • Like
Reactions: DoC
  • Fixes for NRE's at "OnFriendRemoved" and "OnClanMemberGone"