5 Commits
Author SHA1 Message Date
Hugo ManriqueandGitHub 6547ccaa7e Provide crypto native for Linux x86_64 and OpenSSL 3.0.x (#854)
Compiled the crypto native on Debian testing (that ships with OpenSSL
3.0.5-2). Fixes #852.
2022-08-28 17:24:56 -04:00
Hugo ManriqueandGitHub 567582b2e2 Fix thread-unsafe command unregistration (#583)
Access to the dispatcher is guarded by `lock`.
2021-10-04 15:17:36 -04:00
Hugo ManriqueandGitHub 76c6827926 Expose registered aliases in API (#549) 2021-07-24 14:34:50 -04:00
Hugo ManriqueandGitHub 6cc6e0f641 New command API (#330) 2020-07-29 03:43:16 -04:00
Hugo ManriqueandGitHub 8bb118022d Fix implementation of #176
As @creeper123123321 noted on Discord, the javadoc specifies "Matches all {@link Player}s whose names start with the provided partial name.".

With the current implementation, if there were two online players named Notch and Notch2, only Notch would be returned as a singleton Collection. This PR fixes this behavior by removing the `exactMatch` code.
2019-03-09 21:02:41 +01:00