User Tools

Site Tools


dcintegration:creating-addons

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dcintegration:creating-addons [2024/04/30 09:01] – created ErdbeerbaerLPdcintegration:creating-addons [2024/07/25 14:57] (current) ErdbeerbaerLP
Line 1: Line 1:
 <!DOCTYPE markdown> <!DOCTYPE markdown>
-<title>Creating-addons</title>+====== Creating Addons ====== 
 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 'de.erdbeerbaerlp:dcintegration.common:3.0.4.1'+    compileOnly 'de.erdbeerbaerlp:dcintegration.common:3.0.7'
     compileOnly group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'     compileOnly group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
 } }
dcintegration/creating-addons.1714460471.txt.gz · Last modified: 2024/04/30 09:01 by ErdbeerbaerLP