-
Notifications
You must be signed in to change notification settings - Fork 4
Developer Guide (Publishing)
This is the last part of our Developer Guide, you can find a full overview on our main page.
To start publishing and distributing your addon, you don't really need much.
In fact, you really only need your addon. But there are some tips and best practices of course.
Once you feel confident enough to release your addon (better too early than too late), try to keep the following in mind:
If you don't provide a license, the default of "All Rights Reserved" is assumed.
Even if you do wanna reserve all the rights to the project to yourself, it is a good idea to state this explicitly.
If you need help on choosing a license, check out ChooseALicense.com
In order to upload your project anywhere, you need to distribute the compiled .jar
file of your addon.
If you chose to use Maven for your project (as we suggested in Part 1), you can simply run the following command:
$ mvn clean package
Your compiled .jar
file can then be found inside your /target/
directory.
Every project should have a good description.
Tell users what to expect from installing your addon.
Make sure to provide a list of commands, permissions and features!
You can either provide this description via a README.md
file on your GitHub repository or by providing it on your project page, or both!
To upload your project you first need to choose a platform on where to distribute it.
You are in full control of where your project should be uploaded.
Popular platforms for distributing your project include:
Alternatively you can also use our main service for releasing automatic development builds.
Once your project has been uploaded, tell others about it!
We recommend all addon developers to feature their addon on our public Addons page.
Simply make a new pull request on our wiki repository, you can find a tutorial here:
https://github.com/Slimefun/Slimefun4/wiki/Expanding-the-Wiki
You can also share your project by posting about it on our Discord server.
Upload videos or screenshots to get people excited! But please don't tag anyone.
未標記的資料來源都是從官方Wiki進行翻譯的, 可能會有很多 句子不順、句子很怪、錯字、翻譯錯誤等等!
歡迎來幫忙翻譯Wiki! 這將會加快Wiki的完整翻譯度. 加入非官方的Discord獲取更多訊息!
此Wiki由社區製作. 您可以透過下列幾種方式來幫助解決問題:
官方Wiki (請都照著Slimefun Wiki內的內容進行回報, 並使用英文!)
目前還正在進行中 歡迎幫助 透過下面的非官方Discord連結加入並討論!
如果您有任何疑問, 也可以加入Slimefun Discord伺服器並提問 :) 左邊是官方伺服器, 右邊是非官方繁體伺服器
- 甚麼是黏液科技?
- 如何安裝黏液科技
- 入門
- Common Issues and Problems
- How to report bugs
- Help us expand the Wiki!
- Help us translate Slimefun!
- FAQ