Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F383863
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
Fri, Sep 5, 3:50 PM (9 h, 39 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5d/02/7b61d5cdb6777361a1a20c2e0846
Attached To
rHLR HLR
Event Timeline
Log In to Comment