The openinv command autocompletes to the nearest player if there isn't one found, which is fine, but on a server with hundreds of thousands of player data files it causes the command to take minutes to complete and is overall frustrating, some option to disable the autocomplete would be much appreciated
|
public @Nullable OfflinePlayer match(@NotNull String name) { |
The openinv command autocompletes to the nearest player if there isn't one found, which is fine, but on a server with hundreds of thousands of player data files it causes the command to take minutes to complete and is overall frustrating, some option to disable the autocomplete would be much appreciated
OpenInv/plugin/src/main/java/com/lishid/openinv/util/PlayerLoader.java
Line 94 in d2ce3a5