Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F374186
Timer.java
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
678 B
Subscribers
None
Timer.java
View Options
package
me.despawningbone.HLR
;
import
org.bukkit.Bukkit
;
import
org.bukkit.ChatColor
;
import
org.bukkit.entity.Player
;
public
class
Timer
{
public
static
int
taskid
;
public
void
main
(
String
args
[])
{
taskid
=
Bukkit
.
getServer
().
getScheduler
().
scheduleSyncDelayedTask
(
Bukkit
.
getPluginManager
().
getPlugin
(
"HLR"
),
new
Runnable
()
{
@Override
public
void
run
()
{
HLRCommandMain
.
start
=
false
;
Player
player
=
HLRCommandMain
.
executor
;
player
.
sendMessage
(
ChatColor
.
YELLOW
+
"You can now use /converthopper again."
);
}
},
ConfigHandler
.
time
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Aug 3, 12:50 PM (9 h, 26 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ad/f5/1b67ea6ab70f4b2f438e21a2217c
Attached To
rHLR HLR
Event Timeline
Log In to Comment