Something went wrong while setting issue due date.
error. UUID
error. UUID
Summary An error occurred and the skill could not be used.
Steps to reproduce An error occurred while retrieving the UUID. https://pastebin.com/JQq00qE1
Current behavior Skills are not activated.
Intended correct behavior Skills are activated and no errors occur.
Server log file https://pastebin.com/JQq00qE1
Debug log snippet https://pastebin.com/JQq00qE1
Proposed fixes There is an error in the Pastebin URL above, where the Java Class is written.
Fixed Have bug config.yml ↓
Filters: Default: TargetSelf: false TargetPlayers: true TargetArmorStands: false TargetMarkers: false TargetCreativeMode: false TargetSpectatorMode: false TargetCitizensNPCs: false TargetAnimals: false TargetCreatures: false TargetMonsters: false TargetWaterMobs: false TargetFlyingMobs: false TargetSameFaction: false TargetOwner: false TargetNonMythic: false TargetVillagers: false``` Fixed config.yml ↓ ``` Targeters: Filters: Default: TargetSelf: false TargetPlayers: true TargetArmorStands: false TargetMarkers: false TargetCreativeMode: true TargetSpectatorMode: true TargetCitizensNPCs: false TargetAnimals: true TargetCreatures: true TargetMonsters: true TargetWaterMobs: true TargetFlyingMobs: true TargetSameFaction: true TargetOwner: true TargetNonMythic: true TargetVillagers: true```
Please register or sign in to reply