Updated to 2.1.1 (not too much manual changes).

This commit is contained in:
CoderMarido 2018-09-06 21:18:54 +02:00
parent 5c2c2b9e07
commit a52d3adf53
7 changed files with 3 additions and 41 deletions

View File

@ -22,9 +22,9 @@ breaking-head-names:
default-name: 'Decoration Head'
commands:
heads:
label: 'heads'
label: 'deluxeheads'
aliases:
- 'head'
- 'heads'
description: 'Get cool heads'
sub-commands:
# open menu is when no arguments are supplied

View File

View File

@ -1,7 +0,0 @@
package nl.marido.deluxeheads.animation;
public class Animations {
// TODO: Add animation heads with live (cached) texures in the next updates.
}

View File

@ -1,7 +0,0 @@
package nl.marido.deluxeheads.animation;
public class LiveData {
// TODO: Add animation heads with live (cached) texures in the next updates.
}

View File

@ -1,7 +0,0 @@
package nl.marido.deluxeheads.animation;
public class Monitor {
// TODO: Add animation heads with live (cached) texures in the next updates.
}

View File

@ -1,17 +0,0 @@
package nl.marido.deluxeheads.patches;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.BlockPlaceEvent;
import nl.marido.deluxeheads.volatilecode.reflection.Version;
public class HeadPlace implements Listener {
@EventHandler
public void headPlace(BlockPlaceEvent event) {
if (Version.getVersion() == Version.v1_8) {
}
}
}

View File

@ -1,7 +1,7 @@
main: nl.marido.deluxeheads.DeluxeHeads
author: Marido
name: DeluxeHeads
version: 2.1.0
version: 2.1.1
api-version: 1.13
softdepend: [Vault, PlayerPoints, BlockStore]
loadbefore: [DeluxeMenus]