lenis0012 / LoginSecurity

Lightweight and secure user authentication for Bukkit Minecraft servers
https://www.spigotmc.org/resources/loginsecurity.19362/
Apache License 2.0
100 stars 85 forks source link

idea: "custom" mode for "location" in config #351

Open BesheniiChitak opened 4 months ago

BesheniiChitak commented 4 months ago

if you set the type to custom you can choose the coordinates by yourself instead of spawn

something like this:

join: location: CUSTOM

coordinates: x: 0.0 y: 105.0 z: 0.0

hide-inventory-safe: true

or this:

... coordinates:

  • 0.0
  • 105.0
  • 0.0 ...

so it can be either a list or just a pair with Doubles for coordinates

github kinda makes the text strange but i think its easy to understand what i meant