Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F383760
Timer.java
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
614 B
Subscribers
None
Timer.java
View Options
package
me.despawningbone.HLR
;
import
org.bukkit.Bukkit
;
import
org.bukkit.entity.Player
;
public
class
Timer
{
public
static
int
taskid
;
public
void
main
(
Player
player
)
{
taskid
=
Bukkit
.
getServer
().
getScheduler
().
scheduleSyncDelayedTask
(
Bukkit
.
getPluginManager
().
getPlugin
(
"HLR"
),
new
Runnable
()
{
@Override
public
void
run
()
{
HLRCommandMain
.
start
.
put
(
player
,
false
);
player
.
sendMessage
(
ConfigHandler
.
prefix
+
ConfigHandler
.
msgMap
.
get
(
"Timer.CanUseConvertCmd"
));
}
},
ConfigHandler
.
time
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Sep 5, 12:36 PM (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/ae/021564a8710b3cf3f5214f7d0cc5
Attached To
rHLR HLR
Event Timeline
Log In to Comment