MassiveCraft / Factions

https://www.massivecraft.com/factions
247 stars 590 forks source link

Explosions won't damage claimed land #1249

Open YamshaZam opened 7 years ago

YamshaZam commented 7 years ago

Affected Plugin

Describe your environment

Steps to reproduce this bug

  1. First I did this: I tried adding "OFFLINEEXPLOSIONS": true to factions_mconf
  2. Next I did that: I reinstalled factions and massivecore with the newest versions
  3. Finally this happened: It didn't fix the issue

Observed results

Everything I did made no impact, players still cannot blow up claimed land.

Expected results

I really need to know as soon as possible how to turn on explosions in claimed land.

markhughes commented 6 years ago

Does it work in the wilderness? If not, there is another plugin blocking.

YamshaZam commented 6 years ago

Explosions work just fine in the wilderness but they cannot damage claimed land.

Vision-exe commented 6 years ago

The only other thing I can think of is the explosions flag.

YamshaZam commented 6 years ago

What file is the explosions flag in and where?

Vision-exe commented 6 years ago

Server Folder\mstore\factions_mflag It will be the "explosions,json". It should be on by default, but best to check anyways.

YamshaZam commented 6 years ago

How do I set it to allow explosions?

Vision-exe commented 6 years ago

Mine looks like this:

{ "priority": 8000, "name": "explosions", "desc": "Can explosions occur in this territory?", "descYes": "Explosions can occur in this territory.", "descNo": "Explosions can NOT occur in this territory.", "standard": true, "editable": false, "visible": true }

YamshaZam commented 6 years ago

Mine looks the same and my offlineexplosions looks like this:

{ "priority": 9000, "name": "offlineexplosions", "desc": "Can explosions occur if faction is offline?", "descYes": "Explosions if faction is offline.", "descNo": "No explosions if faction is offline.", "standard": false, "editable": false, "visible": true }

Vision-exe commented 6 years ago

For offline explosions to happen, the "standard": false needs to be set to true.

YamshaZam commented 6 years ago

Ok Thanks!

Vision-exe commented 6 years ago

No problem.