Guest User

Untitled

a guest
May 17th, 2021
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. Miscellaneous:
  2. - Added "executecommand-button" element to ArenasGUI
  3. - ArenasGUI: Allow to change parts of the icon (material, amount, nbt...) via conditions
  4. - ArenasGUI: It's now possible to add entries from the messages file using %<entry name>%#
  5. - Added descriptions to spawners config file
  6. - Messages files now use YAML instead of CM2 (auto converts)
  7. - Improved stability & performance of merging and max-nearby-items system for spawners
  8. - Added support for DKCoins v5
  9.  
  10. API changes:
  11. - ArenaBuilder now throws an ArenaBuildException when the name contains invalid characters
  12. - Added Arena#getPlayersInTeam(Team)
  13. - Added Arena#destroyBedNaturally(Team team, Player player)
  14. - Added Arena#destroyBedNaturally(Team team, String altDisplayName)
  15. - Added Arena#destroyBedNaturally(Team team, String altDisplayName, Player player)
  16. - Added Arena#destroyBedNaturally(Team team, Player player, boolean broadcast)
  17. - Added Arena#destroyBedNaturally(Team team, String altDisplayName, boolean broadcast)
  18. - Added Arena#destroyBedNaturally(Team team, String altDisplayName, Player player, boolean broadcast)
  19. - Added Arena#setBlockPlayerPlaced(Block block, boolean newState)
  20. - Added Arena#boolean isBlockPlayerPlaced(Block block)
  21. - Added GameAPI#isPlayerBlockMarkingSupported()
  22. - Added NMSHelper#setSkullTexture(Skull skull, String texture)
  23. - Added NMSHelper#String getSkullTexture(Skull skull)
  24. - Added NMSHelper#setSkullTexture(SkullMeta skullMeta, String texture)
  25. - Added NMSHelper#String getSkullTexture(SkullMeta skullMeta)
  26. - Added NMSHelper#String getVanillaDeathMessage(Player player
  27. - Added NMSHelper#setEntityTarget(Entity entity, @Nullable Location target)
  28. - Added NMSHelper#sendPacket(Player player, Object packet)
  29. - NMSHelper#setGlowEffect(ItemStack is, boolean glowing) now returns an ItemStack
  30. - Added NMSHelper#boolean isRunningPaper()
  31. - Added de.marcely.bedwars.tools.YamlConfigurationDescriptor
  32. - Moved PlayerBreakBedEvent to ArenaBedBreakEvent
  33. - Added ArenaBedBreakEvent#isPlayerCaused()
  34. - Added ArenaBedBreakEvent#getAltDisplayName()
  35. - Added ArenaBedBreakEvent#setAltDisplayName(String)
  36. - Renamed ArenaBedBreakEvent.Result#ONLY_BREAK_BLOCK to BREAK_BLOCK
  37. - Added Arena#getRemainingTeams()
  38. - Added Arena#getRemainingTeams(Player... ignorePlayers)
  39. - Renamed DropType#getSpawnDelay to getDropDuration
  40. - Renamed DropType#setSpawnDelay to setDropDuration
  41. - Added int Spawner#getCurrentDropDuration()
  42. - Added List<SpawnerDurationModifier> Spawner#getDropDurationModifiers()
  43. - Added Spawner#SpawnerDurationModifier addDropDurationModifier(
  44. String id, Plugin plugin, SpawnerDurationModifier.Operation operation, double value)
  45. - Added Spawner#boolean removeDropDurationModifier(SpawnerDurationModifier modifier)
  46. - Added Spawner#@Nullable SpawnerDurationModifier getDropDurationModifier()
  47. - Added Spawner#getInternalClock()
  48. - Added Spawner#getRemainingNextDropTime()
  49.  
  50.  
  51. Fixed bugs:
  52. - Fixed possible error when loading spectator items (https://pastebin.com/JFSULypJ, thanks to @NiX)
  53. - Fixed ArenasGUI layouts default_duo and default_solo not supporting 1.13+ when initialising on 1.13+ (thanks to @ItsPat)
  54. - Fixed conditions in ArenasGUI not staying when changing layout via the changelayout-button
  55. - Fixed error when converting from 4.0 https://pastebin.com/QhxrfcTW that caused all holograms to disappear (thanks to @MetallicGoat)
  56. - Fixed broken beds on 1.8 - 1.12 (thanks to @MetallicGoat)
  57. - Fixed NoSuchElementException error with empty arena conditions
  58. - Fixed spawners randomly stopping dropping stuff
  59. - Fixed error https://pastebin.com/8d8DGzEd
  60. - Fixed that you can't change the name and lore of the items in the upgrades shop
Advertisement
Add Comment
Please, Sign In to add comment