Updated Upstream (Bukkit/CraftBukkit) (#8270)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: d43a1e72 SPIGOT-2450: Improve scoreboard criteria API, add missing DisplaySlots 9d6e4847 SPIGOT-7122: New Allay Methods from 1.19.1 CraftBukkit Changes: c379a6b4e SPIGOT-2450: Improve scoreboard criteria API, add missing DisplaySlots 051fcced1 SPIGOT-7122: New Allay Methods from 1.19.1
This commit is contained in:
parent
eb5b0d0edf
commit
d4b4d5b95b
8 changed files with 154 additions and 64 deletions
|
@ -18,7 +18,23 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
public enum DisplaySlot {
|
||||
- BELOW_NAME,
|
||||
- PLAYER_LIST,
|
||||
- SIDEBAR;
|
||||
- SIDEBAR,
|
||||
- SIDEBAR_BLACK,
|
||||
- SIDEBAR_DARK_BLUE,
|
||||
- SIDEBAR_DARK_GREEN,
|
||||
- SIDEBAR_DARK_AQUA,
|
||||
- SIDEBAR_DARK_RED,
|
||||
- SIDEBAR_DARK_PURPLE,
|
||||
- SIDEBAR_GOLD,
|
||||
- SIDEBAR_GRAY,
|
||||
- SIDEBAR_DARK_GRAY,
|
||||
- SIDEBAR_BLUE,
|
||||
- SIDEBAR_GREEN,
|
||||
- SIDEBAR_AQUA,
|
||||
- SIDEBAR_RED,
|
||||
- SIDEBAR_LIGHT_PURPLE,
|
||||
- SIDEBAR_YELLOW,
|
||||
- SIDEBAR_WHITE;
|
||||
+ // Paper start
|
||||
+ BELOW_NAME("belowName"),
|
||||
+ PLAYER_LIST("list"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue