Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F955607
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
992 B
Subscribers
None
View Options
diff --git a/src/me/despawningbone/HLR/Timer.java b/src/me/despawningbone/HLR/Timer.java
index 1ab1d50..1eb5737 100644
--- a/src/me/despawningbone/HLR/Timer.java
+++ b/src/me/despawningbone/HLR/Timer.java
@@ -1,18 +1,17 @@
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(Player player) {
taskid = Bukkit.getServer().getScheduler().scheduleSyncDelayedTask(Bukkit.getPluginManager().getPlugin("HLR"), new Runnable() {
@Override
public void run() {
HLRCommandMain.start.put(player, false);
- player.sendMessage(ChatColor.YELLOW + "You can now use /converthopper again.");
+ player.sendMessage(ConfigHandler.prefix + ConfigHandler.msgMap.get("Timer.CanUseConvertCmd"));
}
}, ConfigHandler.time);
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Sep 28, 6:52 AM (1 d, 12 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f3/f9/dbc3445ceae0a66f474e5fb2380d
Attached To
rHLR HLR
Event Timeline
Log In to Comment