Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
Vladg24YT committed Jul 15, 2022
1 parent 6e0c207 commit 4c1e3bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.vladthemountain</groupId>
<artifactId>lilybukkit</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<name>LilyBukkit</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
7 changes: 7 additions & 0 deletions src/main/java/org/bukkit/OfflinePlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ public interface OfflinePlayer extends ServerOperator {
*/
public void setWhitelisted(boolean value);

/**
* Checks if this player's IP is whitelisted or not
*
* @return true if whitelisted
*/
public boolean isIPWhitelisted();

/**
* Sets if this player's IP is whitelisted or not
*
Expand Down

0 comments on commit 4c1e3bd

Please sign in to comment.