Hammer Time

Tweak "Demolish" and "Rotate" time when using the hammer

Total Downloads: 4,351 - First Release: Feb 19, 2016 - Last Update: Jun 30, 2018

5/5, 18 likes
  1. Can you expand on what you want to see? I'm not really sure what "owner support" consists of. ;)
     
  2. Probably the OwnerID-checks for MustOwnDemolish in OnStructureDemolish and MustOwnRotate in OnStructureRotate.
     
  3. I was thinking that, but as usual just wanting to make sure.
     
  4. is there anyway to make this work with friends, so that friends can demolish and rotate each others things without the need to own them?
     
  5. Not yet, but I plan to add support for this soon. :)
     
  6. Glad to know! As this would be great as currently have people always asking why they can't destroy their friends walls and things!
     
  7. Shady757 updated Hammer Time with a new update entry:

    1.0.15

     
  8. Thanks man for this update! Much appreciate the speed of getting this out!
     
  9. just noticed that this is no longer working for me???
     
  10. Can you explain what you mean by 'not working'? Errors, option disappearing after vanilla 10 minutes, or what?
     
  11. Yeah the options were diapering after 10 mins but fixed it after I realised I needed to grant the permission
     
  12. Shady757 updated Hammer Time with a new update entry:

    1.0.16

     
  13. love this plugin, but was wondering, dunno if it have been asked before, but would it be possible for a false/true option to allow admin to demolish even if the other settings says no?
     
  14. You can grant the user (or the admin group) the permission "hammertime.demolishoverride", which does exactly what you want I believe.
     
  15. Works like a charm, thx Shady757
     
  16. I can't seem to get this to work for me. I grant myself hammertime.demolishoverride but I still can't remove older walls. I have access to all the cupboards in the area. I set the afterserverrestart options to true and reloaded the plugin to see if that helped but no change. Any suggestions?

    The hammertime config settings seem to work fine. I can remove the wall for up to 24 hours, the way I set it up.
     
  17. Maybe the walls was put up before the plugin was installed?
     
  18. Plugin has been installed for a couple months. But I just started assigning permissions to use it correctly.
     
  19. Does it show the demolish option at all? If not, it's related to either another setting disabling the demolish option or lack of auth (which you seem to have ruled out).
     
  20. So i put this in as I was interested in using it for obvious reasons. Turns out even with a set config, as soon as you gain TC rights you can destroy other peoples walls etc with the hammer.

    Config below

    {
    "AllowDemolishAfterServerRestart": true,
    "AllowRotateAfterServerRestart": true,
    "ClanCanDemolish": true,
    "ClanCanRotate": true,
    "DemolishTime": -1.0,
    "FriendsCanDemolish": true,
    "FriendsCanRotate": true,
    "MustOwnToDemolish": true,
    "MustOwnToRotate": true,
    "RepairDamageCooldown": 1.0,
    "RotateTime": -1.0
    }