45d6a6628a
Claim command refactoring in progress.
2011-10-22 16:00:24 +02:00
e6d45a6aa2
Spout overlay support is missing for the new relation coloring. Otherwise done.
2011-10-21 20:08:54 +02:00
46f5849f9f
Moving over to the use of describeTo.
2011-10-21 19:20:33 +02:00
618c5fceed
Fixed a bug with the smoke effect for the faction home and one NPE.
2011-10-13 22:49:41 +02:00
f25daa228a
Some of the bugs are fixed.
2011-10-12 18:48:47 +02:00
b202acb685
Almost finished money refactoring
2011-10-12 17:25:01 +02:00
3cc7766fa7
Some bugs fixed.
2011-10-10 01:21:05 +02:00
227d54dc5f
Converting the command structure
2011-10-08 23:22:02 +02:00
0ce9cce9d3
In progress: Using MassiveCraftCore and Allman indentation style and minor refactoring.
2011-10-08 22:03:44 +02:00
409f98e1e6
Changed ownership mapping from HashMap to ConcurrentHashMap to hopefully take care of reported ConcurrentModificicationException error; bugfix for faction admin not being able to bypass ownership if "ownedAreaModeratorsBypass" was set
2011-08-22 15:13:12 -05:00
508f953ce9
Faction admins can now mark already claimed areas as owned by specific faction members. Ownership can include multiple members. New command /f owner *[player name], to set/remove ownership. This command is only available to the faction admin and optionally the faction moderators. If no player name is specified, it will either set ownership to the player running the command (if no owner is currently set) or completely clear ownership of the territory. New command /f ownerlist, to view a list of owners for the current area. Only works inside your own faction's territory. New conf.json options "ownedAreasEnabled", "ownedAreasModeratorsCanSet", "ownedAreaModeratorsBypass", "ownedAreaDenyBuild", "ownedAreaProtectMaterials", and "ownedAreaDenyUseage" (all defaulting to true) to determine whether faction moderators can set or bypass ownership (faction admin always can), and what sort of protection these owned areas have against normal members of the faction (members other than the owner(s), faction admin, and probably faction moderators). New conf.json option "ownedAreasLimitPerFaction" to limit how many owned areas can be set. New permission node "factions.ownershipBypass" which allows a player to bypass ownership protection, but only within the person's own faction.
...
various little tweaks and improvements to other code
moderate speed boost to FLocation code
made commandDisable permissions work for any command alias of a command, instead of just the first one
2011-07-30 20:17:00 -05:00
ee0fc3b47b
space to tabs
2011-07-27 23:03:16 +02:00
6e9fd72612
Soon to be used JarLoader.
2011-07-27 22:56:45 +02:00
8aefae5679
changed namespace to com.massivecraft
2011-07-18 22:06:02 +02:00