-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
シュルカーボックスをShift+右クリックで開けるようにする #25
Comments
😢
|
ガッ |
CraftBukkit (
public boolean hasDisplayName() {
return !Strings.isNullOrEmpty(this.displayName);
} ここで、 boolean stringIsNullOrEmpty(@Nullable String string) {
return string == null || string.isEmpty();
} と実装されており、よって |
ということで、 ThirtyVirus/ShulkerBox_BackPacks#2 としてPRを出したけど、何も反応がない |
forkして、整地鯖側だけでとりあえずその修正して運用するっていうのはなしです? |
ありです! |
じゃ、そうします? |
どのような方向性でもおkです (私としては) |
(確かに) |
よくコードを見たら、config.ymlのapi-versionが1.13になってて草 |
https://www.spigotmc.org/resources/shulkerbox-backpacks-1-11-1-14.61073/
The text was updated successfully, but these errors were encountered: