Tallcraft / NerfPhantoms

Bukkit plugin which allows nerfing Phantom mobs introduced in Minecraft 1.13
https://www.spigotmc.org/resources/nerfphantoms.59218/
MIT License
10 stars 10 forks source link

Option to persist toggled phantom spawning. #10

Closed mibby closed 4 years ago

mibby commented 4 years ago

Would it be possible to add an option to persist phantom spawning for players on logout and across server restarts by writing players who toggle it on to a file and removing them from the file if they toggle it off again?

Trikolon commented 4 years ago

I have a WIP patch for this using redis as data storage. Might also add mySQL. I'm not a big fan of flatfile storage.

jrarmstro commented 4 years ago

Do you have a branch with this patch? How can we help?

Trikolon commented 4 years ago

Sorry for the delay, I finally found time to implement this. It's part of the 1.3.0 release.

https://github.com/Tallcraft/NerfPhantoms/releases/tag/v1.3.0