This plugin is part of my novelty series. View the others here
SixFeetUnder
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2Fraw2sGw.gif)
Plugin description
An extremely lightweight plugin that turns/flips players upsidedown and buries them in the ground! Can be used as a cosmetic perk for donators, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.
Features
- Manage other players
- Extremely customizable messages
- Formatting and color code supported messages
- Permissions system
- Sneak to stand upright again!
Commands
/sixfeetreload - Reloads the plugin's configuration files
/sixfeetunder - Toggles whether you are six feet under
/sixfeetunder (player) - Toggles whether another player is six feet under
Aliases: dig, 6feet, 6feetunder
Permissions
sixfeet.use - Lets a player toggle their own six feet under status. Doesn't do anything by default unless permission is enabled in the settings
sixfeet.use.others - Lets a player toggle others' own six feet under status
sixfeet.admin - Grants access to /sixfeetreload
Configuration
The config is split into settings.yml and messages.yml
settings.yml
Code (YAML):
# What a line in messages.yml will start with if you don't want to use messageformat
# For example "Plugin > some message" is the default message
# You can change it to "some message" if you replace the default with the following in messages.yml
# example: "--some message"
negateformat
:
"--"
# Sets if players need permission "sixfeet.use" to use /sixfeetunder
usepermissions
: false
# Sets if sneaking will get players back on the ground
sneakcancel
: true
messages.yml
Code (YAML):
# The format that all messages will follow unless negated with prefix stated in settings.yml
messageformat
:
"&eSixFeetUnder &8> &f{message}"
nopermissions
:
"You do not have permission for that!"
usage
:
"Usage: {usage}"
selfon
:
"You are now six feet under!"
selfonair
:
"You are currently mid-air. You will be six feet under when you reach the ground"
selfoff
:
"You are no longer six feet under!"
badtarget
:
"There is no such player online"
added
:
"{name} is now six feet under!"
removed
:
"{name} is no longer six feet under!"
notusername
:
"That is not a valid username!"
Support
If you found a bug or have a suggestion,
add a comment
Learn more about my novelty plugins
Satisfied? Leave a review!