Use Permisisons trueNot An Issue

I still don't understand how it works and where it is. Allows player to use remote explosives if "Use Permisisons" is set to true

{
"Explosive Settings": {
"explosive.timed.entity": {
"Required Frequency (-1 for all)": 5,
"Collision Settings": {
"Friction": 1.0,
"Mass": 0.5
},
"Max Time Before it Automatically Explodes (-1 to disable)": 15.0,
"Max Detonation Distance": 100.0,
"Max Explosions with One Click": 2,
"Initial Delay (time before you can explode in seconds)": 3.0
}
}
}

Not sure where you found that option. It is not in the config. The permission is remotedetonatedexplosives.use

anYhra1rmj3ufZL.png birthdates

Not sure where you found that option. It is not in the config. The permission is remotedetonatedexplosives.use

I set myself this Permission remotedetoneexplosives.use But I don’t understand how it works when I take the remote control and set it to 4455 hertz for example and throw c4 nothing happens.

You have to click the detonator

anYhra1rmj3ufZL.png birthdates

You have to click the detonator

When I throw c4 it explodes on its own and when I press it it explodes on its own.



Merged post

The remote plays no role. c4 will definitely explode according to the standard

Well, #1 there's a config option for explosion if it is not detonated:

      "Max Time Before it Automatically Explodes (-1 to disable)": 15.0,

There is then an initial delay:

"Initial Delay (time before you can explode in seconds)": 3.0

The required frequency the pager has to be at:

"Required Frequency (-1 for all)": -1

And all of this is inside the target explosive entity:

    "explosive.timed.entity": {

Please make sure all these details are correct.

Locked automatically