Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
start [2020/09/16 15:42] phoenix616start [2020/12/14 16:14] phoenix616
Line 3: Line 3:
 This wiki includes information about the Minecraft plugins and libraries made and managed by Phoenix616! This wiki includes information about the Minecraft plugins and libraries made and managed by Phoenix616!
  
-Information is currently provided for:+<nspages plugin-tree -subns -pagesInNs -h1 -textNs="Plugins" -exclude:start> 
 +<nspages library: -tree -subns -pagesInNs -h1 -textNs="Libraries" -exclude:start>
  
-<nspages -tree -r=2 -subns -pagesInNs -h1 -actualTitle -textNs="" -exclude:[start wikiplayground:]>+## Maven repo 
 + 
 +Almost all my plugins and libraries can be found in the Minebench.de maven repository: 
 + 
 +<code xml> 
 +<repositories> 
 +    <repository> 
 +        <id>minebench-repo</id> 
 +        <url>https://repo.minebench.de/</url> 
 +    </repository> 
 +</repositories> 
 +</code>