This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dcintegration:creating-addons [2024/04/30 09:01] – created ErdbeerbaerLP | dcintegration:creating-addons [2024/07/25 14:57] (current) – ErdbeerbaerLP | ||
---|---|---|---|
Line 1: | Line 1: | ||
< | < | ||
- | < | + | ====== |
Discord Integration addons are meant to be usable independant of the target minecraft loader. They are made to create custom slash commands or add other discord-side features without depending on any minecraft resources or mods. | Discord Integration addons are meant to be usable independant of the target minecraft loader. They are made to create custom slash commands or add other discord-side features without depending on any minecraft resources or mods. | ||
Line 14: | Line 15: | ||
```gradle | ```gradle | ||
dependencies { | dependencies { | ||
- | compileOnly ' | + | compileOnly ' |
compileOnly group: ' | compileOnly group: ' | ||
} | } |