Skip to content

Commit 02028df

Browse files
2 parents 0db984e + 0e94bf6 commit 02028df

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# LockettePro
2-
###LockettePro - A much better Lockette plugin for Bukkit
2+
### LockettePro - A much better Lockette plugin for Bukkit
33

4-
![McStats is down again!](http://i.mcstats.org/LockettePro/Global+Statistics.png "Statistics")
4+
LockettePro is a block-protection plugin based on Lockette (https://github.com/Acru/Lockette), the code base is entirely re-written. It is 100% compatable with original Lockette, and the plugin behaviors are also 100% same.
55

6-
LockettePro is a block-protection plugin based on Lockette (https://github.com/Acru/Lockette). It is 100% compatable with original Lockette, and the plugin behaviors are also 100% same.
6+
### LockettePro has a lot of enhancements compared to Lockette:
77

8-
LockettePro has a lot of enhancements compared to Lockette:
9-
10-
1. Much better codebase.
11-
2. Much better performance inside the code. Also boosts Hopper performance
12-
3. Fixed a lock-breaking glitch that has not been fixed in Lockette for years.
13-
4. All blocks can be set to lockable or not. You can even prevent players from locking a chest.
14-
5. Unlimited [Private], [More Users], [Timer:x] signs format.
15-
6. Alert messages are editable, and UTF-8 characters are supported.
8+
1. Much better codebase and performance, fixed a lot of issues and glitches.
9+
2. Real UUID support.
10+
3. All blocks can be set to lockable or not. You can even prevent players from locking a chest.
11+
4. Unlimited [Private], [More Users], [Timer:x] signs format.
12+
5. Alert messages are editable, and UTF-8 characters are supported.
13+
6. Lock expircy feature, locks can expire after a certain amount of time.
1614

1715
### Links
1816
Spigot release page: https://www.spigotmc.org/resources/lockettepro.20427/

src/me/crafter/mc/lockettepro/Dependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public static boolean isSimpleClanOf(String line, Player player){
227227
if (clanplayer != null){
228228
Clan clan = clanplayer.getClan();
229229
if (clan != null){
230-
if (line.equals("[" + clan.getName() + "]")) return true;
230+
if (line.equals("[" + clan.getTag() + "]")) return true;
231231
}
232232
}
233233
} catch (Exception e){}

0 commit comments

Comments
 (0)