You haven't granted yourself or your group the override permission, right? (hammertime.demolishoverride)

Hammer Time
Tweak "Demolish" and "Rotate" time when using the hammer
Total Downloads: 4,348 - First Release: Feb 19, 2016 - Last Update: Jun 30, 2018
- 5/5, 18 likes
-
Code:Group 'vip3' permissions:absolutmail.vip3, adminchat.use, remoteturrets.set, remoteturrets.use, visualcupboard.allowedParent group 'vip2' permissions:absolutmail.vip2, hammertime.allowed, hammertime.repaircooldownParent group 'vip' permissions:backpacks.use.large, signartist.url, replaceonbroken.allow, absolutmail.vip1Group 'default' permissions:bounty.use, backpacks.use, fishing.allowed, robbery.killing, robbery.pickpocket, playerlist.allow, wheresmycorpse.canuse, oilcrate.allow, loyalty.loyalty, showcrosshair.allowed, rulesgui.usecmd, deathnotes.see, backpacks.use.small, loyalty.help, quicksort.lootall, quicksort.use, loyalty.rewards, loyalty.top, automatedsearchlights.use, remoteturrets.use, emote.use
-
Hey. Help me to understand. I put the plug-in so that you can break the building in 2 hours. In file config "HammerTime.json"
I put the following parameters:
{
"AllowDemolishAfterServerRestart": false,
"AllowRotateAfterServerRestart": false,
"ClanCanDemolish": false,
"ClanCanRotate": false,
"DemolishTime": 14600.0,
"FriendsCanDemolish": false,
"FriendsCanRotate": false,
"MustOwnToDemolish": true,
"MustOwnToRotate": true,
"RepairDamageCooldown": 8.0,
"RotateTime": 600.0
}
And in the end it only works 10 minutes. Reboot the plugin, restart the server does not change anything.
How can I check whether my settings work or not. Or maybe you need something else to change? -
-
Thank's man!
-
-
Sounds similar to my problem with the not demolish option showing up. I'm guessing R-Remover tool is conflicting. I can see the rotate option on other people's walls.
-
-
I just did a search through my plugins directory for 'OnStructureDemolish' and didn't find any other plugins using this hook. Not sure if that answers any questions.
-
-
Code:
{ "AllowDemolishAfterServerRestart": true, "AllowRotateAfterServerRestart": true, "ClanCanDemolish": true, "ClanCanRotate": true, "DemolishTime": 86400.0, "FriendsCanDemolish": true, "FriendsCanRotate": true, "MustOwnToDemolish": true, "MustOwnToRotate": true, "RepairDamageCooldown": 8.0, "RotateTime": 86400.0 }
-
Same issue. I installed it yesterday and let the server restart overnight. Today a player was able to remove some foundations not owned by them that a raider had left behind. I authed myself on the nearby TC and was able to do the same thing. Nobody, including admins, have override permissions.
Code:{ "AllowDemolishAfterServerRestart": true, "AllowRotateAfterServerRestart": true, "ClanCanDemolish": false, "ClanCanRotate": false, "DemolishTime": -1.0, "FriendsCanDemolish": false, "FriendsCanRotate": false, "MustOwnToDemolish": true, "MustOwnToRotate": true, "RepairDamageCooldown": 8.0, "RotateTime": -1.0 }
-
-
OxideMod.org plugins:-
Build
BuildingGrades
BuildingOwners
ConstructionConfig
CupboardLogs
EntityOwner
Friends
R-RemoverTool
TwigsDecay
VisualCupboard
In addition, there are a couple of paid plugins that use friends and clans to affect build privileges, both by @Fujikura, so if you don't have them, tap him up and he may let you have a copy of each for reference purposes. They're only supposed to affect privileges if the players have friends or are in the same clan, to allow them to be auto authed on all doors, turrets and TCs etc.
oxidemod.org plugins:-
ClansReborn
DynamicCupShare
I can't see any others in my list that might affect HammerTime, but if I think of anything, I'll let you know. Hopefully, this will help you sort the problem. Thank you for your time on this plugin, it will be really useful when safely working. -
There's a few other plugins in there I don't know much about, so I'll look into them and see if there's any potential conflicts, but on the surface it doesn't seem like it. -
not work last upd((( grant group default hammertime.allowed and conf
{
"AllowDemolishAfterServerRestart": true,
"AllowRotateAfterServerRestart": true,
"ClanCanDemolish": false,
"ClanCanRotate": false,
"DemolishTime": -1.0,
"FriendsCanDemolish": false,
"FriendsCanRotate": false,
"MustOwnToDemolish": true,
"MustOwnToRotate": true,
"RepairDamageCooldown": 8.0,
"RotateTime": 600.0
}
not work((( pls check
[DOUBLEPOST=1493984687][/DOUBLEPOST]i have install plugin BuildingBlocker Can be a problem for him? -
I checked, and Yes the compatibility issue with the plugin Blocker for Building Rust can correct?
-
-
-
Wulf Community Admin