TagAPI is compatible as of version 1.7
Dieser Commit ist enthalten in:
Ursprung
bc7b395889
Commit
9ad6dcb41c
@ -71,7 +71,7 @@ public class ProtocolLibrary extends JavaPlugin {
|
||||
|
||||
private void checkForIncompatibility(PluginManager manager) {
|
||||
// Plugin authors: Notify me to remove these
|
||||
String[] incompatiblePlugins = { "TagAPI" };
|
||||
String[] incompatiblePlugins = {};
|
||||
|
||||
for (String plugin : incompatiblePlugins) {
|
||||
if (manager.getPlugin(plugin) != null) {
|
||||
|
@ -129,5 +129,3 @@ types. It's remarkably consistent across different versions.
|
||||
### Incompatiblity
|
||||
|
||||
The following plugins (to be expanded) are not compatible with ProtocolLib:
|
||||
|
||||
* TagAPI
|
In neuem Issue referenzieren
Einen Benutzer sperren