DynamicCupShare

DynamicCupShare 3.1.14

  • 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
  • Added some addtional code to prevent CanBuild being called twice, due to a newly added version of that hook.
  • Like
Reactions: TomHud™
  • Fixed plugin initialization issue
  • Like
Reactions: GLasiore
  • BugFixTest version for those having actually some loading/runtime or turret issues.
    Update on your own need. In case of you run into an error you had NOT before, plz go BACK to the former version and report then the error you had.
  • Added switch to change user-data storing from json<>protostorage.
    JavaScript:
      "Storage": {
        "useProtostorageUserdata": false
      }
    Changing the switch does convert existing data from one format to the other.
  • Using this compresses the plugin datafile inside the oxide data folder down to 1/10 of normal file size
    and does therefore save much time at OnServerSave