Floating Players
Allows players to auto float on the sea surface. Useful when players have to go AFK while swimming.
Demo Video
Support
Got a plugin idea? Share your thoughts with me on Discord https://discord.gg/Sn6pQHGUe3
Permissions
Chat Commands
You'll auto float as long as you don't move. Otherwise, moving from your place will disable it.
Configuration
Localization
Allows players to auto float on the sea surface. Useful when players have to go AFK while swimming.
Demo Video
Support
Got a plugin idea? Share your thoughts with me on Discord https://discord.gg/Sn6pQHGUe3
Permissions
- floatingplayers.use -- allows using the /float command.
Chat Commands
- /float -- toggles auto floating.
You'll auto float as long as you don't move. Otherwise, moving from your place will disable it.
Configuration
C#:
{
"Config": {
"Plugin - Enabled": true,
"Allow Only Surface Floating": true
}
}
C#:
{
"NoPermission": "You don't have permission to use this command",
"FloatingEnabled": "<size=13><color=#ffc300>Auto Floating</size></color>\n<size=12>You are now auto floating</size>",
"SurfaceLevelNeeded": "<size=13><color=#ffc300>Auto Floating</size></color>\n<size=12>You have to be on the surface to auto float</size>"
}