Custom Loot Itens doesn't work

Hi,Β 

I'm trying to do a custom drop, but isn't working no matter what I made.

Am I doing wrong?

{
  "Debug": {
    "Enable Debugging to Console": false
  },
  "General Settings": {
    "Admin messages color": "#c0c0c0",
    "AuthLevel needed for console commands": 1,
    "Broadcast messages color": "#ffffff",
    "Chat/Message prefix": "[ZTL Drop Services]",
    "Prefix color": "#00ffff",
    "Prefix format": "<size=12><color={0}>{1}</color>: ",
    "GUI Announce command": "announce",
    "Show message to admin after command usage": true,
    "Time for active smoke of SupplySignal (default is 210)": 210.0,
    "Lock DirectDrop to be looted only by target player": true,
    "Lock SignalDrop to be looted only by target player": false,
    "Unlock crates only after player stopped looting": false
  },
  "Airdrop & General Plane Settings": {
    "Default radius for location based massdrop": 100.0,
    "Delay between Massdrop plane spawns": 0.66,
    "Massdrop default plane amount": 5,
    "Multiplier for (plane height * highest point on Map); Default 1.0": 1.0,
    "Multiplier for overall flight distance; lower means faster at map": 1.25,
    "Disable SupplySignal randomization": false,
    "Visual & Sound Effects Settings": {
      "Use Explosion Sound Effect when hits ground position": false,
      "Deploy Smoke on drop as it falls": false,
      "Deploy with Audio Alarm on drop": false,
      "Deploy with Audio Alarms on drop only during the night": false,
      "Deploy with Spinning Siren Light on drop": false,
      "Deploy with Spinning Siren Light on drop only during the night": false,
      "Enable Rocket Signal upon Supply Drop Landing": false,
      "Signal rocket speed": 15.0,
      "Signal rocket explosion timer": 15.0
    },
    "Space Delivery Drop Settings": {
      "Incoming Space Delivery Supply Drop velocity": 120.0,
      "Parachute deploy distance from ground": 50.0
    }
  },
  "Allow Damage Airdrop Settings": {
    "Players can shoot down the drop": true,
    "Players can shoot down the drop - needed hits": 3,
    "Set Angular Drag for drop": 0.1,
    "Set Drag for drop (drop resistance)": 0.3,
    "Set drop allow to explode on impact": true,
    "Set drop chance exploding on impact (x out of 100)": 25,
    "Set Mass weight for drop": 0.75
  },
  "Notification Settings": {
    "Maximum distance in meters to get notified about landed Drop": 1000.0,
    "Maximum distance in meters to get notified about looted Drop": 1000.0,
    "Notify a player about incoming Drop to his location": true,
    "Notify a player about spawned Drop at his location": true,
    "Notify a player about Space Delivery Drop at his location": true,
    "Notify admins per chat about player who has thrown SupplySignal": false,
    "Notify console at Drop by SupplySignal": true,
    "Notify console at timed-regular Drop": true,
    "Notify console when a Drop is being looted": true,
    "Notify console when Drop is landed": false,
    "Notify console when Drop is spawned": false,
    "Notify console when Drop landed/spawned only at the first": true,
    "Notify players at custom/event Drop": true,
    "Notify players at custom/event Drop including Coords": false,
    "Notify players at custom/event Drop including Grid Area": false,
    "Notify players at Drop by SupplySignal": false,
    "Notify players at Drop by SupplySignal including Coords": false,
    "Notify players at Drop by SupplySignal including Grid Area": false,
    "Notify players at Massdrop": true,
    "Notify players at Random/Timed Drop": true,
    "Notify players at Random/Timed Drop including Coords": false,
    "Notify players at Random/Timed Drop including Grid Area": false,
    "Notify players when a Drop is being looted": false,
    "Notify players when a Drop is being looted including coords": false,
    "Notify players when a Drop is being looted including Grid Area": false,
    "Notify players when Drop is landed about distance": false,
    "Notify Players who has thrown a SupplySignal": false,
    "Notify Players who has thrown a SupplySignal including coords": false,
    "Notify Players who has thrown a SupplySignal including Grid Area": false,
    "Use GUI Announcements for any Drop notification": false
  },
  "SimpleUI": {
    "SimpleUI_Enable": false,
    "SimpleUI_FontSize": 25,
    "SimpleUI_HideTimer": 10.0,
    "SimpleUI_NoticeColor": "1 1 1 0.9",
    "SimpleUI_ShadowColor": "0.1 0.1 0.1 0.5",
    "SimpleUI_Top": 0.05,
    "SimpleUI_Left": 0.1,
    "SimpleUI_MaxWidth": 0.8,
    "SimpleUI_MaxHeight": 0.1
  },
  "Timer - Random Event": {
    "Use Airdrop timer": true,
    "Used Airdrop timer command": "random",
    "Minimum players for timed Drop": 1,
    "Minimum minutes for random timer delay": 30,
    "Maximum minutes for random timer delay": 60,
    "Reset Timer after manual random drop": false,
    "Remove builtIn Airdrop": true,
    "Cleanup old Drops at serverstart": true
  },
  "Timers- System Timers": {
    "Log to console": true,
    "Minimum players for running Timers": 0,
    "Use RealTime": false,
    "RealTime": {
      "16:00": "ad.massdrop 3",
      "18:00": "ad.toplayer *"
    },
    "Use ServerTime": false,
    "ServerTime": {
      "6": "ad.massdrop 3",
      "18": "ad.massdropto 0 0 5 100"
    }
  },
  "Drop Settings": {
    "DropDefault": {
      "minCrates": 1,
      "maxCrates": 1,
      "cratesGap": 50,
      "despawnMinutes": 15,
      "crateAirResistance": 2.0,
      "useCustomLootTable": false,
      "CustomLootListName": "regular",
      "planeSpeed": 35,
      "additionalheight": 0
    },
    "DropTypes": {
      "regular": {
        "minCrates": 1,
        "maxCrates": 1,
        "cratesGap": 50,
        "despawnMinutes": 15,
        "crateAirResistance": 2.0,
        "useCustomLootTable": false,
        "CustomLootListName": "regular",
        "planeSpeed": 35,
        "additionalheight": 0
      },
      "supplysignal": {
        "minCrates": 1,
        "maxCrates": 1,
        "cratesGap": 50,
        "despawnMinutes": 15,
        "crateAirResistance": 0.5,
        "useCustomLootTable": true,
        "CustomLootListName": "supplysignal",
        "planeSpeed": 250,
        "additionalheight": 0
      },
      "massdrop": {
        "minCrates": 1,
        "maxCrates": 1,
        "cratesGap": 50,
        "despawnMinutes": 15,
        "crateAirResistance": 2.0,
        "useCustomLootTable": false,
        "CustomLootListName": "massdrop",
        "planeSpeed": 45,
        "additionalheight": 0
      },
      "dropdirect": {
        "minCrates": 1,
        "maxCrates": 1,
        "cratesGap": 50,
        "despawnMinutes": 15,
        "crateAirResistance": 2.0,
        "useCustomLootTable": false,
        "CustomLootListName": "dropdirect",
        "planeSpeed": 65,
        "additionalheight": 0
      },
      "custom_event": {
        "minCrates": 1,
        "maxCrates": 1,
        "cratesGap": 50,
        "despawnMinutes": 15,
        "crateAirResistance": 2.0,
        "useCustomLootTable": false,
        "CustomLootListName": "custom_event",
        "planeSpeed": 95,
        "additionalheight": 0,
        "notificationInfo": "Custom Stuff"
      }
    }
  },
  "Custom Loot Items": {
    "DropTypes": [
      {
        "DropType Name": "regular",
        "Minimum amount of items to spawn": 2,
        "Maximum amount of items to spawn": 6,
        "Custom Loot Contents": [
          {
            "Shortname": "metalspring",
            "Minimum amount of item": 2,
            "Maximum amount of item": 6,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "mining.quarry",
            "Minimum amount of item": 1,
            "Maximum amount of item": 2,
            "Skin ID": 0,
            "Display Name": null
          }
        ]
      },
      {
        "DropType Name": "massdrop",
        "Minimum amount of items to spawn": 2,
        "Maximum amount of items to spawn": 6,
        "Custom Loot Contents": [
          {
            "Shortname": "metalpipe",
            "Minimum amount of item": 1,
            "Maximum amount of item": 2,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "pistol.revolver",
            "Minimum amount of item": 1,
            "Maximum amount of item": 1,
            "Skin ID": 0,
            "Display Name": null
          }
        ]
      },
      {
        "DropType Name": "dropdirect",
        "Minimum amount of items to spawn": 2,
        "Maximum amount of items to spawn": 6,
        "Custom Loot Contents": [
          {
            "Shortname": "syringe.medical",
            "Minimum amount of item": 2,
            "Maximum amount of item": 6,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "largemedkit",
            "Minimum amount of item": 1,
            "Maximum amount of item": 2,
            "Skin ID": 0,
            "Display Name": null
          }
        ]
      },
      {
        "DropType Name": "supplysignal",
        "Minimum amount of items to spawn": 1,
        "Maximum amount of items to spawn": 1,
        "Custom Loot Contents": [
          {
            "Shortname": "metal.fragments",
            "Minimum amount of item": 1,
            "Maximum amount of item": 4,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "metal.facemask",
            "Minimum amount of item": 1,
            "Maximum amount of item": 1,
            "Skin ID": 0,
            "Display Name": null
          }
        ]
      },
      {
        "DropType Name": "custom_event",
        "Minimum amount of items to spawn": 2,
        "Maximum amount of items to spawn": 6,
        "Custom Loot Contents": [
          {
            "Shortname": "fish.cooked",
            "Minimum amount of item": 2,
            "Maximum amount of item": 6,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "metal.plate.torso",
            "Minimum amount of item": 1,
            "Maximum amount of item": 1,
            "Skin ID": 0,
            "Display Name": null
          }
        ]
      }
    ]
  },
  "Version": {
    "Major": 3,
    "Minor": 2,
    "Patch": 2
  }
}​
I'm trying to use the DropType supplysignal

you have to few items is why you have to have at a min amount to spawn at 2 or more.

In fact, a lot of items are appearing, and I would like to make fewer items appear. I've tried decreasing the amount, but it always shows up much more than I'd like.

I would like something between 3~4 items to appear only. I've tried putting it like this, but doesn't worked

      {
        "DropType Name": "supplysignal",
        "Minimum amount of items to spawn": 1,
        "Maximum amount of items to spawn": 4,
        "Custom Loot Contents": [
          {
            "Shortname": "metal.fragments",
            "Minimum amount of item": 1,
            "Maximum amount of item": 4,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "metal.facemask",
            "Minimum amount of item": 1,
            "Maximum amount of item": 4,
            "Skin ID": 0,
            "Display Name": null
          }
        ]
      }​


https://i.imgur.com/IzcvZof.png
zfuvUlj45N2RI8B.png
agWq4AT7Wjlpmp0.png

the min should be set at a lowest 2 not 1. and a min max of at least 5. I don't know why but that seems to be the only way it will handle the custom drop inventory.

You have to have also a min of 5 items as well.

I don't know if I understand, but I made the changes and didn't work πŸ™

      {
		  "DropType Name": "supplysignal",
		  "Minimum amount of items to spawn": 2,
		  "Maximum amount of items to spawn": 6,
		  "Custom Loot Contents": [
			{
			  "Shortname": "metal.fragments",
			  "Minimum amount of item": 1,
			  "Maximum amount of item": 4,
			  "Skin ID": 0,
			  "Display Name": null
			},
			{
			  "Shortname": "metal.facemask",
			  "Minimum amount of item": 1,
			  "Maximum amount of item": 4,
			  "Skin ID": 0,
			  "Display Name": null
			},
			{
			  "Shortname": "ammo.shotgun",
			  "Minimum amount of item": 1,
			  "Maximum amount of item": 4,
			  "Skin ID": 0,
			  "Display Name": null
			},
			{
			  "Shortname": "weapon.mod.small.scope",
			  "Minimum amount of item": 1,
			  "Maximum amount of item": 4,
			  "Skin ID": 0,
			  "Display Name": null
			},
			{
			  "Shortname": "radiationresisttea.advanced",
			  "Minimum amount of item": 1,
			  "Maximum amount of item": 4,
			  "Skin ID": 0,
			  "Display Name": null
			}
		  ]
	}​
Is this right?
3Sbbq3CCkBILcNU.png

well you have 2 - 6 items as a min max BUT you only have 5 items.

So, I need to put exactly 6 or more, never less than what's in "Maximum amount of items to spawn" ?!

buMBXA6BPKEP0nw.jpg FastBurst

well you have 2 - 6 items as a min max BUT you only have 5 items.

I added one more, but still not working 😟

Are you using any kind of loot plugins?

buMBXA6BPKEP0nw.jpg FastBurst

Are you using any kind of loot plugins?

No, these is all plugins that I'm usingπŸ™„
"AdminHammer" (1.13.0) by mvrb (0.02s)
"Admin Radar" (5.1.5) by nivex (42.29s)
"Authentication" (2.1.2) by FakeNinja (0.01s)
"Backpacks" (3.7.2) by LaserHydra (1.90s)
"Better Chat" (5.2.7) by LaserHydra (0.30s)
"Bradley Guards" (1.4.1) by Bazz3l (1.17s)
"Claim Vehicle Ownership" (1.3.0) by WhiteThunder (0.02s)
"Copy Paste" (4.1.31) by misticos (0.66s)
"Crafting Controller" (3.2.6) by Whispers88 (0.16s)
"Custom Skins Stacks Fix" (1.0.3) by Orange (39.76s)
"Death Notes" (6.3.6) by LaserHydra (6.48s)
"Entity Owner" (3.4.0) by Calytic (0.02s)
"Extended Recycler" (1.1.1) by Orange (0.42s)
"FancyDrop" (3.2.2) by FastBurst (7.04s)
"Furnace Splitter" (2.3.3) by FastBurst (14.74s)
"Gathering Manager" (2.2.75) by Mughisi (0.64s)
"Guarded Crate" (1.6.3) by Bazz3l (4.65s)
"GUIAnnouncements" (2.0.3) by JoeSheep (8.67s)
"Image Library" (2.0.58) by Absolut & K1lly0u (0.19s)
"Item Skin Randomizer" (1.5.4) by Orange (0.35s)
"Kits" (4.0.14) by k1lly0u (1.18s)
"Magic Airdrop Panel" (1.0.1) by MJSU (0.34s)
"Magic Bradley Panel" (1.0.1) by MJSU (0.30s)
"Magic Cargo Ship Panel" (1.0.1) by MJSU (0.28s)
"Magic Ch47 Panel" (1.0.1) by MJSU (0.27s)
"Magic Clock Panel" (1.0.2) by MJSU (0.64s)
"Magic Death Notes Panel" (1.0.2) by MJSU (0.04s)
"Magic Heli Panel" (1.0.2) by MJSU (0.40s)
"Magic Loot" (1.0.5) by collect_vood (10.92s)
"Magic Message Panel" (1.2.1) by MJSU (0.52s)
"Magic Panel" (1.0.8) by MJSU (0.57s)
"Magic Players Panel" (1.0.2) by MJSU (0.01s)
"Magic Rain Of Fire Panel" (1.0.1) by MJSU (0.30s)
"Magic Sleepers Panel" (1.0.2) by MJSU (0.01s)
"No Give Notices" (0.3.0) by Wulf (0.00s)
"NPC Target" (1.0.4) by misticos (13.48s)
"NTeleportation" (1.6.8) by nivex (3.88s)
"PreventLooting" (1.12.1) by CaseMan (0.31s)
"Raidable Bases" (2.4.1) by nivex (149.03s)
"RainOfFire" (0.2.52) by emu / k1lly0u (0.83s)
"Rcon Events Commands" (1.3.0) by Quantum (0.05s)
"Recycler Speed" (2.0.2) by Ryz0r/yetzt (0.00s)
"Remover Tool" (4.3.30) by Reneb/Fuji/Arainrr (0.07s)
"Rustcord" (3.2.3) by Kirollos & OuTSMoKE (0.65s)
"ServerInfo" (0.5.6) by FastBurst/Fujikura/baton (0.21s)
"Spawn Mini" (2.11.1) by SpooksAU (4.28s)
"Stack Size Controller" (4.1.1) by AnExiledDev (15.33s)
"Tebex Donate" (1.7.0) by Tebex (0.05s)
"TimeOfDay" (2.3.4) by FuJiCuRa (0.00s)
"TruePVE" (2.0.6) by nivex (365.22s)
"Unburnable Meat" (1.0.1) by S642667 (0.00s)
"Vanish" (1.6.3) by Whispers88 (0.19s)
"Vehicle Decay Protection" (1.5.0) by WhiteThunder (17.66s)
"Vehicle Deployed Locks" (1.6.1) by WhiteThunder (0.41s)
"Vending In Stock" (1.0.8) by AVOcoder (0.01s)
"ZLevelsRemastered" (3.0.4) by nivex (7.47s)​


Merged post

Sorry mate, I was using the Magic Loot too πŸ˜– After remove him, Fancy Drop works πŸ‘