1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-02 00:56:55 +02:00

Graph a little bit extra information.

This commit is contained in:
KHobbits
2012-03-15 08:08:25 +00:00
parent 8657cd1d29
commit e8feadeade
4 changed files with 73 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ public interface IJails extends IReload
Collection<String> getList() throws Exception;
int getCount();
void removeJail(String jail) throws Exception;
void sendToJail(com.earth2me.essentials.IUser user, String jail) throws Exception;