Added class to access WorldEdit from other plugins.
This commit is contained in:
@ -96,4 +96,13 @@ public class WorldEdit extends Plugin {
|
||||
return "(unknown)";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the listener.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public WorldEditListener getListener() {
|
||||
return listener;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user