Guest User

Untitled

a guest
Jul 25th, 2021
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Added support for:
  2. - MC1.17 and MC1.17.1
  3. - ViaVersion 4.*
  4.  
  5. Added features:
  6. - It's now possible to add amount, lore and displayname to items more easily. Simply add "Amount", "Lore" or "DisplayName" to the root bracket of the NBT. Example: stone {Amount:100,DisplayName:"§eThis is a test",Lore:["OOH","It works!"]}
  7. - Added "default_basic" arenasgui layouts
  8. - Added distribution-x and distribution-y configs to arenas-collections in arenasgui
  9. - Added arenas-gui-statue (Used to previosuly be hubvillager) and ranking-skulls
  10.  
  11. Miscellaneous:
  12. - Changed version of default arenasgui layouts from "1.0-Beta" to "1.0"
  13. - Items converted to text now contain less meaningless NBT
  14. - Renamed config "design" to "layout-name" in shop.cm2
  15.  
  16. API changes:
  17. - Added GameAPI#ScoreboardHandler getDefaultScoreboardHandler()
  18. - Added GameAPI#ScoreboardHandler getScoreboardHandler()
  19. - Added GameAPI#setScoreboardHandler(ScoreboardHandler)
  20. - Added GameAPI#openUpgradeShop(Player)
  21. - Added PlayerStatChangeEvent
  22. - Added RankingSkullBlock
  23. - Added SpecialItemShopProduct#setSpecialItem(SpecialItem)
  24. - Added SpecialItemShopProduct#setSpecialItemId(String)
  25. - Added CommandShopProduct#setCommand(String)
  26. - Added CommandShopProduct#setAsConsole(boolean)
  27. - Added SpawnerItemShopProduct#setDropType(DropType)
  28. - Added ItemShopProduct#getGivingItems(Player, Team, Arena, int multipler)
  29. - Added SpawnerItemShopPrice#setDropType()
  30. - Added GameAPI#registerShopLayout(ShopLayout)
  31. - Added GameAPI#unregisterShopLayout(ShopLayout)
  32. - Added GameAPI#getShopLayout(String)
  33.  
  34. Fixed bugs:
  35. - Fixed having to reload the plugin to load custom special items
  36. - Fixed some custom entries not being persistent after a reload
  37. - Fixed wrong row and column order in arenasgui
  38. - Fixed GameAPI#getDropTypeByDrop(ItemStack) not working properly (always returns null)
  39. - Fixed drop-only-itemspawner always removed all items
  40. - Fixed possible ConcurrentModificationException error when loading arenasgui layouts
  41. - Fixed various errors with arenasgui layouts
  42. - Reduced the chance of losing holograms or special blocks due to server crashes
  43. - Fixed SQL not working on Java 9+
Advertisement
Add Comment
Please, Sign In to add comment