mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-11-25 03:25:14 +01:00
Updated to 6.0.5 (resolved some issues and patches).
This commit is contained in:
parent
66b99efae3
commit
efecf77784
@ -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();
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user