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:
Commands:
permission: lastposition.commands
/lp reload
How to install:
Required:
- TimoCloud
- A MySQL database
Commands:
permission: lastposition.commands
/lp reload
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 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
- Download the AddOn
- Copy / Move it to your Spigot plugins folder
- Restart / Reload the server.
- A folder named 'LastPosition_TimoAddOn' should have been created in your plugins folder. Inside the folder, is a 'config.yml' file.
- Fill in your MySQL data
- 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 - TimoCloud AddOn is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 641 times (via Spigot). Download it and open it directly in the game.