Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F399269
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
Thu, Oct 9, 9:37 PM (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/d9/25de1bb612129ecdc38e1446764d
Attached To
rHLR HLR
Event Timeline
Log In to Comment