[AB-247/AB-252] fixing issue with set experience role failing to consider the correct experience roles

adding levelRoles command
ignoring bots from experience gain
adding a bit more logging to user experience handling
This commit is contained in:
Sheldan
2021-05-26 01:22:37 +02:00
parent c4fe73b3f8
commit 184271ff7c
27 changed files with 353 additions and 126 deletions

View File

@@ -36,4 +36,5 @@ public interface RoleService {
boolean isRoleInServer(ARole role);
boolean canBotInteractWithRole(ARole role);
ARole getFakeRoleFromRole(Role role);
ARole getFakeRoleFromId(Long roleId);
}