/*
Thanks for your great Plugin!
I think "ad.massdropto" and other commands are now not working correctly. Would be nice if you could fix this.
According to documentation: ad.massdropto <x> <z> <planes> <radius> <droptype> <optional:itemlist>
ad.massdropto -1314 240 3 5 custom_event custom_event
[FancyDrop] Custom Loot list not found
# Wrong. custom_event list _is_ there. Used fresh default config with custom_event: { "useCustomLootTable": true, "CustomLootListName": "custom_event" }
ad.massdropto -1314 240 3 custom_event custom_event
[FancyDrop] Massdrop of type 'custom_event' to (X:-1314 Z:240) started with 3 Drops( 0m Radius)
# Omitting <radius> it uses custom_event (arg[4])
ad.massdropto -1314 240 3 custom_event supplysignal
[FancyDrop] Massdrop of type 'supplysignal' to (X:-1314 Z:240) started with 3 Drops( 0m Radius)
# same. to better illustate it.
ad.massdropto -1314 240 3 custom_event
[FancyDrop] Massdrop of type 'massdrop' to (X:-1314 Z:240) started with 3 Drops( 0m Radius)
# It uses some kind of predefined default variable.
ad.topos -1314 240 custom_event supplysignal
[FancyDrop] Cusatom Loot list not found
# Not working too. Plus typo.
*/Sorry for the format. The site didn't let me paste simple text here.