Initial commit
This commit is contained in:
1
config/fxcontrol/breakevents.json
Normal file
1
config/fxcontrol/breakevents.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
25
config/fxcontrol/effects.json
Normal file
25
config/fxcontrol/effects.json
Normal file
@@ -0,0 +1,25 @@
|
||||
[
|
||||
{
|
||||
"timeout": 60,
|
||||
"biome": ["biomesoplenty:wasteland", "biomesoplenty:wooded_wasteland"],
|
||||
"lackhelmet": [
|
||||
"apocalypsenow:soldier_helmet",
|
||||
"apocalypsenow:gasmask_helmet",
|
||||
"apocalypsenow:pkm_4gasmask_helmet",
|
||||
"apocalypsenow:pbf_hamstergasmask_helmet",
|
||||
"apocalypsenow:rusty_helmet",
|
||||
"apocalypsenow:mcu2p_gasmask_helmet",
|
||||
"apocalypsenow:hazmat_suit_helmet",
|
||||
"apocalypsenow:biohazard_helmet",
|
||||
"apocalypsenow:contamination_suit_white_helmet",
|
||||
"apocalypsenow:contamination_suit_blue_helmet",
|
||||
"apocalypsenow:contamination_suit_green_helmet"],
|
||||
"potion": ["zombie_extreme:radiation_effect,140,2", "minecraft:nausea,140,0", "minecraft:instant_damage,1,0"],
|
||||
"message": "Do not enter the wasteland without any gas mask!"
|
||||
},
|
||||
{
|
||||
"timeout": 60,
|
||||
"helmet": "apocalypsenow:spec_ops_helmet",
|
||||
"potion": "minecraft:night_vision,300,10"
|
||||
}
|
||||
]
|
||||
1
config/fxcontrol/leftclicks.json
Normal file
1
config/fxcontrol/leftclicks.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
config/fxcontrol/placeevents.json
Normal file
1
config/fxcontrol/placeevents.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
8
config/fxcontrol/rightclicks.json
Normal file
8
config/fxcontrol/rightclicks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"playerhelditem": "minecraft:flint_and_steel",
|
||||
"block": "minecraft:obsidian",
|
||||
"message": "There is no nether.",
|
||||
"result": "deny"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user