endercrest / VoidSpawn

A Spigot & Bukkit plugin that teleports players upon entering the void.
https://www.spigotmc.org/resources/voidspawn.19350/
GNU Lesser General Public License v2.1
5 stars 10 forks source link

Various Improvements #8

Closed Maxqia closed 7 years ago

endercrest commented 7 years ago

@Maxqia I agree with most of this. However, the code cleanup commit is actually removing the ability to set the spawn point for a different world. IE respawn in the hub world when you are in the island world.

The command mode should add the ability to set the command in-game some administrators do not have to edit the configuration file.

Just curious about the license, what made you choose V2 instead of V3.

Thanks!

Maxqia commented 7 years ago

Oh, I thought the set command set the spawn point to your coordinates at the world you specified, Whoops. Anyways, I chose the LGPLv2.1 because it's compatible with all the GPL licenses https://www.gnu.org/licenses/gpl-faq.en.html#AllCompatibility

endercrest commented 7 years ago

@Maxqia How it works is you can specify the world that the spawn point belongs to. So I can be in another world but set the spawn point for a different world. If that makes sense :stuck_out_tongue_winking_eye:

I will review the rest of this later tonight.