Updated to 6.0.5 (resolved some issues and patches).

This commit is contained in:
CoderMarido 2018-09-15 14:22:39 +02:00
parent 66b99efae3
commit efecf77784
2 changed files with 4 additions and 6 deletions

View File

@ -25,6 +25,7 @@ public class DeluxeVouchers extends JavaPlugin {
public void onEnable() { public void onEnable() {
instance = this; instance = this;
console = getServer().getConsoleSender();
DeluxeVouchers.enable(); DeluxeVouchers.enable();
DeluxeVouchers.events(); DeluxeVouchers.events();
DataHandler.cacheData(); DataHandler.cacheData();

View File

@ -1,13 +1,10 @@
name: DeluxeVouchers name: DeluxeVouchers
main: nl.marido.deluxevouchers.DeluxeVouchers main: nl.marido.deluxevouchers.DeluxeVouchers
version: 6.0.4 version: 6.0.5
author: Marido author: Marido
website: https://marido.host/deluxevouchers
description: Enhance your server with awesome customizable vouchers with a lot of features. description: Enhance your server with awesome customizable vouchers with a lot of features.
commands: commands:
deluxevouchers: deluxevouchers:
description: Administrator commands for the DeluxeVouchers resource. description: Administrator commands for the DeluxeVouchers resource.
aliases: [dv, deluxev, dvouchers, deluxevoucher] aliases: [dv, deluxev, dvouchers, deluxevoucher]
permissions:
deluxevouchers.admin:
description: 'Access to the administrator commands.'
default: op