My actual use case for needing this, is on my webstore i have a "mass gifts" option, which allows a player to purchase eg (supply drops), but the server actually gives every player currently logged in them aswell, as sort of a bonus thing, the issue is im needing a delay, so once a player purchases that mass gift package, an announcement is made saying "playername has purchased 5x Supply Drops for everyone!, they will be awarded in 5 minutes, please ensure you have enough inventory space", this is where that delay comes into place, i suppose i could run multiple timed execute plugins, have the original one unload the others on server start, then once that package is purchased have the store api, load the required timed execute plugin with the configured item with a 5 minute timer on the "once" config option, but my worry is if for whatever reason those extra plugins get loaded for whatever reason it'll be abit chaotic, not to mention il end up having 10+ different time execute plugins which will just be a bit messy