Permission 'barrelless.globaltrigger' doesn't existSolved

Hi @Sabby,

I recently added Barrelless to my server, but tuned the frequency of spawns down significantly so as to truly surprise players. When I attempt to oxide.grant group default the appropriate permissions, I get the following error:

Permission 'barrelless.globaltrigger' doesn't exist

In addition, I am seeing the following issue(s) in console:

Failed to call hook 'OnEntityDeath' on plugin 'Barrelless v3.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Barrelless.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x000cc] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.Barrelless.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002bf] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <b6af59acae274e5a94fb209dfc179b8f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
Failed to call hook 'OnEntityDeath' on plugin 'Barrelless v3.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Barrelless.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x000cc] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.Barrelless.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002bf] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <b6af59acae274e5a94fb209dfc179b8f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
Failed to call hook 'OnEntityDeath' on plugin 'Barrelless v3.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Barrelless.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x000cc] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.Barrelless.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002bf] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <b6af59acae274e5a94fb209dfc179b8f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
Failed to call hook 'OnEntityDeath' on plugin 'Barrelless v3.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Barrelless.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x000cc] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.Barrelless.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002bf] in <69fa5be5beac456a9e36b4023ebd18b7>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <b6af59acae274e5a94fb209dfc179b8f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0

Thanks,

Flint

barrelless.globaltrigger should be resolved and working

Locked automatically