.. |
CmdAdmin.java
|
Moving over to the use of describeTo.
|
2011-10-21 19:20:33 +02: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
|
(oloflarsson) Added radius claim
|
2012-01-15 12:50:13 -06:00 |
CmdConfig.java
|
With Spout, the territory indicator now also has an ownership indicator below it (but only if the current territory has any owners set), and a larger centered territory notice below which goes away after a couple of seconds.
|
2011-10-13 14:09:47 -05:00 |
CmdCreate.java
|
Additional logging, with new conf.json settings to enable/disable logging of specific events:
|
2011-10-23 12:50:02 -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
|
Wilderness, SafeZone, and WarZone can no longer be disbanded
|
2011-12-16 00:22:36 -06:00 |
CmdHelp.java
|
(courtesy of eXeC64) Added chat spy feature for admins
|
2012-01-15 01:42:56 -06:00 |
CmdHome.java
|
Fixed a bug with the smoke effect for the faction home and one NPE.
|
2011-10-13 22:49:41 +02:00 |
CmdInvite.java
|
Moving over to the use of describeTo.
|
2011-10-21 19:20:33 +02:00 |
CmdJoin.java
|
Additional logging, with new conf.json settings to enable/disable logging of specific events:
|
2011-10-23 12:50:02 -05:00 |
CmdKick.java
|
When a faction admin is kicked from his faction for whatever reason (not logging in for too long, a server admin running the /f kick command on him, the player being banned from server), another player will now be promoted to faction admin in his place. If the faction has at least one moderator, one of them will be chosen. Otherwise, a normal member will be promoted. If the faction admin was the last/only member, the faction will of course be disbanded.
|
2011-12-18 07:47:15 -06: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
|
A bit of command help menu cleanup
|
2011-10-15 12:46:44 -05:00 |
CmdMap.java
|
Some of the bugs are fixed.
|
2011-10-12 18:48:47 +02:00 |
CmdMod.java
|
Moving over to the use of describeTo.
|
2011-10-21 19:20:33 +02: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
|
Swapping money commands back to using EconomyParticipator instead of Faction/FPlayer
|
2011-10-23 13:14:51 -05:00 |
CmdMoneyTransferFf.java
|
Swapping money commands back to using EconomyParticipator instead of Faction/FPlayer
|
2011-10-23 13:14:51 -05:00 |
CmdMoneyTransferFp.java
|
Swapping money commands back to using EconomyParticipator instead of Faction/FPlayer
|
2011-10-23 13:14:51 -05:00 |
CmdMoneyTransferPf.java
|
Swapping money commands back to using EconomyParticipator instead of Faction/FPlayer
|
2011-10-23 13:14:51 -05:00 |
CmdMoneyWithdraw.java
|
Swapping money commands back to using EconomyParticipator instead of Faction/FPlayer
|
2011-10-23 13:14:51 -05: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
|
Moving over to the use of describeTo.
|
2011-10-21 19:20:33 +02:00 |
CmdPermanentPower.java
|
Added a permanent power command
|
2011-10-22 18:12:15 +02:00 |
CmdPower.java
|
Moving over to the use of describeTo.
|
2011-10-21 19:20:33 +02: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
|
Moving over to the use of describeTo.
|
2011-10-21 19:20:33 +02:00 |
CmdShow.java
|
Some of the bugs are fixed.
|
2011-10-12 18:48:47 +02:00 |
CmdTag.java
|
Spout overlay support is missing for the new relation coloring. Otherwise done.
|
2011-10-21 20:08:54 +02:00 |
CmdTitle.java
|
Moving over to the use of describeTo.
|
2011-10-21 19:20:33 +02:00 |
CmdUnclaim.java
|
Fix for disabled "bankEnabled" setting being ignored in some cases
|
2011-12-18 01:33:34 -06:00 |
CmdUnclaimall.java
|
Fix for disabled "bankEnabled" setting being ignored in some cases
|
2011-12-18 01:33:34 -06: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
|
(courtesy of eXeC64) Added chat spy feature for admins
|
2012-01-15 01:42:56 -06:00 |
FCommand.java
|
Economy payments for command usage no longer ignores "bankEnabled" setting
|
2011-12-16 00:24:55 -06:00 |
FRelationCommand.java
|
Updated Spout features to improve consistency (of code, and of displayed information)
|
2011-10-23 09:03:28 -05:00 |