Hey, guys. I'm running 1.0 RB1 on my server, with ModLoaderMP and Planes. Plugins are: bPermissions, WorldEdit, CHDistantFarm, BlockDoor, WorldGuard, ControlORBle, Lockette, Essentials, EssentialsSpawn, EssentialsChat, LogBlock, Orebfuscator. I recently even tried adding SpawnBed, but no dice. Still spawning at the world's spawn. It sucks because I had to give everyone /sethome and /home permissions, which for a survival server break the game a bit, sometimes, making it too easy. Anyone got any idea? Anyone? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
in essentials folder there is config file in it locate and configure to your needs this Code: ############################################################ # +------------------------------------------------------+ # # | EssentialsHome | # # +------------------------------------------------------+ # ############################################################ # When users die, should they respawn at their first home, instead of the spawnpoint or bed? respawn-at-home: false # If no home is set send you to bed or spawn when /home is used spawn-if-no-home: true # Allows people to set their bed at daytime update-bed-at-daytime: true # Allow players to have multiple homes. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip # People with essentials.sethome.multiple.unlimited are not limited by these numbers. sethome-multiple: # essentials.sethome.multiple default: 3 # essentials.sethome.multiple.vip vip: 5 # essentials.sethome.multiple.staff staff: 10 #Set timeout in seconds for players to accept tpa before request is cancelled. #Set to 0 for no timeout tpa-accept-cancellation: 0 and this Code: ############################################################ # +------------------------------------------------------+ # # | Essentials Spawn / New Players | # # +------------------------------------------------------+ # ############################################################ newbies: # Should we announce to the server when someone logs in for the first time? # If so, use this format, replacing {DISPLAYNAME} with the player name. # If not, set to '' #announce-format: '' announce-format: '{DISPLAYNAME}&d Wbija po raz pierwszy na serva !' # When we spawn for the first time, which spawnpoint do we use? # Set to "none" if you want to use the spawn point of the world. spawnpoint: none # Set this to lowest, if you want Multiverse to handle the respawning # Set this to normal, if you want EssentialsSpawn to handle the respawning # Set this to highest, if you want to force EssentialsSpawn to handle the respawning respawn-listener-priority: highest # End of File <-- No seriously, you're done with configuration.
No dice. This is what my stuff looks like: Code: ############################################################ # +------------------------------------------------------+ # # | EssentialsHome | # # +------------------------------------------------------+ # ############################################################ # When users die, should they respawn at their first home, instead of the spawnpoint or bed? respawn-at-home: false # If no home is set send you to bed or spawn when /home is used spawn-if-no-home: true # Allows people to set their bed at daytime update-bed-at-daytime: true # Allow players to have multiple homes. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip # People with essentials.sethome.multiple.unlimited are not limited by these numbers. sethome-multiple: # essentials.sethome.multiple default: 3 # essentials.sethome.multiple.vip vip: 5 # essentials.sethome.multiple.staff staff: 10 #Set timeout in seconds for players to accept tpa before request is cancelled. #Set to 0 for no timeout tpa-accept-cancellation: 0 Code: ############################################################ # +------------------------------------------------------+ # # | Essentials Spawn / New Players | # # +------------------------------------------------------+ # ############################################################ newbies: # Should we announce to the server when someone logs in for the first time? # If so, use this format, replacing {DISPLAYNAME} with the player name. # If not, set to '' #announce-format: '' announce-format: '&5Welcome {DISPLAYNAME}&d to Inacio''s Planes Server!' # When we spawn for the first time, which spawnpoint do we use? # Set to "none" if you want to use the spawn point of the world. spawnpoint: none # Set this to lowest, if you want Multiverse to handle the respawning # Set this to normal, if you want EssentialsSpawn to handle the respawning # Set this to highest, if you want to force EssentialsSpawn to handle the respawning respawn-listener-priority: normal # End of File <-- No seriously, you're done with configuration.
Code: ############################################################ # +------------------------------------------------------+ # # | EssentialsHome | # # +------------------------------------------------------+ # ############################################################ # When users die, should they respawn at their first home, instead of the spawnpoint or bed? respawn-at-home: false 1st line do you see it or did you even read it ? you just need to edit it your needs
I'm having the same exact issue on my server, I've verified all these settings. it happened when I did the move from 1.4.7 beta to the recommended release. I bet the bed placement bug fix broke the spawn locations.
same issue here. created a 12x12x12 house just now and put bed dead center... jumped off a cliff (farewell, cruel world) and Hello spawn!
AGAIN: people, make sure you have the following: essentials.sethome.bed (to make use you can set bed spawn) spawn-at-home: true valid bed location to make sure bed is valid, do the following: essentials.home.bed essentials.home type /home bed, if you get teleported to bed, bed is valid.
EDIT: Okay so I take back my posting... I was one version behind and all I had to do was update the jars. The config files didn't update or anything, so all the settings I had were fine... But players should be spawning at their beds now when they die.