def On_Crafting(self, CraftingEvent):
CraftingEvent.Player.Message("Time: " + str(CraftingEvent.LastWorkBenchTime))
if not CraftingEvent.IsLegit:
Server.Broadcast(CraftingEvent.Player.Name + " is crafting something that he doesn't have!")
Server.Broadcast("What a n00b hacker!")
#CraftingEvent.Cancel() - Fougerite cancels the hook by default If It's not legit.
#CraftingEvent.Player.Disconnect() - Fougerite bans the player automatically