mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-12 05:16:55 +00:00
fix javadoc
This commit is contained in:
@@ -150,11 +150,7 @@ public class PreventStabbyAPI {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param newForcedPvpState<br>
|
||||
* true - force enable PvP for every player<br>
|
||||
* false - force disable PvP for every player<br>
|
||||
* null - don't force PvP state<br>
|
||||
* Sets forced PvP state until server restart or changed with override command or this method.
|
||||
*/
|
||||
public static void setForcedPvpState(PvpState newForcedPvpState) {
|
||||
PreventStabby.getPlugin().getPlayerManager().setForcedPvpState(newForcedPvpState);
|
||||
|
||||
Reference in New Issue
Block a user