Saber-Factions/src/com/massivecraft/factions/cmd
Brettflan e8b66ac8cd Fix for players being able to use /f sethome for other factions when they shouldn't be able to 2012-08-26 18:28:48 -05:00
..
CmdAdmin.java (patrickfreed) (bladedpenguin) (donington) Custom Event System - custom events are provided for other developers to hook into to create their own plugins based around Factions! Check the factions/event folder for the currently implemented events. 2012-03-13 07:58:51 -05:00
CmdAutoClaim.java autoclaim will now cancel beforehand if player isn't able to claim land for the specified faction 2011-10-25 01:27:58 -05:00
CmdAutoHelp.java Econ messages improved. All money commands is now under the money parent command. 2011-10-13 14:41:07 +02:00
CmdBoom.java Missed one 2011-10-21 19:23:05 +02:00
CmdBypass.java A bit of command help menu cleanup 2011-10-15 12:46:44 -05:00
CmdChat.java Minor changes 2011-10-14 15:40:03 +02:00
CmdChatSpy.java when redstone torches or TNT were attempted to be placed in protected territory but prevented, it could previously still trigger a TNT explosion due to a longstanding unfixed CraftBukkit exploit. A workaround is now in place to prevent this, and any such attempts are logged and announced to everyone on the server. 2012-01-15 11:41:13 -06:00
CmdClaim.java Remake of radius claim method. It now starts in the current chunk and spirals outward, in a repeating task designed to keep from overloading the server. The old method tried to put together a list of chunks, and then tried to claim them immediately starting from one corner of the overall area. 2012-03-13 05:54:51 -05:00
CmdConfig.java fix for /f config not accepting values with spaces in them (i.e. "/f config territoryEnemyDenyCommands f home") 2012-01-18 22:24:09 -06:00
CmdCreate.java Ability to pay for commands (through economy) is now checked before firing events which can be canceled, and actual payment made after making sure the event isn't canceled. 2012-03-13 09:48:31 -05:00
CmdDeinvite.java Moving over to the use of describeTo. 2011-10-21 19:20:33 +02:00
CmdDescription.java Improved fix for players being able to inject colors into faction descriptions, usable to spoof server messages and such 2011-12-18 01:25:42 -06:00
CmdDisband.java (patrickfreed) (bladedpenguin) (donington) Custom Event System - custom events are provided for other developers to hook into to create their own plugins based around Factions! Check the factions/event folder for the currently implemented events. 2012-03-13 07:58:51 -05:00
CmdHelp.java New command /f powerboost <p|f|player|faction> <name> <#>, which will apply a permanent power bonus/penalty to a specified player or faction. When applied to a player, it will affect their max power and min power. When applied to a faction, it will be applied to current and max power levels. Whether it is a bonus or a penalty depends on whether the number you specify is positive or negative. 2012-01-28 11:58:18 -06:00
CmdHome.java Update version to 1.6.9_pre, fix for invalid comparison 2012-08-07 21:58:46 -05:00
CmdInvite.java Moving over to the use of describeTo. 2011-10-21 19:20:33 +02:00
CmdJoin.java Ability to pay for commands (through economy) is now checked before firing events which can be canceled, and actual payment made after making sure the event isn't canceled. 2012-03-13 09:48:31 -05:00
CmdKick.java Ability to pay for commands (through economy) is now checked before firing events which can be canceled, and actual payment made after making sure the event isn't canceled. 2012-03-13 09:48:31 -05:00
CmdLeave.java glerp 2011-10-09 21:57:43 +02:00
CmdList.java /f list sorting method performance boost 2012-01-11 19:11:31 -06:00
CmdLock.java Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs 2012-03-13 08:26:54 -05:00
CmdMap.java Some of the bugs are fixed. 2011-10-12 18:48:47 +02:00
CmdMod.java Server admins can now promote or demote any member of any faction to/from faction admin or moderator using the existing /f admin and /f mod commands, which can now also be used from the server console. Two new permissions are added to allow that. A third permission is also added to allow server admins or moderators to join any faction without the need of /f bypass mode. 2012-01-18 06:01:29 -06:00
CmdMoney.java Bugfixes and awesome probably complete money commands. 2011-10-13 16:07:07 +02:00
CmdMoneyBalance.java Bugfixes and awesome probably complete money commands. 2011-10-13 16:07:07 +02:00
CmdMoneyDeposit.java Economy integration is now handled through Vault instead of Register. You will need to download and install the Vault plugin now if you want to use any Economy-related features. If you're not using the Register plugin for anything other than Factions, it should be safe to remove it from your server. 2012-01-16 19:36:32 -06:00
CmdMoneyTransferFf.java Economy integration is now handled through Vault instead of Register. You will need to download and install the Vault plugin now if you want to use any Economy-related features. If you're not using the Register plugin for anything other than Factions, it should be safe to remove it from your server. 2012-01-16 19:36:32 -06:00
CmdMoneyTransferFp.java Economy integration is now handled through Vault instead of Register. You will need to download and install the Vault plugin now if you want to use any Economy-related features. If you're not using the Register plugin for anything other than Factions, it should be safe to remove it from your server. 2012-01-16 19:36:32 -06:00
CmdMoneyTransferPf.java Economy integration is now handled through Vault instead of Register. You will need to download and install the Vault plugin now if you want to use any Economy-related features. If you're not using the Register plugin for anything other than Factions, it should be safe to remove it from your server. 2012-01-16 19:36:32 -06:00
CmdMoneyWithdraw.java Economy integration is now handled through Vault instead of Register. You will need to download and install the Vault plugin now if you want to use any Economy-related features. If you're not using the Register plugin for anything other than Factions, it should be safe to remove it from your server. 2012-01-16 19:36:32 -06:00
CmdOpen.java Moving over to the use of describeTo. 2011-10-21 19:20:33 +02:00
CmdOwner.java Updated Spout features to improve consistency (of code, and of displayed information) 2011-10-23 09:03:28 -05:00
CmdOwnerList.java Fixed ownerlist command (though not sure just why it was failing as written, I need to investigate further), working on restructuring and fixing ownership handling for block placement/destruction/interaction/usage. Will finish that up in the next day or two. 2011-10-11 20:14:59 -05:00
CmdPeaceful.java Spout overlay support is missing for the new relation coloring. Otherwise done. 2011-10-21 20:08:54 +02:00
CmdPermanent.java Added possibility to specify a player in the /f join command (/f join <faction> [player=you]), to make a player other than yourself join the specified faction. The new permission factions.join.others (added to factions.kit.mod and above) is required to be able to specify a different player. 2012-02-26 12:29:46 -06:00
CmdPermanentPower.java Added a permanent power command 2011-10-22 18:12:15 +02:00
CmdPower.java fix for /f power command used on self incorrectly also requiring factions.power.any permission 2012-04-06 13:23:05 -05:00
CmdPowerBoost.java New command /f powerboost <p|f|player|faction> <name> <#>, which will apply a permanent power bonus/penalty to a specified player or faction. When applied to a player, it will affect their max power and min power. When applied to a faction, it will be applied to current and max power levels. Whether it is a bonus or a penalty depends on whether the number you specify is positive or negative. 2012-01-28 11:58:18 -06:00
CmdRelationAlly.java glerp 2011-10-09 21:57:43 +02:00
CmdRelationEnemy.java glerp 2011-10-09 21:57:43 +02:00
CmdRelationNeutral.java glerp 2011-10-09 21:57:43 +02:00
CmdReload.java Renamed sendMessageParsed to msg 2011-10-10 13:40:24 +02:00
CmdSafeunclaimall.java Additional logging, with new conf.json settings to enable/disable logging of specific events: 2011-10-23 12:50:02 -05:00
CmdSaveAll.java Renamed sendMessageParsed to msg 2011-10-10 13:40:24 +02:00
CmdSethome.java Fix for players being able to use /f sethome for other factions when they shouldn't be able to 2012-08-26 18:28:48 -05:00
CmdShow.java /f show|who command will no longer reveal players as online if they are hidden from the viewer by the Vanish API 2012-04-26 08:08:10 -05:00
CmdTag.java Ability to pay for commands (through economy) is now checked before firing events which can be canceled, and actual payment made after making sure the event isn't canceled. 2012-03-13 09:48:31 -05:00
CmdTitle.java Moving over to the use of describeTo. 2011-10-21 19:20:33 +02:00
CmdUnclaim.java Ability to pay for commands (through economy) is now checked before firing events which can be canceled, and actual payment made after making sure the event isn't canceled. 2012-03-13 09:48:31 -05:00
CmdUnclaimall.java (patrickfreed) (bladedpenguin) (donington) Custom Event System - custom events are provided for other developers to hook into to create their own plugins based around Factions! Check the factions/event folder for the currently implemented events. 2012-03-13 07:58:51 -05:00
CmdVersion.java Renamed sendMessageParsed to msg 2011-10-10 13:40:24 +02:00
CmdWarunclaimall.java Additional logging, with new conf.json settings to enable/disable logging of specific events: 2011-10-23 12:50:02 -05:00
FCmdRoot.java New command /f powerboost <p|f|player|faction> <name> <#>, which will apply a permanent power bonus/penalty to a specified player or faction. When applied to a player, it will affect their max power and min power. When applied to a faction, it will be applied to current and max power levels. Whether it is a bonus or a penalty depends on whether the number you specify is positive or negative. 2012-01-28 11:58:18 -06:00
FCommand.java Ability to pay for commands (through economy) is now checked before firing events which can be canceled, and actual payment made after making sure the event isn't canceled. 2012-03-13 09:48:31 -05:00
FRelationCommand.java Relation commands will now cancel out if the same relation is already set with the target faction. 2012-04-06 13:27:21 -05:00