Bug Closed · Resolved

error. UUID

#3349 opened by Unknown 4 years ago

Unknownreported this bug

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.

Unknowncommented

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```
Sign in to join the discussion.