import es ''' Addon Information ''' info = es.AddonInfo() info.name = "Miauw Mizx's Exploits" info.version = '0.1' info.author = 'Miauw Mizx <3' info.url = 'www.codymathisen.com' info.basename = 'mizx_exploits' info.description = 'Prevents exploits, ie players crashing the server while joining' ########################################## ### NOTICE ############################### ########################################## # I didn't have time to add more commands, # so more exploit commands (like dump) # will be added in the versions to come. def load(): es.flags('add', 'cheat', 'npc_speakall') def unload(): es.flags('remove', 'cheat', 'npc_speakall')