mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-27 18:06:40 +00:00
Cleaned up documentation, added lacking Java annotations.
This commit is contained in:
@ -37,6 +37,7 @@ public class PermissionsResolverServerListener extends ServerListener {
|
||||
*
|
||||
* @param event Relevant event details
|
||||
*/
|
||||
@Override
|
||||
public void onPluginEnabled(PluginEvent event) {
|
||||
String name = event.getPlugin().getDescription().getName();
|
||||
|
||||
@ -50,6 +51,7 @@ public class PermissionsResolverServerListener extends ServerListener {
|
||||
*
|
||||
* @param event Relevant event details
|
||||
*/
|
||||
@Override
|
||||
public void onPluginDisabled(PluginEvent event) {
|
||||
String name = event.getPlugin().getDescription().getName();
|
||||
|
||||
|
Reference in New Issue
Block a user