mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-11 21:06:55 +00:00
update readme
This commit is contained in:
@@ -1,43 +1,34 @@
|
||||
<h2>PreventStabby ⚔</h2>
|
||||
<h1>PreventStabby ⚔</h1>
|
||||
|
||||
Use Issues section to report bugs or submit suggestions.
|
||||
|
||||
<h3>Commands</h3>
|
||||
Permission: <code>preventstabby.command</code> (given by default to everyone) :
|
||||
You can find available commands <a href="https://github.com/YouHaveTrouble/PreventStabby/wiki/Commands">HERE</a>.
|
||||
|
||||
<h3>Configuration</h3>
|
||||
Explanation of all available config options is <a href="https://github.com/YouHaveTrouble/PreventStabby/wiki/Config">HERE</a>.
|
||||
|
||||
<h3>Placeholders</h3>
|
||||
List of all PlaceholderAPI placeholders can be found <a href="https://github.com/YouHaveTrouble/PreventStabby/wiki/Placeholders">HERE</a>.
|
||||
|
||||
<h3>Developer API</h3>
|
||||
Developer API documetation is <a href="https://github.com/YouHaveTrouble/PreventStabby/wiki/Developer-API">HERE</a>!
|
||||
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>/pvp help- displays help message</li>
|
||||
<li>Per-player PvP Toggle</li>
|
||||
<li>Global PvP override, allowing to ignore personal toggles temporarily</li>
|
||||
<li>Block all forms of player-induced damage when PvP off</li>
|
||||
<li>Block damage done to pets and mounts when PvP off</li>
|
||||
<li>Block the ability to pour lava and set fire under player's feet</li>
|
||||
<li>Block channeling tridents spawning fire under players with PvP off</li>
|
||||
<li>Block fishing pole pulling for players with PvP off</li>
|
||||
<li>Pets do not attack players with PvP off</li>
|
||||
<li>Configurable PvP protection after login</li>
|
||||
<li>Configurable PvP protection after teleport</li>
|
||||
<li>Kill players that logged out during combat</li>
|
||||
<li>Block specific commands while in combat</li>
|
||||
<li>Block teleports in combat (might cause issues with some plugins)</li>
|
||||
<li>Toggles for eggs and snowballs applying knockback</li>
|
||||
<li>Extensive developer API</li>
|
||||
</ul>
|
||||
|
||||
Permission: <code>preventstabby.command.toggle</code> (given by default to everyone) :
|
||||
<ul>
|
||||
<li>/pvp toggle - toggles PvP</li>
|
||||
<li>/pvp on - enables PvP (aliases: enable)</li>
|
||||
<li>/pvp off - disables PvP (aliases: disable)</li>
|
||||
</ul>
|
||||
|
||||
Permission: <code>preventstabby.command.toggle.others</code> (given by default to ops) :
|
||||
<ul>
|
||||
<li>/pvp toggle [player] - toggles other player's PvP</li>
|
||||
<li>/pvp on [player] - enables other player's PvP (aliases: enable)</li>
|
||||
<li>/pvp off [player] - disables other player's PvP (aliases: disable)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Features</h3>
|
||||
Player who disables PvP cannot get hurt by any player induced damage.
|
||||
They also can't deal any damage to other players.
|
||||
This includes basic attacks, projectiles, splash potions,
|
||||
lingering potions and lightning strikes from channeling trident enchant.
|
||||
Additionally lightning strikes from channeling cannot spawn fire under
|
||||
players, who have pvp disabled and it's impossible to use
|
||||
fishing rod on players who have pvp disabled.
|
||||
|
||||
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.
|
||||
|
||||
All the protections are extended to tameable entities (pets) that set player's uuid as their owner on tame.
|
||||
|
||||
Pets will not attack players with pvp off or if their owner has pvp off.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user