Skip to content

Commit aaa7044

Browse files
committed
Some changes and fixes
1 parent a1d9144 commit aaa7044

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CONTRIBUTING.md

Whitespace-only changes.

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
This framework is very lightweight annotation based command system that works similar to Bukkit's event system. It removes the necessity to
33
add command to your plugin.yml but will still allow you to set command usage, description, permission, aliases, sender type through the code.
44

5-
## Using CommandFramework
5+
## Documentation
6+
More information will be found on the [wiki page](https://github.com/Despical/CommandFramework/wiki) soon. The [Javadoc](https://javadoc.jitpack.io/com/github/Despical/CommandFramework/latest/javadoc/index.html) can be browsed. Questions
7+
related to the usage of Command Framework should be posted on my [Discord server](https://discord.com/invite/Vhyy4HA).
8+
9+
## Using Command Framework
610
The project isn't in the Central Repository yet, so specifying a repository is needed.
711
To add this project as a dependency to your project, add the following to your pom.xml:
812

@@ -84,6 +88,18 @@ See the [LICENSE.txt](https://github.com/Despical/CommandFramework/blob/main/LIC
8488
## Donations
8589
You like the CommandFramework? Then [donate]((https://www.patreon.com/despical)) back me to support the development.
8690

91+
## Contributing
92+
93+
I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:
94+
+ No tabs! Please use spaces for indentation.
95+
+ Respect the code style.
96+
+ Create minimal diffs. If you feel the source code should be reformatted create a separate PR for this change.
97+
98+
You can learn more about contributing via GitHub in [contribution guidelines](CONTRIBUTING.md).
99+
100+
## Known issues
101+
* Sub-commands aren't compatible with tab completions.
102+
87103
## Building from source
88104
If you want to build this project from source code, run the following from Git Bash:
89105
```

src/main/java/me/despical/commandframework/CommandFramework.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public boolean onCommand(CommandSender sender, org.bukkit.command.Command comman
125125
exception.printStackTrace();
126126
}
127127
}
128-
129128
}
130129
}
131130

0 commit comments

Comments
 (0)