TRYED TO FIX IT WITH MUTIPLE PROFESSIONAL DEVELOPERS. EVEN PEOPLE ON SPIGOT DOESN"T KNOW HOW I NEED IT ASAP. BOUGHT THE SRC. DONT KNOW HOW TO FIX IT
skype = batman.sales if needed more information.
Didn't even notice that does that mean that I just got scammed?ScavDuels lol
I didn't got scammed nvm lol. Still have the error I'll send line 23 of Cooldownmanager.[DOUBLEPOST=1464446805][/DOUBLEPOST]Probably so,
Could not pass event PlayerInteractEvent to CyclonePractice v0.6.1
net.lightshard.scavduels.objects.entity.player.cooldown.CooldownManager.check(CooldownManager.java:23) ~[?:?]
import org.bukkit.plugin.PluginManager;CooldownManager.java:23
pl0x show
NVM, Sorry sended the wrong line 23.youre using wrong bukkit on your server
Which line is line 23 ?NVM, Sorry sended the wrong line 23.
protected static boolean check(Player player, UserCooldown cooldown)
{
final long timechecked = System.currentTimeMillis(); //fixes garbage collection issue.
if(delays.containsKey(player.getUniqueId()) && delays.get(player.getUniqueId()).get(cooldown) != null && delays.get(player.getUniqueId()).get(cooldown).longValue() > timechecked)
{
cooldown.sendNotReady(player);
return false;
}
else
{
delays.get(player.getUniqueId()).put(cooldown, timechecked + cooldown.getDelay());
return true;
}
}
final long timechecked = System.currentTimeMillis(); //fixes garbage collection issueWhich line is line 23 ?
You mean what the ScavDeveloper coded for ScavDuels.final long timechecked = System.currentTimeMillis(); //fixes garbage collection issue
That's what someone coded in it for me.
No an other developer tryed to fix my previous error and coded this in it.You mean what the ScavDeveloper coded for ScavDuels.
