diff --git a/readme.md b/readme.md
index 2579d7a..dc5b6a6 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-
TogglePvP
+TogglePvP ⚔
Plugin is under heavy development and things will change often.
@@ -11,13 +11,19 @@ Permission: togglepvp.command (given by default) :
Permission: togglepvp.command.toggle (given by default) :
-
-- /pvp toggle - displays help message
+- /pvp toggle - toggles PvP
- /pvp on - enables PvP (aliases: enable)
- /pvp off - disables PvP (aliases: disable)
+Permission: togglepvp.command.toggle.others (given by default) :
+
+- /pvp toggle [player] - toggles other player's PvP
+- /pvp on [player] - enables other player's PvP (aliases: enable)
+- /pvp off [player] - disables other player's PvP (aliases: disable)
+
+
Features
Player who disables PvP cannot get hurt by any player induced damage.
They also can't deal any damage to other players.
@@ -31,4 +37,6 @@ There is also a feature that disallows pouring lava or using
flint and steel nearby players with disabled pvp. You can
either disable it in config or set its radius.
+Tamed wolves will not attack players with pvp off.
+
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index b39c5cb..0e49eb9 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -13,7 +13,10 @@ permissions:
description: Allows usage of /pvp command
togglepvp.command.toggle:
default: true
- description: Allows usage of /pvp toggle/enable/disable command
+ description: Allows usage of /pvp command
+ togglepvp.command.toggle.others:
+ default: op
+ description: Allows usage of /pvp command
togglepvp.command.reload:
default: op
description: Allows usage of /pvp reload command
\ No newline at end of file