Commands
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
/pwd (/playerwaterdamage) reloads plugin config
This one makes Water harmful to players. Including rain. It is another simple plugin but for a roleplay server this can really make it seem like a player is part Enderman
Code (Text):config.yml
## Use Permissions plugin
## Setting this to true will ignore the playermode and players UUID section below
## Instead it will allow players with the permission "playerwaterdamage.use" or OP's
## This will make this plugin act like my older Enderman plugins in terms of setup
## You should use a permissions plugin ideally with this
## Default false
use_permissions: false
## Blacklist/Whitelist mode
## If set to "whitelist" the list of players will be players who can use the plugin everyone else will not be able to
## If set to "blacklist" the list of players will be players who cant use the plugin. everyone else can use it
## This is useful if you want to use the plugin for a super hardcore mode and want every player to have access but deny admins
##
## Default "whitelist"
playermode: "whitelist"
## Players list
## Simply put the UUID of every player that should allowed/disallowed to be damaged by water
## You can find your UUID on namemc.com
## Using a UUID ensures the effect remains even if a user changes their username
players:
- "bgf465432f-edc6456-453aa-a666-hdg59cd5185d"
## Rain damage
## Should rain cause damage?
## This only applies to players that are not under cover by a block
## Default true
rain_damage: true
## Ignore armor check
## If you are savage you might want players to get damage even when their wearing full armor
## Not sure why anyone would want this but hey I have given you the option
## Default false
ignore_armor: false
## Custom death messages
## With this enabled the death messages in chat will announce if a player died because of water damage
## This can be turned off if you have another plugin doing death messages
## Default true
death_message: true
## Limit to worlds
## If this is set then the plugin will only have effect in specific worlds. Ideal if you have a Multiverse setup
## If set to null it will work in all worlds
## Example config
## worlds:
## - "world1"
## - "world2"
## Default: null
worlds: null

Water Damage | Easily Enable Water Damage 1.0
Enables damage in water, easily and simple.