Mirror von
https://github.com/St3venAU/ArmorStandTools.git
synchronisiert 2024-12-27 12:00:07 +01:00
v2.4.1 - Bugfix
Dieser Commit ist enthalten in:
Ursprung
bc99a45a15
Commit
d286456489
@ -384,7 +384,9 @@ abstract class NMS {
|
||||
clone.setSmall(as.isSmall());
|
||||
setSlotsDisabled(clone, getDisabledSlots(as) == 2039583);
|
||||
setInvulnerable(clone, isInvulnerable(as));
|
||||
ArmorStandCmd.cloneASCommand(as, clone);
|
||||
if(Main.nms.supportsScoreboardTags()) {
|
||||
ArmorStandCmd.cloneASCommand(as, clone);
|
||||
}
|
||||
return clone;
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Main Config
|
||||
#
|
||||
# File generated by: v2.4.0
|
||||
# File generated by: v2.4.1
|
||||
# (If this is not the version you are running, consider deleting this
|
||||
# config to allow it to be re-created. There may be new config options)
|
||||
#
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Language Config
|
||||
#
|
||||
# File generated by: v2.4.0
|
||||
# File generated by: v2.4.1
|
||||
# (If this is not the version you are running, consider deleting this
|
||||
# config to allow it to be re-created. There may be new config options)
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
main: com.gmail.St3venAU.plugins.ArmorStandTools.Main
|
||||
name: ArmorStandTools
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
author: St3venAU
|
||||
description: Armor stand manipulation tools
|
||||
softdepend: [WorldGuard, PlotSquared]
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren