From 48e50357a47501546b27d61d20280c7f4546e4ac Mon Sep 17 00:00:00 2001 From: Deven Shona <51067067+spacemex@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:33:36 -0500 Subject: [PATCH] Add New Example Intergration --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95990e5..4af06a5 100644 --- a/README.md +++ b/README.md @@ -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; @@ -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! \ No newline at end of file +Feel free to open issues or contribute to the repository! Happy coding!