File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/me/crafter/mc/lockettepro Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,7 @@ public static void reload(){
93
93
cachetime = config .getInt ("cache-time-seconds" , 0 ) * 1000 ;
94
94
cacheenabled = (config .getInt ("cache-time-seconds" , 0 ) > 0 );
95
95
if (cacheenabled ){
96
- plugin .getLogger ().info ("You have cache enabled!" );
97
- plugin .getLogger ().info ("This is currently for experimental purpose only!" );
96
+ plugin .getLogger ().info ("Cache is enabled! In case of inconsistency, turn off immediately." );
98
97
}
99
98
100
99
String blockhopperminecartstring = config .getString ("block-hopper-minecart" , "remove" );
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public void onEnable(){
59
59
getServer ().getPluginManager ().registerEvents (new SignSendListener (), this );
60
60
} else {
61
61
plugin .getLogger ().info ("ProtocolLib is not found!" );
62
- plugin .getLogger ().info ("UUID support requires ProtocolLib, or else signs will be ugly!" );
62
+ plugin .getLogger ().info ("UUID & expiracy support requires ProtocolLib, or else signs will be ugly!" );
63
63
}
64
64
}
65
65
// Metrics
You can’t perform that action at this time.
0 commit comments