From bcd4d141c04768c2ed3d00d4963e4f40424b5bc4 Mon Sep 17 00:00:00 2001 From: fatpigsarefat Date: Sat, 21 Jul 2018 21:25:00 +0100 Subject: Now using Maven - pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead --- src/me/fatpigsarefat/quests/title/Title_Other.java | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/me/fatpigsarefat/quests/title/Title_Other.java (limited to 'src/me/fatpigsarefat/quests/title/Title_Other.java') diff --git a/src/me/fatpigsarefat/quests/title/Title_Other.java b/src/me/fatpigsarefat/quests/title/Title_Other.java deleted file mode 100644 index eef4bc07..00000000 --- a/src/me/fatpigsarefat/quests/title/Title_Other.java +++ /dev/null @@ -1,19 +0,0 @@ -package me.fatpigsarefat.quests.title; - -import org.bukkit.entity.Player; - -public class Title_Other implements Title { - - @Override - public void sendTitle(Player player, String message, String submessage) { - /* - I'm too lazy to do a null check each time I want to send a title, so here. - Anyway, hello there programmer! I see you're rummaging through my source code. - Try not to leave a mess please. If you see anything dodgy or looks like it - could do with a little improvement make a pull request. - Also join my discord: https://discord.gg/8amrJnX - Have a great day! - - fatpigsarefat - */ - } -} -- cgit v1.2.3-70-g09d2