TranxCraft / iTranxCraft

The Rewrite Of TranxCraft - a custom plugin that does many wonderful things.
3 stars 1 forks source link

Warn system #15

Closed Fyrsta closed 9 years ago

Fyrsta commented 9 years ago

One of the core features listed. It needs functionality similar to the previous plugin.

Wild1145 commented 9 years ago

Something like the DarthCraftMod warning system would probably be perfect for what you are trying to get here. https://github.com/DarthCraft/DarthCraft/blob/master/src/net/darthcraft/dcmod/addons/WarningSystem.java

Fyrsta commented 9 years ago

@Wild1145 That's a different type of warning system. This is designed for when the offense is not bannable but the player should be aware to avoid being banned later on.

Wild1145 commented 9 years ago

@WickedGamingUK Fair enough, however if you are just looking to kick and such you could modify the sanctions, or is this more of a "Fuck up again, then your banned" system where one warning is about all you get?

Fyrsta commented 9 years ago

@Wild1145 That sounds like quite a good idea, actually. I'll integrate that when I get round to implementing this feature.