Bertware / bukkitgui2

A completely new version of BukkitGUI , which is easier in use, faster, and more powerful
https://dev.bukkit.org/projects/bukkitgui?gameCategorySlug=bukkit-plugins&projectID=32715
Mozilla Public License 2.0
69 stars 25 forks source link

Delayed tasks #102

Open minimusubi opened 8 years ago

minimusubi commented 8 years ago

I have a request for a new task action: Delayed task run

This action would need two parameters, the delay, and the task name. This action would wait for a specified duration before running the specified task.

Bertware commented 8 years ago

Would this run one time after the GUI started? or one time after the server started?

minimusubi commented 8 years ago

This would run upon being triggered by whatever triggers are added. Basically, the aim of this type of action would be able to have actions occur after a delay period instead of instantly.