Marcely99

MBedwars Beta 7 - 5.0

Oct 13th, 2021
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Important note: Spectator items might be broken for you when you've been using a previous v5 beta. Delete the spectator-inventory.cm2 / spectator-hotbar.yml file before starting the server again with this update.
  2.  
  3. Added feature:
  4. - Added smart-hook-incompatibility system that now intelligently detects incompatibility of hooks. The plugin simply warns you now if that's the case instead of throwing an error
  5. - Added SlimeWorldManager support
  6. - Added support for CMI for nicknaming
  7.  
  8. Config changes:
  9. - Added slimeworldmanager-enabled
  10. - Replaced spectator-inventory.cm2 with spectator-hotbar.yml. Migration occurrs automatically
  11. - Changed the default value of the endlobby-countdown-time time from 15 to 90
  12. - Added fancy info text at the beginning of the main config file
  13.  
  14. Minor changes:
  15. - Dealers or holograms in general now receive the correct amount of damage (now also cares for the item hold and the enchantments that are on it etc.)
  16. - Display warning instead of an error when using an invalid format for chat messages
  17. - Fixed an important security bug
  18. - Fixed some errors that occurred when trying to migrate from bedwars1058
  19. - Added more info to /bw arena info
  20.  
  21. API changes:
  22. - Added HolographicEntity API
  23. -> Added WorldStorage#HolographicEntity[] getHolograms()
  24. -> Added WorldStorage#HolographicEntity[] getHolograms(HologramSkinType type)
  25. -> Added WorldStorage#HolographicEntity[] getHolograms(HologramControllerType type)
  26. -> Added WorldStorage#HolographicEntity spawnHologram(HologramSkinType type, Location location)
  27. -> Added WorldStorage#HolographicEntity spawnHologram(HologramControllerType type, Location location)
  28. - Added NMSHelper#float getAttackDamage(Player)
  29. - Fixed that all default shop layouts were returning the PLUGIN as their type
  30. - Added Helper#@Nullable String getPlayerNickName(Player player)
  31. - Added Helper#String getNickedPlayerRealName(Player player)
  32. - Added Helper#String getPlayerDisplayName(Player player)
  33.  
  34. Fixed bugs:
  35. - Fixed error caused by chunk regeneration when using the plugins' inbuild world loader
  36. - Fixed "player-color" having no actual effect when set to false
  37. - Fixed missing colors in lobby scoreboard
  38. - Fixed being able to damage entities in lobby
  39. - Fixed possible ConcurrentException error when starting the server
  40. - Fixed spectator items not being shown
  41. - Fixed layout-name config in shop.cm2 being broken
  42. - Fixed all default layout types having a "(custom)" attribute inside the shop.cm2 file
  43. - Fixed "blocked-commands" config not working in some cases
  44. - Fixed an error that was caused when stopping he plugin
  45. - Fixed errors with Bedwars1058 migration system
Advertisement
Add Comment
Please, Sign In to add comment