Jump to content

Block Item Backpack 1.0.3

   (0 reviews)

1 Screenshot

  • 10.6k
  • 45
  • 4.43 kB

Recommended Comments

hid333

Posted

Is anyone using this plugin?
When I put an item on the block list into my bag, I get the following error message, 
but I can store it without any problems.

Failed to call hook 'OnItemAddedToContainer' on plugin 'BlockItemBackpack v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.BlockItemBackpack.OnItemAddedToContainer (ItemContainer container, Item item) [0x0005c] in <2198b57d118a4a1bb747a09f4bb82e88>:0

at Oxide.Plugins.BlockItemBackpack.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <2198b57d118a4a1bb747a09f4bb82e88>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0

 

Tanki

Posted

is it possible to assign a permission for use this?

for make able to unlock with skilltree system, will be great!

 

thanks

hid333

Posted

I checked the latest version,
but the symptoms did not change.
I would like it to be fixed so that it can be used somehow.
 

Failed to call hook 'OnItemAddedToContainer' on plugin 'BlockItemBackpack v1.0.3' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.BlockItemBackpack.OnItemAddedToContainer (ItemContainer container, Item item) [0x0006c] in <864772813aa04617b676db0662f92b4b>:0

at Oxide.Plugins.BlockItemBackpack.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <864772813aa04617b676db0662f92b4b>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0

 

YaMang -w-

Posted

6 hours ago, hid333 said:

I checked the latest version,
but the symptoms did not change.
I would like it to be fixed so that it can be used somehow.
 

Failed to call hook 'OnItemAddedToContainer' on plugin 'BlockItemBackpack v1.0.3' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.BlockItemBackpack.OnItemAddedToContainer (ItemContainer container, Item item) [0x0006c] in <864772813aa04617b676db0662f92b4b>:0

at Oxide.Plugins.BlockItemBackpack.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <864772813aa04617b676db0662f92b4b>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0

 

The server is not operating, so we will check later.

YaMang -w-

Posted

7 hours ago, Tanki said:

is it possible to assign a permission for use this?

for make able to unlock with skilltree system, will be great!

 

thanks

For example, how?

Tanki

Posted (edited)

13 hours ago, YaMang -w- said:

For example, how?

        "Bypass Item Block Backpack": {
          "Permission required to show this node": "skilltree.bypassblockitembackpack",
          "Minimum prestige required to unlock this node": 0,
          "Skill required to unlock node [Requires max level]": null,
          "Skill that if unlocked, will prevent this node from unlocking": null,
          "enabled": true,
          "max_level": 1,
          "tier": 3,
          "value_per_buff": 1.0,
          "buff_info": {
            "Key": "Permission",
            "Value": "Permission"
          },
          "icon_url": "https://codefling.com/uploads/monthly_2024_03/New_Project812.png.47fa5b042871d7027206e449ecdbef87.png",
          "skin": 1234567890,
          "permissions": {
            "description": "not be stuck putting items in the backpack",
            "perms": {
              "1": {
                "perms_list": {
                  "blockitembackpack.use": "not be stuck putting items in the backpack"
                }
              }
            }
          }
        }

idk why are you asking how....maybe you don't understand my request... ?!

Edited by Tanki
YaMang -w-

Posted

48 minutes ago, Tanki said:
        "Bypass Item Block Backpack": {
          "Permission required to show this node": "skilltree.bypassblockitembackpack",
          "Minimum prestige required to unlock this node": 0,
          "Skill required to unlock node [Requires max level]": null,
          "Skill that if unlocked, will prevent this node from unlocking": null,
          "enabled": true,
          "max_level": 1,
          "tier": 3,
          "value_per_buff": 1.0,
          "buff_info": {
            "Key": "Permission",
            "Value": "Permission"
          },
          "icon_url": "https://codefling.com/uploads/monthly_2024_03/New_Project812.png.47fa5b042871d7027206e449ecdbef87.png",
          "skin": 1234567890,
          "permissions": {
            "description": "not be stuck putting items in the backpack",
            "perms": {
              "1": {
                "perms_list": {
                  "blockitembackpack.use": "not be stuck putting items in the backpack"
                }
              }
            }
          }
        }

idk why are you asking how....maybe you don't understand my request... ?!

Yeah lol I don't know because I haven't used the skill tree plugin

Tanki

Posted

36 minutes ago, YaMang -w- said:

Yeah lol I don't know because I haven't used the skill tree plugin

oh ok no worries ^^ you can add this or not possible?

YaMang -w-

Posted

1 hour ago, Tanki said:

oh ok no worries ^^ you can add this or not possible?

Are you saying it would be good to have permissions for each item?

Tanki

Posted (edited)

not for each, for all.

if member don't have bypass, each item listed are blocked.

if have permission bypass, he not blocked for all items

 

Edited by Tanki

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.5k

Files Sold

Total number of files sold.

2.1m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.