Factions3/src/com/massivecraft/factions/commands
2011-07-27 22:56:45 +02:00
..
FBaseCommand.java New command /f config [setting] [value] which can be used to change any conf.json setting. This is mainly for people who have trouble editing the file manually, for whatever reason. It even fixes any capitalization errors, and saves the conf.json file immediately after an option is changed. Can be run by player or from server console. Uses new permission node "factions.config". 2011-07-22 07:25:12 -05:00
FCommandAdmin.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandAutoClaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandAutoSafeclaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandAutoWarclaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandBypass.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandChat.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandClaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandConfig.java Soon to be used JarLoader. 2011-07-27 22:56:45 +02:00
FCommandCreate.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandDeinvite.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandDescription.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandDisband.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandHelp.java New command /f power [player name] to check either your own power (if no name is specified) or another player's power (if a player name is specified). The ability for a player to view their own power is based on the standard factions.participate permission, but to check the power of other players, the new permission node factions.viewAnyPower needs to be granted. If you aren't using a Permissions plugin (instead defaulting to the built-in Bukkit permission system), the factions.viewAnyPower permission is granted by default. Otherwise, you'll need to configure your Permissions plugin to grant the new permission as needed. 2011-07-25 13:16:14 -05:00
FCommandHome.java New conf.json option "homesTeleportIgnoreEnemiesIfInOwnTerritory" (default true). If disabled, players will no longer be able to teleport to their faction home while close to an enemy even if they are in their own territory 2011-07-20 15:45:36 -05:00
FCommandInvite.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandJoin.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandKick.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandLeave.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandList.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandLock.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandMap.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandMod.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandOpen.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandPower.java New command /f power [player name] to check either your own power (if no name is specified) or another player's power (if a player name is specified). The ability for a player to view their own power is based on the standard factions.participate permission, but to check the power of other players, the new permission node factions.viewAnyPower needs to be granted. If you aren't using a Permissions plugin (instead defaulting to the built-in Bukkit permission system), the factions.viewAnyPower permission is granted by default. Otherwise, you'll need to configure your Permissions plugin to grant the new permission as needed. 2011-07-25 13:16:14 -05:00
FCommandRelationAlly.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandRelationEnemy.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandRelationNeutral.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandReload.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandSafeclaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandSafeunclaimall.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandSaveAll.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandSethome.java Added optional faction tag entry to /f sethome command to set the home of any faction, which is only allowed if the user has adminBypass permission 2011-07-20 15:42:51 -05:00
FCommandShow.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandTag.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandTitle.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandUnclaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandUnclaimall.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandVersion.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandWarclaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandWarunclaimall.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandWorldNoClaim.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FCommandWorldNoPowerLoss.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FRelationCommand.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00