You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ChameleonPluginBoostrap
* Remove use of KyoriPowered/blossom
* Tidy up some Javadoc
* Make all platform Chameleon #create methods return their
corresponding bootstrap class directly, allowing for
potential platform-specific methods in the future.
* Rename Chameleon#getDataFolder to
Chameleon#getDataDirectory to align with platforms
* Update Luis' username (SLLCoding -> LooFifteen)
* Update example to use another package and use correct relocations
* Update example to show dispatching custom events in the main class
BREAKING CHANGE: Platform Chameleon #create methods no longer accept
the plugin class, instead a plugin bootstrap is required.
The easiest plugin bootstrap implementation would be MyPlugin::new.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -108,4 +108,4 @@ If you have spotted a problem or mistake in someone else's pull request, feel fr
108
108
## Supporting the authors
109
109
If you wish to support this project in a way other than reporting bugs, suggesting ideas, or contributing code, the authors accept donations via GitHub Sponsors and Ko-fi, these donations go towards allowing the authors to spend more time working on this project, or paying for infrastructure for the author's personal projects.
Copy file name to clipboardExpand all lines: annotations/src/main/java/dev/hypera/chameleon/annotations/processing/generation/bukkit/BukkitGenerator.java
Copy file name to clipboardExpand all lines: annotations/src/main/java/dev/hypera/chameleon/annotations/processing/generation/bungeecord/BungeeCordGenerator.java
Copy file name to clipboardExpand all lines: annotations/src/main/java/dev/hypera/chameleon/annotations/processing/generation/folia/FoliaGenerator.java
0 commit comments