1.9b8
Pre-release
Pre-release
Changes:
- 82877fc Upgraded to Gradle 6.0.1 and now use the new built-in publishing java source/javadoc
- 088bb82 UniversalCommand now by default auto-completes arguments registered using UniversalCommand.addArgument and any inner arguments.
IChatHandler now has a method for converting BaseMessage to it's server-specific instance.
Fixed a bug causing BaseMessage to send the same message twice.
Moved ServerInfo to network package.
Added Parameter generic bounds to IFPlayer implementations.
Fixed a typo bug in VelocityInterface causing it to use Optional to construct instead of retrieving the player. - 25511cd Updated documentation in README.md
- 8aa1c53 Fixed some inconsistencies
- 3e89db8 Merge branch 'beta' of https://github.com/Fernthedev/FernAPI into beta
- edd55f8 commit
See More
- 3b8e66f Merge pull request #12 from Fernthedev/multi-module-redo
- 6907e33 Added sponge repo to velocity
- c5c0a79 Moved to a multi-module structure to allow using specific server platforms and to encapsulate dependencies of server platforms to reduce NoClassDef exceptions
- 200d687 Added IFPlayer.isNull method for checking if player instance is null
- 748edc2 Fixed a bug causing a null exception because parentText was not initialized
- 3a72cc4 Merge pull request #11 from Fernthedev/master
- b9dbe8c Added Cross-Server ServerInfo instance for getting information (They can be casted to their server-specific instance except Sponge) Use Universal.getNetworkHandler.getServer/s. You can now use PluginMessageData.setServer and constructor with IServerInfo instance as well
- cfe9b46 Update azure-pipelines.yml for Azure Pipelines
- dc040ad - Fixed compile errors caught in CI
- 0f76d29 - The Scheduler API is now in Universal class with it's own interface handler ( Universal.getScheduler )
- 63d70d3 Update README.md
- 0c1e51b Merge pull request #10 from Fernthedev/master
- 8d36463 Update README.md
- 8d9f745 Update gradle.yml
- 2d1d048 Merge remote-tracking branch 'origin/master'
- 1a0c220 Make gradlew executable
- 2b6e942 Make gradlew executable
- 1d2d95e Update gradle.yml
- b54bbd5 Create gradle.yml
- 7b0238c - Version Bump to Beta 2
- 9b3ef15 Merge pull request #9 from Fernthedev/beta
- ae44f9e - Version reformat
- d46b2a9 - Added Scheduling
- 69aa306 Merge pull request #8 from Fernthedev/beta
- d137531 - Migrated to MariaDB connector
This list of changes was auto generated.