Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norielsylvire/slimelearning
Tweaks and fixes for SF4 for my 1.18 Server "3spooky5me". It adds recipes that include the new 1.18 blocks and materials.
https://github.com/norielsylvire/slimelearning
Last synced: 27 days ago
JSON representation
Tweaks and fixes for SF4 for my 1.18 Server "3spooky5me". It adds recipes that include the new 1.18 blocks and materials.
- Host: GitHub
- URL: https://github.com/norielsylvire/slimelearning
- Owner: NorielSylvire
- License: gpl-3.0
- Created: 2022-05-05T14:42:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T17:20:44.000Z (29 days ago)
- Last Synced: 2024-11-24T17:22:21.219Z (29 days ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slimefun4 Addon
This is an example Repository for a generic Slimefun4 Addon.
In the top left is a button "Use this template", click this to create your own Addon for Slimefun4 using this basic template.## How to create your own addon.
This is a template repository that you can use to create your own Slimefun4 Addon.
We have also written an extensive step-by-step tutorial which you can find here:
https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide## Changing some important things
Navigate to `src/main/java` and rename the package and the .java File to your liking.
Suggestion: "me.yourname.yourproject" (all lower case) and "ProjectName.java"
Example: "me.thebusybiscuit.cooladdon" and "CoolAddon.java"Navigate to `src/main/resources/plugin.yml` and change the "author" and "main" attributes.
You may also want to change the description to something meaningful.Navigate to `pom.xml` and change the group id to "me.%Your name%" and change the artifact id to the name of your Project.
After that you are good to go, you can now start developing your own Addon for Slimefun4.