Is it possibile to do so in someway? So the raid protection is only active when the player / group is offline?
Make it work only when player is offlineSuggestion
I have this on the suggestion board, I didn't want to step on the toes of plugins like Offiline Raid Protection. I will think about it or see if there is someway to have them work together.
mr01sam
I have this on the suggestion board, I didn't want to step on the toes of plugins like Offiline Raid Protection. I will think about it or see if there is someway to have them work together.
or make it work only like from midnight to 8:00am, i love the plugin, is perfect seriusly, and i mean whats wrong to making a similar thing to another thing? Its not a competition.
Nice work!
I'll see what I can do :)
mr01sam
I'll see what I can do :)
Yeah it ll be nice !!! thx for this plugin
mr01sam
I'll see what I can do :)
Im also very interested in this. Hope to see it added as i like the idea of this plugin but as of now i have to have just a rule stating no scrap in TC while online and i know people will forget constantly about taking it out or putting it in and crying to me about it so this option would be wonderful to see. Thank you for the awesome plugin boss.
Don't compare float with integer!
Try this:
Console.WriteLine(0.0 >= 0); its allways true.
"Online protection percentage (0-100)" = 0.0 <- is a float
and this line becomes nuts:
public bool HasOnlineProtection { get { return HighestProtectionLevel.OnlineProtectionPercentage > 0; } }
What kind of language makes no decision between 0.0 and 0 ?!? So stupid. ;)