Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F761919
Timer.java
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
588 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
void
cooldown
(
Player
player
)
{
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/plain
Expires
Mon, Jul 27, 5:21 PM (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/e6/1307d65180e828c35283113faf78
Attached To
rHLR HLR
Event Timeline
Log In to Comment