StayPut
SpigotMCModrinthStart where you left of after entering a Multiverse world
14.1k downloads 4.4 rating
latest v1.1 SpigotMC
StayPut
Start where you left of after entering a Multiverse world
Looking for a developer: https://www.spigotmc.org/threads/stayput.209494/page-2#post-2635684
Source code can be found here: https://github.com/Taronyuu/StayPut
If you like the plugin, feel free to star it.
StayPut is a simple plugin that depends on Multiverse, it will save your last spot in a world and will teleport the player back to this spot when entering the world at a later time.
Start where you left of after entering a Multiverse world
Looking for a developer: https://www.spigotmc.org/threads/stayput.209494/page-2#post-2635684
Source code can be found here: https://github.com/Taronyuu/StayPut
If you like the plugin, feel free to star it.
- Lightweight plugin
- Dependant on Multiverse
- Sqlite or MySQL support
- No commands, plug 'n play!
- Blacklist worlds where you don't want this plugin to function
- Multiverse
- (optional) MySQL
Configuration:
None, drop it in your plugins folder and restart the server.
# Database type you want to use. Default: sqlite
type: sqlite
# If your database type has been set to mysql fill out these details
mysql:
host: "localhost"
port: 3306
database: "stay_put"
username: "root"
password: ""
# Blacklisted worlds, which worlds should be excluded from the teleport actions? Default: []
# Example layout
# blacklisted-worlds:
# - world
# - world_nether
blacklisted-worlds: []
# Want to debug and see why certain actions are (not) executed? Set this to true. Default: false
debug: false
type: sqlite
# If your database type has been set to mysql fill out these details
mysql:
host: "localhost"
port: 3306
database: "stay_put"
username: "root"
password: ""
# Blacklisted worlds, which worlds should be excluded from the teleport actions? Default: []
# Example layout
# blacklisted-worlds:
# - world
# - world_nether
blacklisted-worlds: []
# Want to debug and see why certain actions are (not) executed? Set this to true. Default: false
debug: false
Commands:
- /stayput reload - Reload the config file (Requires the stayput.admin permission)
Permissions:
- stayput.use - Allow a player to use the StayPut plugin, if the player doesn't have this plugin it will not be teleported.
- stayput.admin - Allows the usage of the /stayput reload command.
If you have any problems, just contact me in private or post it in the discussions page. I'll happily try to resolve it.
Questions/feedback/ideas:
Do you have a question, feedback or ideas? Don't hesitate to contact me.

Source:
Everything I make is either open source, or will become open source the moment I can't or don't want to update the plugin. If this ever happens, send me a PM and ask for the repository.
Comments 0
No comments yet. Be the first to share your thoughts.