Send the unjail message and also execute the commands on releasing

This commit is contained in:
graywolf336
2013-12-31 13:25:06 -06:00
parent 0ceef58e73
commit 506ab26858
3 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package com.graywolf336.jail.enums;
public enum Settings {
BROADCASTJAILING("jailing.jail.broadcastJailing"),
COMMANDSONJAIL("jailing.jail.commands"),
COMMANDSONRELEASE("jailing.release.commands"),
DEBUG("system.debug"),
DEFAULTJAIL("jailing.jail.defaultJail"),
DELETEINVENTORY("jailing.jail.deleteInventory"),