A simple AddOn which saves the last world position of a player in MySQL and loads it whenever the player joins the server again (so the player can procede at the same coordinates in the world where he left off instead of re-appearing at the spawn)
Required:
How to install:
Required:
- A MySQL database
Code (Text):
# MySQL
#The IP adress of your MySQL database
dbHost: 127.0.0.1
#The port of your MySQL database
dbPort: 3306
#The database name of your MySQL database
dbName: testDB
#The user name of your MySQL database
dbUser: testUser
#The password of your MySQL database
dbPass: testPW
#Do you wanna use SSL? true / false
dbSSL: true
#The table name of the new table whitch whould be created
tableName: LastPosition
#The name of the group, (all servers with this group name should have the same name)
groupName: testGroup
#The IP adress of your MySQL database
dbHost: 127.0.0.1
#The port of your MySQL database
dbPort: 3306
#The database name of your MySQL database
dbName: testDB
#The user name of your MySQL database
dbUser: testUser
#The password of your MySQL database
dbPass: testPW
#Do you wanna use SSL? true / false
dbSSL: true
#The table name of the new table whitch whould be created
tableName: LastPosition
#The name of the group, (all servers with this group name should have the same name)
groupName: testGroup
- Download the Plugin
- Copy / Move it to your Spigot plugins folder
- Restart / Reload the server.
- A folder named 'LastPosition' whould be created in your plugins folder. Inside the folder, is a 'config.yml' file.
- Fill in your MySQL data and the group name
- Restart / Reload the server.
- Finish!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
LastPosition is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 597 times (via Spigot). Download it and open it directly in the game.