From 5d23fe490ba0f6c4f98ed7e329e50e5862655e15 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Thu, 19 Mar 2015 20:25:47 +0100 Subject: Remove annoying Damnspam plugin header I hate plugin_header, can we maybe make it return a string which we append the message to instead? ._. or create like plugin_message(String pluginname, Player recipient, String message) --- damnspam.py | 1 - 1 file changed, 1 deletion(-) (limited to 'damnspam.py') diff --git a/damnspam.py b/damnspam.py index 14f32b7..242676e 100644 --- a/damnspam.py +++ b/damnspam.py @@ -109,7 +109,6 @@ def on_block_break(event): if str(block.getType()) in accepted_inputs and not event.isCancelled(): pos_str = location_str(block) if inputs.get(pos_str): - plugin_header(sender, "DamnSpam") if sender.isSneaking(): # test if player is allowed to build here removing_input = True -- cgit v1.2.3