Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,700 resources
01
Days
12
Hours
35
Mins
51
Secs

Massive Core Factions Config

Status
This thread has been locked.

Supermzn

Feedback score
0
Posts
28
Reactions
3
Resources
0
Hello guys I need help with massive core I have enerything else done. But I need help with allowing players to be able to open chest and trapped chests in enemy territory, as well as making it so it takes 3+ weeks for them to get kicked from there faction, and themnot being able to log off in enemy territory, ally, and truce. Any help I will be very grateful! Thanks Guys
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Vip

Online Entrepreneur
Premium
Feedback score
60
Posts
2,235
Reactions
649
Resources
0
Kicked after 3 weeks:

In the config find "removeplayermillisdefault" and replace it with whats below, BTW its in Milliseconds:

"removePlayerMillisDefault": 1814400000

Open chest in claimed territory, replace your old protected items with this by copy and pasting it over the other one into your conf.json:

Code:
  "territoryProtectedMaterials": [
    "DISPENSER",
    "SOIL",
    "FURNACE",
    "BURNING_FURNACE",
    "WOODEN_DOOR",
    "JUKEBOX",
    "DIODE_BLOCK_OFF",
    "DIODE_BLOCK_ON",
    "TRAP_DOOR",
    "FENCE_GATE",
    "ENCHANTMENT_TABLE",
    "BREWING_STAND",
    "CAULDRON",
    "BEACON",
    "ANVIL",
    "HOPPER",
    "DROPPER"
  ],
  "territoryDenyUseageMaterials": [
    "FLINT_AND_STEEL",
    "BUCKET",
    "WATER_BUCKET",
    "LAVA_BUCKET",
    "FIREBALL"
  ],
  "territoryProtectedMaterialsWhenOffline": [
    "DISPENSER",
    "SOIL",
    "FURNACE",
    "BURNING_FURNACE",
    "WOODEN_DOOR",
    "JUKEBOX",
    "DIODE_BLOCK_OFF",
    "DIODE_BLOCK_ON",
    "TRAP_DOOR",
    "FENCE_GATE",
    "ENCHANTMENT_TABLE",
    "BREWING_STAND",
    "CAULDRON",
    "BEACON",
    "ANVIL",
    "HOPPER",
    "DROPPER"
  ],
  "territoryDenyUseageMaterialsWhenOffline": [
    "FLINT_AND_STEEL",
    "BUCKET",
    "WATER_BUCKET",
    "LAVA_BUCKET",
    "FIREBALL"
  ],

And for the logging off in enemy land havent found anything for that. If you are confused because I am horrible at explain things contact me on Skype @ youcrazyson123 I'll fix it for you myself.
 

Supermzn

Feedback score
0
Posts
28
Reactions
3
Resources
0
would you be able to send me a download on your factions config file mine didn't make one
 

BRUTALLY

Supreme
Feedback score
8
Posts
330
Reactions
154
Resources
0
Hello guys I need help with massive core I have enerything else done. But I need help with allowing players to be able to open chest and trapped chests in enemy territory, as well as making it so it takes 3+ weeks for them to get kicked from there faction, and themnot being able to log off in enemy territory, ally, and truce. Any help I will be very grateful! Thanks Guys
The logging out in faction territory thing is a public plugin.
Link https://www.spigotmc.org/resources/anti-factions-territory-log-off-factionsuuid-supported.13659/
 
Status
This thread has been locked.
Top