StayPut Remixed (v2.0.0) (1.13-1.19)
Return to your last location when returning to a Multiverse world
By default, when one switches between multiverse worlds, they are always spawned at the destination world's spawn. This could be particularly annoying to players - instead of returning to a world and resuming where they were, they have to walk from spawn to their last location first.
This plugin fixes that by keeping track of your last location in a world and making sure you return there.
The Remixed fork was created after the original author dropped support and other forks introduced problematic solutions. Remixed aims to keep the original vision of the plugin while fixing issues and keeping it updated.
Install
This plugin uses a database. MariaDB is recommended but MySQL works too. If you don't have a DB server you can also just use SQLite, which saves the DB to a file in your plugins.
To install, download the jar and put it in your plugins folder.
Make sure users have the
stayput.use permission or their teleports will not be recorded! In most cases, you will want to apply the permission to the default user group.
Configuration
The configuration file is automatically generated the first time the plugin is run. You can also view the file for the current version
here. The file should be called config.yml and be placed in the StayPut folder inside your plugins folder.
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. Make sure the players/groups that need to be recorded have this.
- stayput.admin - Allows the usage of the /stayput reload command.
Problems, bugs, feature requests? Let me know! You can reply in the discussion here although the best way to let me know is to make an issue on the GitHub repository.