games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 23 forks source link

Can you disable the spawn-teleport function for FlexibleLogin-0.8 ? #139

Open willis1030 opened 6 years ago

willis1030 commented 6 years ago

Hello, I need FlexibleLogin-0.8 version for my server, because I,m using minecraft sponge 1.8.9 (spongevanilla-1.8.9-4.1.0-BETA-294.jar). but because of my special map, I can't update it. and teleport to a save location when login makes me something bad situation. so can you help me about this ? just disable the function? I,m willis. this is my email: --REMOVED-- thank you.

EDIT from games647: I removed the email. Otherwise you will likely get a lot of spam.

games647 commented 6 years ago

You can disable it using the "enabled" configuration option in that section.

willis1030 commented 6 years ago

It don't work. FlexibleLogin v0.8. teleportConfig { coordX=179 coordY=42 coordZ=69

Should the plugin use the default spawn from the world you specify below

defaultSpawn=false
enabled=true
# Spawn world or let it empty to use the default world specified in the server properties
worldName="world"

} I tested like this: enable=false teleports to new location before login. enable=true teleports to new location after login. It seems "defaultSpawn" means "defaultSpawn", "enable" means "current location". but "true" means "before login stay at there", all of them teleported to new location after login! I stand on a half-block or chest or stand in a door. thanks.