Noob status not being removed.Solved

When a player who has noob protection raids another base, noob status isn't being removed.

This is my config:

{
"Allow clan members to destroy each others entities": true,
"Allow twig to be destroyed even when owner is noob": true,
"Check full ownership of the base instead of only one block": true,
"Days of inactivity after which player will be raidable": 2.0,
"Ignore twig when calculating base ownership (prevents exploiting)": true,
"Kill fireballs when someone tries to raid protected player with fire (prevents lag)": true,
"List of entities that can be destroyed even if owner is a noob, true = destroyable everywhere (not inside of owners TC range)": {
"Placeholder1": true,
"Placeholder2": true,
"Placeholder3": true,
"Placeholder4": true,
"Placeholder5": true
},
"Player Data (leave it false. if you change it you will tell the plugin to not save player data)": false,
"Notify player on first connection with protection time": true,
"Prevent new players from raiding": false,
"Refund explosives": true,
"Refunds before player starts losing explosives": 4,
"Remove noob status of a raider on raid attempt": true,
"Remove noob status of a raider who is manually marked as a noob on raid attempt": true,
"Remove protection from all clan members when a member tries to raid": true,
"Show message for not being able to raid": true,
"Show time until raidable": true,
"Time (seconds) after which noob will lose protection (in-game time)": 21600,
"Use game tips to send first connection message to players": true,
"User data refresh interval (seconds)": 30,
"Allow team members to destroy each others entities": true,
"Remove protection from all team members when a member tries to raid": true
}

What am I doing wrong?

Nevermind, seems to work now...

Locked automatically