需要支持:https://www.biubr.com/1284/
这是一个手动的事件,玩家可以在家里呼叫NPC来突袭他的家,奖励可以自己设置。
权限
npcraiders.use – 需要使用 /raidme 聊天命令。
npcraiders.admin – 需要使用 /raidme 重新加载聊天命令。
npcraiders.nocooldown – 禁用冷却时间的设置。
npcraiders.nocost – 禁用正在收费。
聊天命令
/raidme –将显示突袭帮助菜单。
/raidme buy – 将显示突袭购买帮助菜单和费用。
/raidme buy <type> – 启动类型的突袭。
/raidme reload player <playerName> = 将取消那里的突袭活动。
/raidme reload all – 将取消所有活动。
/raidme terrain – 获取您所站的地形名称。
/raidme loot – 使用库存中的所有物品生成战利品配置文件
战利品配置文件
/raidme loot add <配置文件名称> – 创建或添加更多物品到配置文件
/raidme loot clear <配置文件名称> – 清除配置文件
当你创建一个战利品档案时,你需要编辑它的数据文件,并设置要提供的最小和最大物品数量。。在那里,您可以更改项目金额的其他最小/最大值。创建时默认值为1到金额
配置示例
{
"Random settings": {
"Chat command": "raidme",
"The Maxum amount of raid events that can go on at once": 6,
"Cooldown before you can call in another raid": 3600,
"Cooldown after authorising on a tc be for you can start a raid": 86400,
"The maxum amount of time a rocket will fly before exploding": 4.0,
"Limit the damage to players building": false
},
"All Raid Types": {
"Raid types must be in lowercase": {
"easy": {
"The Permission": "npcraiders.easy",
"Total npcs per wave": 15,
"How many extra waves": 0,
"Seconds untell next wave": 120,
"Total event time in seconds": 640,
"Npc drop loot on death": true,
"Npc drop loot config names": [
"easy"
],
"Spawn health of the npc": 100.0,
"Rocket damage scale": 0.01,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"medium": {
"The Permission": "npcraiders.medium",
"Total npcs per wave": 15,
"How many extra waves": 3,
"Seconds untell next wave": 120,
"Total event time in seconds": 900,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 200.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"hard": {
"The Permission": "npcraiders.hard",
"Total npcs per wave": 20,
"How many extra waves": 4,
"Seconds untell next wave": 120,
"Total event time in seconds": 1200,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 400.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"expert": {
"The Permission": "npcraiders.expert",
"Total npcs per wave": 30,
"How many extra waves": 4,
"Seconds untell next wave": 120,
"Total event time in seconds": 1500,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 400.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"nightmare": {
"The Permission": "npcraiders.nightmare",
"Total npcs per wave": 30,
"How many extra waves": 5,
"Seconds untell next wave": 120,
"Total event time in seconds": 2100,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 400.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
}
}
},
"Raid Buy Options": {
"BuyOptions": {
"easy": {
"BuyType": "-932201673",
"BuyAmmount": 5000
},
"medium": {
"BuyType": "-932201673",
"BuyAmmount": 1000
},
"hard": {
"BuyType": "-932201673",
"BuyAmmount": 1500
},
"expert": {
"BuyType": "-932201673",
"BuyAmmount": 1500
},
"nightmare": {
"BuyType": "-932201673",
"BuyAmmount": 1500
}
}
},
"Raid Reward Options": {
"RewardOptions": {
"easy": {
"enabled": true,
"rewardAll": false,
"RewardType": "kit",
"RewardAmmount": [
"test",
"test"
]
},
"medium": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1000
},
"hard": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1500
},
"expert": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1500
},
"nightmare": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1500
}
}
},
"Block raid in colider": {
"Blocked": [
"iceberg",
"ice_berg",
"ice_sheet",
"icesheet"
]
},
"Version": {
"Major": 1,
"Minor": 1,
"Patch": 15
}
}