Skip to content

1.1.8: More utility methods

Compare
Choose a tag to compare
@srnyx srnyx released this 10 Dec 03:31
· 381 commits to main since this release
bf454f8
  • Added %permission% placeholder for erorr.no-permission message
  • Added AnnoyingPlugin#reload()
  • Added /test reload to test AnnoyingPlugin#reload() in test JAR/plugin
  • onTabComplete(AnnoyingSender) now returns a Collection<String> to support both Lists and Sets
  • Moved AnnoyingCommandRegister, AnnoyingDependency, and AnnoyingDownload into dependency folder
  • Removed AnnoyingPlugin#commandRegister
  • Added more AnnoyingSender methods
    • #getPlayer()
    • #argEquals(int, String)
  • Added more AnnoyingUtility methods
    • #getPlayer(String)
    • #getOnlinePlayerNames()
    • #getOfflinePlayerNames()
    • #getAllPlayerNames()
    • #getWorldNames()

Full Changelog: 1.1.7...1.1.8