This repository was archived by the owner on Apr 9, 2024. It is now read-only.
File tree 2 files changed +2
-8
lines changed
core/src/main/java/ch/andre601/advancedserverlist/core/commands
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public void handle(CmdSender sender){
78
78
sender .sendMsg ();
79
79
sender .sendMsg ("<aqua>/asl <white>help <grey>- Shows this help" );
80
80
sender .sendMsg ();
81
- sender .sendMsg ("<aqua>/asl <white>reload <grey>- Reloads the plugin and clears caches " );
81
+ sender .sendMsg ("<aqua>/asl <white>reload <grey>- Reloads the config.yml and profiles " );
82
82
sender .sendMsg ();
83
83
sender .sendMsg ("<aqua>/asl <white>clearCache <grey>- Clears the Player and Favicon cache" );
84
84
}
@@ -110,12 +110,6 @@ public void handle(CmdSender sender){
110
110
sender .sendErrorMsg ("<red>Error while loading profile(s)!" );
111
111
}
112
112
113
- core .clearFaviconCache ();
114
- sender .sendPrefixedMsg ("<green>Successfully cleared Favicon Cache!" );
115
-
116
- core .clearPlayerCache ();
117
- sender .sendPrefixedMsg ("<green>Successfully cleared Player Cache!" );
118
-
119
113
sender .sendPrefixedMsg ("<green>Reload complete!" );
120
114
}
121
115
}
Original file line number Diff line number Diff line change 38
38
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
39
39
<project .build.commit/>
40
40
41
- <plugin .version>3.3.0-b1 </plugin .version>
41
+ <plugin .version>3.3.0</plugin .version>
42
42
<plugin .description>Create multiple Server lists based on conditions.</plugin .description>
43
43
44
44
<api .version>v3.0.0</api .version>
You can’t perform that action at this time.
0 commit comments