CubeEngine / AntiGuest

A bukkit plugin to protect your server from griefing guests
http://cubeisland.de
GNU General Public License v3.0
6 stars 4 forks source link

Punishments config gets reset on reload #29

Closed WoodenAxe closed 12 years ago

WoodenAxe commented 12 years ago

I'm trying to change the punishment for breakblock to occur at 10 and have a different message. So i did this:

punishments:
  '3':
    slap:
      damage: 4
  '10':
    kick:
      reason: '&4You were kicked for attempting to break blocks as a guest.'

But when i "ag reload" or restart the server it adds the default kick at '5' again.

3.3.0 on 1.2.5-R1.3

pschichtel commented 12 years ago

Yeah I think Ialready know why that happens. I'll fix that somehow when I come home

pschichtel commented 12 years ago

fixed