My opinion: Code: import ForumTools public class MyOpinion extends ForumTools implements Alerts { @EventHandler public void onPostNecroSuggestion(Suggestion e){ if(e.getName().equals("[Suggestion] Necros")){ ForumTools.ratePost(e.getPost(), "+1") ForumTools.addComment(e.getPost(), "@314 beat this") } } }
+1 I love this suggestion - It would definitely decrease our forum work, giving us more time to effectively moderate on the forums and in-game!
assignment operator instead of comparison, should be e.getName().equals("[Suggestions] Necros"). Won't compile. 0/10