1.17.4
This commit is contained in:
parent
e01da5489c
commit
4dece13680
2 changed files with 2 additions and 2 deletions
|
|
@ -337,7 +337,7 @@ public class KitItemManager {
|
||||||
if(flags != null) {
|
if(flags != null) {
|
||||||
for(String flag : flags) {
|
for(String flag : flags) {
|
||||||
if (flag.equals("HIDE_ATTRIBUTES") && plugin.getDependencyManager().isPaper() &&
|
if (flag.equals("HIDE_ATTRIBUTES") && plugin.getDependencyManager().isPaper() &&
|
||||||
serverVersion.serverVersionGreaterEqualThan(serverVersion, ServerVersion.v1_20_R4)) {
|
serverVersion.serverVersionGreaterEqualThan(serverVersion, ServerVersion.v1_21_R1)) {
|
||||||
//Fix PAPER HIDE_ATTRIBUTES
|
//Fix PAPER HIDE_ATTRIBUTES
|
||||||
ItemUtils.addDummyAttribute(meta,plugin);
|
ItemUtils.addDummyAttribute(meta,plugin);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
main: pk.ajneb97.PlayerKits2
|
main: pk.ajneb97.PlayerKits2
|
||||||
version: 1.17.3
|
version: 1.17.4
|
||||||
name: PlayerKits2
|
name: PlayerKits2
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
softdepend: [Vault,PlaceholderAPI]
|
softdepend: [Vault,PlaceholderAPI]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue