[Suggestion] Config option to force disable weapon block damage
wormzjl opened this issue · 4 comments
It seems that this is for explosive charges, but I'm referring to weapons like the BFG
This has already been built in in dev version.
boolean that only allows opped players to use unsafe mode.
https://github.com/pWn3d1337/Techguns2/blob/master/src/main/java/techguns/TGConfig.java#L113
awesome
Le ven. 28 déc. 2018 à 16:17, pWn3d1337 <[email protected]> a écrit :
… This has already been built in dev version.
boolean that only allows opped players to use unsafe mode.
https://github.com/pWn3d1337/Techguns2/blob/master/src/main/java/techguns/TGConfig.java#L113
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC2b0WWl6Eb_9y-uhl9gS1yyQHufqC2Mks5u9jX0gaJpZM4Zi3ZF>
.
Use config\techguns.cfg file to configure block damage:
# Highest blockHardness advanced explosive charges can break, obsidian is 50.0) [range: 0.0 ~ 3.4028235E38, default: 100.0]
S:ExplosiveChargeAdvancedMaxHardness=0.0
# Highest blockHardness normal explosive charges can break, obsidian is 50.0) [range: 0.0 ~ 3.4028235E38, default: 30.0]
S:ExplosiveChargeMaxHardness=0.0