Merge remote-tracking branch 'origin/main'

This commit is contained in:
TheTrouper
2023-07-09 19:23:42 -05:00

View File

@@ -1,22 +1,26 @@
# ExamplePluginTemplate # Sentinel
An example plugin template for beginners! Advanced Anti-Grief & Chat Filter
----------------------------------------------------- -----------------------------------------------------
Trying to create your first plugin? Use this template to get started easily! - Control access to dangerous commands
- Deny command blocks & minecart commands
- Comments to guide you - Prevent Malicious NBT
- Made some example classes - Most Advanced Profanity Filter
- Added some useful utils - Advanced Anti-Spam
- Auto-punish system
- Webhook logging
- Quality Customer Supourt
----------------------------------------------------- -----------------------------------------------------
## How to use ## How to use
Download this template -\> Load it into your IDE or development environment. [Check out IntelliJ](https://www.jetbrains.com/idea/download/?fromIDE=#section=windows) -\> Get Creative! 1. Download the plugin on spigot
2. Upload it to your /plugins/ folder
- To build your jar file simply go into the terminal and run `./gradlew build` 3. Use plugman to `/plugman load sentinel` or restart your server
- Your finished jar should appear in `build/libs`! 4. Open a ticket and send your server ID
5. Wait for a response from staff saying your license is verified
6. Use plugman to `/plugman load sentinel` or restart your server
7. Configure sentinel in /plugins/Sentinel/config.yml
----------------------------------------------------- -----------------------------------------------------
Have a nice day, happy coding!