The plugin has a PVP option in underground, is there an option that from a height there is also PVP?
Pvp at the topSolved
There is no such option right now. What is the use case?
Air combat, if you pass through a claimed area without damage, there is no longer damage to playersand another plugin "Dungeon events"... bases spawn high up and crates cannot be broken if the base spawns in a claimed area
I'll implement an areaMaxHeight config in the next release. Probably around november 3rd three days before forced wipe
I'll also take a look into the issue with Raidable bases where boxes cant be broken. I'll add a rule so boxes in raidable bases can be broken regardless if it is inside a claimed area.
Thanks for the feedback.
thank you for taking the time 🙏
I just released a new version (2.4.0)
Check the new maxAreaHeight config to allow pvp on the sky.
I wasn't able to fix the issue with raidable bases yet, though
Excellent work....dungeon events work perfectly, about raidable bases, there's the possibility of activating them with factions, so there's no rush....thank you for your time and work, i love this plugin
Merged post
hi, i got this error after forze update: Error while compiling Imperium: Cannot convert type 'ulong' to 'ProtoBuf.PlayerNameID' | Line: 5533, Pos: 25
I keep getting this message on the console
Failed to call hook 'OnDispenserGather' on plugin "Imperium", "chucklenugget/evict", "2.4.1"' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Imperium+Taxes.AwardBadlandsBonusIfApplicable (ResourceDispenser dispenser, BaseEntity entity, Item item) [0x00039] in <ef051a16efb34fbf8f8090fac359a06b>:0
at Oxide.Plugins.Imperium.OnDispenserGather (ResourceDispenser dispenser, BaseEntity entity, Item item) [0x00008] in <ef051a16efb34fbf8f8090fac359a06b>:0
at Oxide.Plugins.Imperium.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x025ac] in <ef051a16efb34fbf8f8090fac359a06b>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0at Oxide.Plugins can you paste here your Imperium config and data file?
{
"badlands": {
"enabled": true
},
"claims": {
"costs": [
50,
100,
200,
300,
400,
500
],
"enabled": true,
"maxAreaHeight": 500.0,
"maxAreaNameLength": 20,
"maxClaims": null,
"minAreaNameLength": 3,
"minFactionMembers": 1,
"requireContiguousClaims": false
},
"decay": {
"claimedLandDecayReduction": 0.5,
"enabled": false
},
"factions": {
"addFactionTagToPlayerNames": true,
"allowFactionBadlands": false,
"factionBadlandsCommandCooldownSeconds": 600,
"maxFactionNameLength": 8,
"maxMembers": null,
"memberOwnLandEcoRaidingDamageScale": 1.0,
"memberOwnLandExplosiveRaidingDamageScale": 1.0,
"minFactionNameLength": 1,
"overrideInGameTeamSystem": false,
"useClansPlugin": false
},
"hud": {
"enableChatAnnouncements": false,
"eventsHudVisibleByDefault": true,
"leftPanelXOffset": 0.0,
"leftPanelYOffset": 0.0,
"rightPanelXOffset": 0.0,
"rightPanelYOffset": 0.0,
"showEventsHud": false
},
"map": {
"commandCooldownSeconds": 10,
"imageSize": 1440,
"imageUrl": "",
"mapGridYOffset": 0,
"maxPinNameLength": 20,
"minPinNameLength": 2,
"pinCost": 100,
"pinsEnabled": true,
"serverLogoUrl": ""
},
"pvp": {
"allowedInBadlands": true,
"allowedInClaimedLand": false,
"allowedInDeepWater": true,
"allowedInEventZones": true,
"allowedInMonumentZones": true,
"allowedInRaidZones": true,
"allowedInWilderness": false,
"allowedUnderground": true,
"commandCooldownSeconds": 60,
"enablePvpCommand": true,
"restrictPvp": true
},
"raiding": {
"allowedInBadlands": true,
"allowedInClaimedLand": false,
"allowedInWilderness": false,
"restrictRaiding": true
},
"recruiting": {
"enabled [THIS IS NOT AVAILABLE YET]": false
},
"taxes": {
"badlandsGatherBonus": 2.0,
"claimedLandGatherBonus": 0.1,
"defaultTaxRate": 0.1,
"enabled": true,
"maxTaxRate": 0.2
},
"upgrading": {
"costs": [
0,
100,
200,
300,
400,
500
],
"enabled [THIS IS NOT AVAILABLE YET]": false,
"maxDecayExtraReduction": 1.0,
"maxProduceBonus": 0.5,
"maxRaidDefenseBonus": 0.2,
"maxRecruitBotBuffs": 0.2,
"maxTaxChestBonus": 1.0,
"maxUpgradeLevel": 10
},
"upkeep": {
"checkIntervalMinutes": 15,
"collectionPeriodHours": 24,
"costs": [
10,
10,
20,
30,
40,
50,
60,
70,
80,
90,
100
],
"enabled": false,
"gracePeriodHours": 12
},
"war": {
"adminApprovalRequired": false,
"declarationCost": 0,
"defenderApprovalRequired": false,
"defensiveBonuses": [
0.0,
0.5,
1.0
],
"enabled": true,
"enableShopfrontPeace": true,
"minCassusBelliLength": 50,
"noobFactionProtectionInSeconds": 0,
"onlineDefendersRequired": 0,
"priorAggressionRequired": false,
"spamPreventionSeconds": 0
},
"zones": {
"domeDarkness": 3,
"enabled": false,
"eventZoneLifespanSeconds": 600.0,
"eventZoneRadius": 150.0,
"monumentZones": {
"airfield": 200.0,
"junkyard": 150.0,
"launch_site": 300.0,
"military_base": 150.0,
"military_tunnel": 150.0,
"oilrig_1": 200.0,
"oilrig_2": 200.0,
"powerplant": 175.0,
"research_base": 150.0,
"satellite_dish": 130.0,
"sphere_tank": 120.0,
"trainyard": 180.0,
"water_treatment_plant": 180.0
}
}
}
Merged post
[
{
"id": "COBALT",
"ownerId": null,
"memberIds": [],
"managerIds": [],
"inviteIds": [],
"aggressors": [],
"inGameTeamID": 0,
"taxRate": 0.0,
"taxChestId": null,
"nextUpkeepPaymentTime": "2025-11-03T16:57:04.9394808Z",
"isUpkeepPastDue": false,
"isBadlands": false,
"badlandsCommandUsedTime": null,
"creationTime": "0001-01-01T00:00:00",
"reputation": 0.0,
"isNpcFaction": false
},
{
"id": "BANDITS",
"ownerId": null,
"memberIds": [],
"managerIds": [],
"inviteIds": [],
"aggressors": [],
"inGameTeamID": 0,
"taxRate": 0.0,
"taxChestId": null,
"nextUpkeepPaymentTime": "2025-11-03T16:57:04.9394808Z",
"isUpkeepPastDue": false,
"isBadlands": false,
"badlandsCommandUsedTime": null,
"creationTime": "0001-01-01T00:00:00",
"reputation": 0.0,
"isNpcFaction": false
}
]
Merged post
I have nothing in pins and wars, do you want me to paste areas?
Please try the new version (2.4.2) and check if the issue is resolved.
thank you, it works perfectly
Locked automatically