Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F374069
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
Sat, Aug 2, 2:15 PM (17 h, 4 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4c/86/782ba6883d977f2cb2a3a7287a34
Attached To
rHLR HLR
Event Timeline
Log In to Comment