Updating the permissions for the /ptp command and fixing the event it files to properly show who is teleporting where.

This commit is contained in:
Glitchfinder
2013-02-03 15:40:29 -08:00
parent 57c8c94db7
commit 6498c711ba
5 changed files with 81 additions and 1 deletions

View File

@ -81,6 +81,7 @@ public class Config extends ConfigLoader {
public int getPTPCommandCooldown() { return config.getInt("Commands.ptp.Cooldown", 30); }
public int getPTPCommandTimeout() { return config.getInt("Commands.ptp.Request_Timeout", 300); }
public boolean getPTPCommandConfirmRequired() { return config.getBoolean("Commands.ptp.Confirm_Required", true); }
public boolean getPTPCommandWorldPermissions() { return config.getBoolean("Commands.ptp.World_Based_Permissions", false); }
/* Items */
public int getChimaeraCost() { return config.getInt("Items.Chimaera_Wing.Feather_Cost", 10); }