summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/IEssentials.java
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-11-18 04:18:03 +0100
committersnowleo <schneeleo@gmail.com>2011-11-18 04:18:03 +0100
commita10ee50b7cd36a8d8f6fcfda8fc2660ef5b7ca04 (patch)
tree4fb1841fa328820349e0fae867bbf9a027a5b1b1 /Essentials/src/com/earth2me/essentials/IEssentials.java
parentae1d52b272159b7977b1f640da6bda23c4d48ed3 (diff)
downloadEssentials-a10ee50b7cd36a8d8f6fcfda8fc2660ef5b7ca04.tar
Essentials-a10ee50b7cd36a8d8f6fcfda8fc2660ef5b7ca04.tar.gz
Essentials-a10ee50b7cd36a8d8f6fcfda8fc2660ef5b7ca04.tar.lz
Essentials-a10ee50b7cd36a8d8f6fcfda8fc2660ef5b7ca04.tar.xz
Essentials-a10ee50b7cd36a8d8f6fcfda8fc2660ef5b7ca04.zip
motd and rules are now configured in the files motd.txt and rules.txt, values from config.yml are copied automatically
New features: Info command now understands the tags from motd and rules motd and rules are now multipage On join, only the first page of motd is shown.
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/IEssentials.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/IEssentials.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/Essentials/src/com/earth2me/essentials/IEssentials.java b/Essentials/src/com/earth2me/essentials/IEssentials.java
index 337a3997d..ef54b0776 100644
--- a/Essentials/src/com/earth2me/essentials/IEssentials.java
+++ b/Essentials/src/com/earth2me/essentials/IEssentials.java
@@ -29,10 +29,6 @@ public interface IEssentials extends Plugin
BukkitScheduler getScheduler();
- String[] getMotd(CommandSender sender, String def);
-
- String[] getLines(CommandSender sender, String node, String def);
-
Jail getJail();
Warps getWarps();