teozfrank / DuelMe

DuelMe is a bukkit plugin to allow players to duel each other for fun
http://dev.bukkit.org/bukkit-plugins/duelme/
MIT License
9 stars 14 forks source link

Old Arenas are not removed #72

Closed Kruize1 closed 7 years ago

Kruize1 commented 7 years ago

I setup 2 arenas. I removed the old one, but it keeps coming back after I reboot my server.

Even if I edit the .yml file manually, or use the command , the arena always comes back.

teozfrank commented 7 years ago

How did you remove it? One way that will work is stop your server not restart, and delete the arenas.yml or remove whatever arena you want and then start the server. You see the plugin caches the arenas when it enables then saves from the cache to disk when the plugin gets disabled. That's why they keep coming back you are not meant to manually edit them.

Kruize1 commented 7 years ago

I'll try these steps when I get home.

  1. Remove the arena via the in-game command
  2. Stop the server.
  3. Delete the .yml file
  4. Start the server
  5. See if it comes back
Kruize1 commented 7 years ago

These steps worked! I'll close this issue.

teozfrank commented 7 years ago

Fixed in latest update.