jakegut / SimplePaintball

Simple Paintball Plugin for Spigot 1.14
https://www.spigotmc.org/resources/simple-paintball.58308/
7 stars 5 forks source link

Sign Creation Error #10

Open SteeltonMC opened 4 years ago

SteeltonMC commented 4 years ago

Hello, MC Paper: #45 Paintball v0.3.4-alpha.3

Sign does not seem to be working. This plugin was working flawlessly a couple Paper Updates ago. I have not touched the plugin or configs- or any other variables. I wanted to move my sign, and this error started coming up. Previously not shown.

2020-01-12_11 24 34 Log.txt

jakegut commented 4 years ago

I don't believe I took care of removing signs correctly, which is why the NullPointer shows up: it tries to update a sign that isn't there. I believe commit https://github.com/jakeryang/SimplePaintball/commit/b8d2c460d132391c704f32b278bd5e1c1ab47c42 should take care of it. I will close this when I don't hear about any more sign problems when I release.

SteeltonMC commented 4 years ago

This worked, deleting the "sign" information in the Arena's config.

Needed a full server stop, editing the config to delete the section, save and start.

Editing the config while server is running, and doing a reload; deletes the Arena in question and throws "Internal Server Error"