mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-11 21:06:55 +00:00
fix javadoc
This commit is contained in:
@@ -150,11 +150,7 @@ public class PreventStabbyAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Sets forced PvP state until server restart or changed with override command or this method.
|
||||||
* @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>
|
|
||||||
*/
|
*/
|
||||||
public static void setForcedPvpState(PvpState newForcedPvpState) {
|
public static void setForcedPvpState(PvpState newForcedPvpState) {
|
||||||
PreventStabby.getPlugin().getPlayerManager().setForcedPvpState(newForcedPvpState);
|
PreventStabby.getPlugin().getPlayerManager().setForcedPvpState(newForcedPvpState);
|
||||||
|
|||||||
Reference in New Issue
Block a user