Skip to content

Commit ab27283

Browse files
committed
plugin examples
1 parent c938f8e commit ab27283

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@ This method provides a `PluginAPI` object that you can use to register modules,
3232

3333
`Module` and `Command` classes are implemented the same as in the ZenithProxy source code.
3434

35-
I recommend looking at existing modules and commands for examples.
35+
I recommend looking at existing modules, commands, and plugins for examples.
3636

3737
* [Module](https://github.com/rfresh2/ZenithProxy/tree/1.21.4/src/main/java/com/zenith/module)
3838
* [Command](https://github.com/rfresh2/ZenithProxy/tree/1.21.4/src/main/java/com/zenith/command)
39+
* Plugins
40+
* [ZenithProxyVillagerTrader](https://github.com/rfresh2/ZenithProxyVillagerTrader)
41+
* [ZenithProxyWebAPI](https://github.com/rfresh2/ZenithProxyWebAPI)
42+
* [ZenithProxyChatControl](https://github.com/rfresh2/ZenithProxyChatControl)
43+
* More in [my discord server](https://discord.com/channels/1127460556710883391/1369081651564515358)
3944

4045
### JavaDocs
4146

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)