Jump to content

RPC Error Kicking players

Not a Bug 1.1.4

JustANoob
copcopekcro

Posted

When that happens ? 
When they uwarp map item ? 
Or when they loot chest or ? 

copcopekcro

Posted

"Coins": [
    {
      "CustomStackSize": 0,
      "ItemDisplayName": "TOME PT (4)",
      "ItemShortname": "xmas.present.small",
      "SkinID": 2863539914,
      "MinItemPerCoin": 1,
      "MaxItemPerCoin": 1,
      "LootTable": "goldcoin",
      "LootTables": {
        "goldcoin": [
          {
            "Economy": "Item",
            "PluginName": null,
            "DisplayName": "TOME PT (4)",
            "Shortname": "xmas.present.small",
            "SkinID": 2863539914,
            "MaxItemAmount": 3,
            "MinItemAmount": 1,
            "Probability": 50.0,
            "IsBlueprint": false
          }
        ]
      },
Problem is bcs you made that custom item from another item as coin from my plugin...
So you changed logic from that item ...just delete it from coin...
You can give that item in coin but dont call it same as loot item ...
As you can see you call same name ,same shortname same skin id for coin and for loot item ..

copcopekcro

Posted

example how to use it :
"Coins": [
    {
      "CustomStackSize": 0,
      "ItemDisplayName": "Gold Coin",
      "ItemShortname": "xmas.present.small",
      "SkinID": 123,
      "MinItemPerCoin": 1,
      "MaxItemPerCoin": 1,
      "LootTable": "goldcoin",
      "LootTables": {
        "goldcoin": [
          {
            "Economy": "Item",
            "PluginName": null,
            "DisplayName": "TOME PT (4)",
            "Shortname": "xmas.present.small",
            "SkinID": 2863539914,
            "MaxItemAmount": 3,
            "MinItemAmount": 1,
            "Probability": 50.0,
            "IsBlueprint": false
          }
        ]
      },
So as you can see coin item is diferent than that custom item ..

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

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.