Handcuffing messages are now fully customizable via the language file

This commit is contained in:
graywolf336
2014-01-01 17:39:21 -06:00
parent f1451f4179
commit 3f27410a7a
6 changed files with 84 additions and 29 deletions

View File

@ -42,9 +42,9 @@ public class JailMain extends JavaPlugin {
pm = new PrisonerManager(this);
PluginManager plm = this.getServer().getPluginManager();
plm.registerEvents(new HandCuffListener(this), this);
plm.registerEvents(new BlockListener(), this);
plm.registerEvents(new EntityListener(), this);
plm.registerEvents(new HandCuffListener(this), this);
plm.registerEvents(new PlayerListener(this), this);
debug = getConfig().getBoolean(Settings.DEBUG.getPath());