Server Version: 1.8.8
Skript Version: WheezyGold's 2.2-Mineplex-Core-Patch (Since its the only one that seemed to properly work for me)
Code: https://pastebin.com/cfaK5uMq
So basically everytime I run /booster my server freezes, I get timed out and I need to restart it.
[doublepost=1499094745,1499093153][/doublepost]Okay, so one thing I found out is that it has to do with the part:
Skript Version: WheezyGold's 2.2-Mineplex-Core-Patch (Since its the only one that seemed to properly work for me)
Code: https://pastebin.com/cfaK5uMq
So basically everytime I run /booster my server freezes, I get timed out and I need to restart it.
[doublepost=1499094745,1499093153][/doublepost]Okay, so one thing I found out is that it has to do with the part:
Code:
set {_future} to {booster.server.Double.cooldown}
add 60 minutes to {_future}
set {_difference} to difference between now and {_future}
set {_difference} to "%{_difference}%" parsed as text
set {_splitt::*} to {_difference} split at " "
if {_splitt::4} is set:
set {_seconds} to "%{_splitt::4}%" parsed as number
set {_difference} to "%{_splitt::1}% Min. %rounded {_seconds}% Sec."
else:
set {_seconds} to "%{_splitt::1}%" parsed as number
set {_difference} to "%rounded {_seconds}% Seconds"