Minecraft FixFirstLogin mod 2026 download
logo
minecraft mod FixFirstLogin

FixFirstLogin

Game Version: 1.8
Total Downloads: 5,434
Updated: Feb 18, 2015
Created: Jun 19, 2012
Download FixFirstLoginDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
FixFirstLogin v1.4 release 51.30 KB Feb 18, 2015 1.8 578 download FixFirstLogin FixFirstLogin v1.4 releaseDownload
FixFirstLogin v1.3 release 50.00 KB Apr 27, 2014 CB 1.7.9-R0.1 508 download FixFirstLogin FixFirstLogin v1.3 releaseDownload
FixFirstLogin v1.2.1 release 16.81 KB Aug 24, 2012 1.3.2 1,887 download FixFirstLogin FixFirstLogin v1.2.1 releaseDownload
FixFirstLogin v1.2 release 16.72 KB Aug 22, 2012 1.3.2 765 download FixFirstLogin FixFirstLogin v1.2 releaseDownload
FixFirstLogin v1.1 release 16.28 KB Aug 21, 2012 1.3.2 767 download FixFirstLogin FixFirstLogin v1.1 releaseDownload
FixFirstLogin v1.0 release 16.51 KB Jun 20, 2012 CB 1.2.5-R4.0 929 download FixFirstLogin FixFirstLogin v1.0 releaseDownload

Screenshots

Description

Share this:

I made this little plugin to fix new players getting stuck in walls or spawning on roofs, etc. and dying when they first log into the server.

It works by running a command after a configurable amount of ticks when players log in for the first time (or they don't have a player file).

I thought I should upload it here in case someone might find it useful. I couldn't find anything to do what I wanted so here it is.

config.yml

The config.yml file should be automatically generated for you the first time you start your server with the plugin in your plugins folder and add any new variables on plugin updates with their defaults.

ticks: 20
The number of ticks to wait before running the command.

command: spawn
The command to run after waiting the number of ticks.

  • Will replace any occurances of PLAYERNAME in the command with the player's name.
  • Will replace any occurances of PLAYERUUID in the command with the player's UUID.

Note that if you use spawn as your command you should have a plugin that provides that command or it won't work.

runas: player
Enter player or console to choose to run the command as the player or as console.

span: 5000
The number of milliseconds the player must have been logged in to avoid the command being run when they join.

prevent_new_logins: false
Stops new players from logging in.

prevent_message: "New players are not currently allowed to login. Please try again later."
The message to display to players who are prevented from logging in.

Commands

/ffl prevent <on|off>
Turn on or off the preventing of new players from logging in. Default: off (new players can login by default)

/ffl reload
Reload the config from disk.

Permissions

ffl.prevent
Gives access to use /ffl prevent <on|off>

ffl.reload
Gives access to use /ffl reload

ffl.all
Gives all FixFirstLogin permissions.
Note: Before FixFirstLogin v1.4 this permission was ffl.*

Source

Comments

Add a comment