.. |
CmdAdmin.java
|
Updated readme, Fixed admin bypass command and corresponding permissions, Swapped colors for ally and truce, added new faction permissions, improved explosion protection and implemented firespread protection, fixed painbuild check order, flags can only be changed by server admins now and implemented type adapters for some enumerations for future changes to be non breaking. That it \:D /
|
2011-10-25 21:18:08 +02:00 |
CmdAutoClaim.java
|
Updated readme, Fixed admin bypass command and corresponding permissions, Swapped colors for ally and truce, added new faction permissions, improved explosion protection and implemented firespread protection, fixed painbuild check order, flags can only be changed by server admins now and implemented type adapters for some enumerations for future changes to be non breaking. That it \:D /
|
2011-10-25 21:18:08 +02:00 |
CmdAutoHelp.java
|
Econ messages improved. All money commands is now under the money parent command.
|
2011-10-13 14:41:07 +02:00 |
CmdChat.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02:00 |
CmdChatSpy.java
|
Added chat spy feature for admins
|
2011-11-29 22:40:16 +00: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:48 -05:00 |
CmdConfig.java
|
Updated /f config to support modifying "factionFlagDefaults" and "factionPermDefaults". Both of these settings require an additional argument more than other settings.
|
2012-03-11 07:33:47 -05: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:34 -05:00 |
CmdDeinvite.java
|
Streamlined the faction arg descriptores
|
2011-10-24 11:11:53 +02:00 |
CmdDescription.java
|
Color tags shouldn't work in descriptions any more; no more purple "[SERVER]" description messages to impersonate the console
|
2011-12-16 04:21:21 -06:00 |
CmdDisband.java
|
a bit of cleanup
|
2012-03-13 07:47:54 -05:00 |
CmdFlag.java
|
Updated readme, Fixed admin bypass command and corresponding permissions, Swapped colors for ally and truce, added new faction permissions, improved explosion protection and implemented firespread protection, fixed painbuild check order, flags can only be changed by server admins now and implemented type adapters for some enumerations for future changes to be non breaking. That it \:D /
|
2011-10-25 21:18:08 +02:00 |
CmdHelp.java
|
Improved the seechunk command.
|
2012-01-28 19:49:01 +01:00 |
CmdHome.java
|
Should finally completely fix problem where player location world changes in the middle of the /f home smoke effect, triggering an error from trying to calculate distance between worlds
|
2012-03-19 01:28:06 -05:00 |
CmdInvite.java
|
Streamlined the faction arg descriptores
|
2011-10-24 11:11:53 +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:34 -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:34 -05:00 |
CmdLeader.java
|
a bit of cleanup
|
2012-03-13 07:47:54 -05:00 |
CmdLeave.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02:00 |
CmdList.java
|
/f list sorting method performance boost
|
2012-01-11 19:11:10 -06:00 |
CmdLock.java
|
Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs
|
2012-03-13 08:27:03 -05:00 |
CmdMap.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02:00 |
CmdMoney.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02:00 |
CmdMoneyBalance.java
|
Streamlined the faction arg descriptores
|
2011-10-24 11:11:53 +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:38:14 -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:38:14 -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:38:14 -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:38:14 -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:38:14 -06:00 |
CmdOfficer.java
|
Server admins can now promote or demote any member of any faction to/from faction leader or officer using the existing /f leader and /f officer commands, with two new permissions 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:50 -06:00 |
CmdOpen.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02:00 |
CmdPerm.java
|
Updated readme, Fixed admin bypass command and corresponding permissions, Swapped colors for ally and truce, added new faction permissions, improved explosion protection and implemented firespread protection, fixed painbuild check order, flags can only be changed by server admins now and implemented type adapters for some enumerations for future changes to be non breaking. That it \:D /
|
2011-10-25 21:18:08 +02:00 |
CmdPower.java
|
fix for /f power command used on self incorrectly also requiring factions.power.any permission
|
2012-04-06 13:23:01 -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:56:51 -06:00 |
CmdRelationAlly.java
|
In the middle of refactoring to merged role and relation as one enum
|
2011-10-23 17:30:41 +02:00 |
CmdRelationEnemy.java
|
In the middle of refactoring to merged role and relation as one enum
|
2011-10-23 17:30:41 +02:00 |
CmdRelationNeutral.java
|
In the middle of refactoring to merged role and relation as one enum
|
2011-10-23 17:30:41 +02:00 |
CmdRelationTruce.java
|
Woop
|
2011-10-23 22:08:57 +02:00 |
CmdReload.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02:00 |
CmdSaveAll.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02:00 |
CmdSeeChunk.java
|
Improved the seechunk command.
|
2012-01-28 19:49:01 +01:00 |
CmdSethome.java
|
Updated readme, Fixed admin bypass command and corresponding permissions, Swapped colors for ally and truce, added new faction permissions, improved explosion protection and implemented firespread protection, fixed painbuild check order, flags can only be changed by server admins now and implemented type adapters for some enumerations for future changes to be non breaking. That it \:D /
|
2011-10-25 21:18:08 +02:00 |
CmdShow.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:56:51 -06: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:34 -05:00 |
CmdTitle.java
|
Streamlined the faction arg descriptores
|
2011-10-24 11:11:53 +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:34 -05:00 |
CmdUnclaimall.java
|
Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs
|
2012-03-13 08:27:03 -05:00 |
CmdVersion.java
|
Merged Relation and Role into one enum
|
2011-10-23 17:55:53 +02: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:56:51 -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:34 -05:00 |
FRelationCommand.java
|
a bit of cleanup
|
2012-03-13 07:47:54 -05:00 |