World PVP and Raid PVP independent settings
World PvP will only apply its restrictions. (Affects only you)
Raid PvP will apply World and Raid restrictions. (Affects the whole tribe)
- Block Commands like /shop
- Block Using Items like Demo Gun
- Block Placing Structures
- Block Structure Pickup
- Block Transmitter Use
- Block Popcorning Items
"RaidPvPBlocked" settings require using Lethal ORP v1.31+ for raid detection
JSON:
{
"WorldPVPFlag": {
"Enabled": true, //enables World PVP checks
"FlagRemovedAfter": 2, //After 2 minutes the PVP flag will be removed each damage event puts this back to 2 minutes it will not stack higher than this number of minutes
"IgnoreStructures": [ //Items in this list will be ignored if damaged/destroyed for PVP flagging
"Campfire",
"SleepingBag"
]
},
"WorldPvPBlocked": {
"Enabled": true, //enables World PVP restrictions
"Commands": [ //while PVP flagged these commands will not be useable
"/suicide",
"/shop",
"/buy",
"/kit",
"/buykit",
"/sell",
"/upload",
"/download"
],
"BlockUsing": [ //while PVP flagged these items and/or structures will not be useable
],
"BlockPlacing": [ //while PVP flagged these structures will not be placeable
],
"BlockPickup": [ //while PVP flagged these structures cannot be picked up
],
"BlockTransmitterUse": false, //while PVP flagged Transmitters of any kind will not be useable
"BlockPopcorning": { //while PVP flagged these popcorn setting will be used
"Enabled": false, //enables the feature
"AllowDropAll": false, //Allow or block using drop all inventory on players/dinos/structures
"MaxStackSize": 100, //Max Stack Size that you can drop at one time
"DropInterval": 5 //Delay in seconds that must pass before allowed to drop another item
}
},
"RaidPvPBlocked": { //Requires LethalORP for Raid Detection
"Enabled": true, //enables RAID PVP restrictions
"Commands": [ //while RAID flagged these commands will not be useable in addition to the World PvP settings
"/setorp",
"/removeorp",
"/showorp"
],
"BlockUsing": [ //while RAID flagged these items and/or structures will not be useable in addition to the World PvP settings
"PrimalItem_PersonalTeleporter",
"BP_TeleporterPlus",
"PrimalItem_DemoGun",
"TekTeleporter"
],
"BlockPlacing": [ //while RAID flagged these structures will not be placeable in addition to the World PvP settings
"BP_Foundation_Tek"
],
"BlockPickup": [ //while RAID flagged these structures cannot be picked up in addition to the World PvP settings
"BP_Foundation_Tek"
],
"BlockTransmitterUse": true, //while PVP flagged Transmitters of any kind will not be useable
"BlockPopcorning": { //while PVP flagged these popcorn setting will be used
"Enabled": true, //enables the feature
"AllowDropAll": false, //Allow or block using drop all inventory on players/dinos/structures
"MaxStackSize": 100, //Max Stack Size that you can drop at one time
"DropInterval": 5 //Delay in seconds that must pass before allowed to drop another item
}
},
"Messages": {
"Sender": {
"Message": "PvP Cooldowns"
},
"Error": {
"Message": "Something went wrong!",
"Scale": 2.3,
"DisplayTime": 5.0,
"Color": "Red"
},
"CommandBlockedFor": {
"Message": "This command is blocked for {}!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"StructureBlockedFor": {
"Message": "This structure cannot be used for {}!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"ItemUseBlockedFor": {
"Message": "This item cannot be used for {}!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"PickupBlockedFor": {
"Message": "This item cannot be picked up for {}!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"UnableToPlaceFor": {
"Message": "Unable to place this item for {}!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"DropAllBlocked": {
"Message": "Unable to use drop all for {}!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"DropStackSize": {
"Message": "Cannot drop stacks larger than {}!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"DropCooldown": {
"Message": "You must wait {} before dropping another item!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Red"
},
"PVPFlagAdded": {
"Message": "You are now World PVP flagged!\nSome actions have been restricted!",
"Scale": 1.8,
"DisplayTime": 10.0,
"Color": "Yellow"
},
"PVPFlagRemoved": {
"Message": "You are no longer World PVP flagged!",
"Scale": 1.8,
"DisplayTime": 5.0,
"Color": "Green"
}
}
}