I add items to a menu using an API using sub-plugins. Now, I want to save the time when someone clicked on a menu item and remove that entry after e.g. 1 hour.
Time should be saved per player and per item and removed per time per item, means I need to save a dynamic amount of variables which get removed dynamically and independent of each other.