raids.json
{
"raidPhases": [
{
"name": "Phase 1",
"blockedActions": [
"GENBUCKET",
"PRINTER",
"MODIFY_MEMBERS",
"FLY"
],
"duration": 20
},
{
"name": "Phase 2",
"blockedActions": [
"GENBUCKET",
"PRINTER",
"FLY"
],
"duration": 10
},
{
"name": "Phase 3",
"blockedActions": [
"GRACE"
],
"duration": 30
}
],
"allowFactionsToRaidMultipleFactionsAtOne": true,
"blockRaidActionsOutsideofBaseRegion": false,
"raidStartMessage": [
" ",
"c:&c&lRaid Started!",
"c:&c{raider}&7 is attempting {defender}",
" "
],
"doFortifiedWalls": true,
"forceTimeBetweenShots": 3000,
"activeRaidDisplayItem": {
"display": {
"displayName": "&c{raider} raids {defender}",
"lore": [
" ",
" &cRaid Started: {time-ago} ago",
" &cPhase: {phase}",
" &cShots Fired: {shots}",
" &cLast Shot: {last-shot} ago",
" "
],
"type": "TNT",
"enchanted": true,
"unstackable": false,
"amount": 1,
"enchants": {}
},
"stackSize": 1,
"slot": 1
},
"activeRaidsFiller": {
"displayName": " ",
"lore": [],
"type": "BLACK_STAINED_GLASS_PANE",
"enchanted": false,
"unstackable": false,
"amount": 1,
"enchants": {}
}
}
Last updated