mirror of
https://github.com/SimplexDevelopment/Chainmail.git
synced 2025-07-02 18:26:41 +00:00
Initial Commit
Added the ability to craft chainmail using chains.
This commit is contained in:
BIN
target/Chainmail.jar
Normal file
BIN
target/Chainmail.jar
Normal file
Binary file not shown.
BIN
target/classes/dev/coomware/Chainmail.class
Normal file
BIN
target/classes/dev/coomware/Chainmail.class
Normal file
Binary file not shown.
6
target/classes/plugin.yml
Normal file
6
target/classes/plugin.yml
Normal file
@ -0,0 +1,6 @@
|
||||
name: Chainmail
|
||||
main: dev.coomware.Chainmail
|
||||
version: 1.0.0-FINAL
|
||||
description: Plugin which adds a recipe for chainmail armor using chains.
|
||||
author: CoomWare
|
||||
api-version: 1.16
|
5
target/maven-archiver/pom.properties
Normal file
5
target/maven-archiver/pom.properties
Normal file
@ -0,0 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Fri Jul 10 20:54:50 CDT 2020
|
||||
version=1.0-SNAPSHOT
|
||||
groupId=dev.coomware
|
||||
artifactId=Chainmail
|
@ -0,0 +1 @@
|
||||
dev\coomware\Chainmail.class
|
@ -0,0 +1 @@
|
||||
C:\Users\Nilbog\Documents\NetBeansProjects\Chainmail\src\main\java\dev\coomware\Chainmail.java
|
Reference in New Issue
Block a user