mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 03:25:29 +01:00
Moving ItemDisguise to an examples folder.
This commit is contained in:
parent
af58dd8d03
commit
d62955dc71
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,14 +0,0 @@
|
||||
name: ItemDisguiseMod
|
||||
version: 1.0.0
|
||||
description: Change the appearance of inventory items.
|
||||
author: Comphenix
|
||||
website: http://www.comphenix.net/ItemDisguise
|
||||
|
||||
main: com.comphenix.itemdisguise.ItemDisguiseMod
|
||||
depends: [ProtocolLib]
|
||||
database: false
|
||||
|
||||
commands:
|
||||
explosion:
|
||||
description: Creates a fake explosion around the caller.
|
||||
usage: /<command>
|
@ -1,5 +0,0 @@
|
||||
#Generated by Maven
|
||||
#Thu Oct 11 09:08:39 CEST 2012
|
||||
version=1.0.0
|
||||
groupId=com.comphenix.itemdisguise
|
||||
artifactId=ItemDisguise
|
4
ProtocolLib/.gitignore
vendored
4
ProtocolLib/.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
target/
|
||||
/logs
|
||||
bin/
|
||||
crash-reports/
|
||||
logs/
|
||||
|
Loading…
Reference in New Issue
Block a user