Skip to content

Commit

Permalink
Add New Example Intergration
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemex authored Oct 19, 2024
1 parent 8494944 commit 48e5035
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Implementing SkillApi is straightforward. Below is an example of how to create a

### Example Plugin

## Or A More Refined Example Plugin: https://github.com/spacemex/SkillApiExamplePlugin

```java
package com.example.skillplugin;

Expand Down Expand Up @@ -179,4 +181,4 @@ public class MiningSkill extends AbstractSkill {

SkillApi provides a robust platform for skill management in Bukkit plugins. For detailed documentation and further examples, please visit the [GitHub repository](https://github.com/spacemex/SkillApi).

Feel free to open issues or contribute to the repository! Happy coding!
Feel free to open issues or contribute to the repository! Happy coding!

0 comments on commit 48e5035

Please sign in to comment.