https://github.com/mcparkournet/anfodis
Annotation based framework for different things (commands, listeners)
https://github.com/mcparkournet/anfodis
annotation command hacktoberfest java jda listener paper velocity waterfall
Last synced: about 1 month ago
JSON representation
Annotation based framework for different things (commands, listeners)
- Host: GitHub
- URL: https://github.com/mcparkournet/anfodis
- Owner: mcparkournet
- License: mit
- Created: 2020-02-16T16:29:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T16:23:05.000Z (over 1 year ago)
- Last Synced: 2025-01-23T03:44:28.860Z (3 months ago)
- Topics: annotation, command, hacktoberfest, java, jda, listener, paper, velocity, waterfall
- Language: Java
- Homepage:
- Size: 932 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://bintray.com/mcparkour/maven-public/anfodis-core/_latestVersion)# Anfodis
Annotation API for different things.
## Usage
```kotlin
repositories {
jcenter()
}dependencies {
implementation("net.mcparkour:anfodis-paper:1.4.2")
}
```