This website requires JavaScript.
Explore
Help
Sign In
SpigotMC
/
Saber-Factions
Watch
1
Star
0
Fork
0
You've already forked Saber-Factions
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Saber-Factions
/
src
/
com
/
massivecraft
/
factions
History
Andy "Spathi" F
a7cce7e428
Changed checkForRegions to be checkForRegionsInChunk
2011-08-29 15:06:34 +02:00
..
commands
Added Spout features, with Spout client required for all: relation-colored faction tags over players' heads via option "spoutFactionTagsOverNames", player's faction title over their head via option "spoutFactionTitlesOverNames", and relation-colored capes shown on faction admins and/or moderators via "spoutFactionAdminCapes" and "spoutFactionModeratorCapes" (all new settings default to true)
2011-08-19 20:36:23 -05:00
listeners
Added new "Ally" related protection options to complement the "Enemy" ones (added thanks to donation from BeTrayed)
2011-08-23 17:12:17 -05:00
struct
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
util
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
Board.java
New conf.json settings "showNeutralFactionsOnMap" and "showEnemyFactionsOnMap" (both default to true) which, if disabled, will hide neutral and enemy factions on the faction map. However, if a player is standing inside territory claimed by a neutral or enemy faction, all of that faction's nearby claims will be shown on the faction map regardless.
2011-08-01 19:59:48 -05:00
Conf.java
Added new "Ally" related protection options to complement the "Enemy" ones (added thanks to donation from BeTrayed)
2011-08-23 17:12:17 -05:00
Econ.java
minor cleanup
2011-08-19 19:41:28 -05:00
Faction.java
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
Factions.java
more hookable functions for use by other plugins, these for getting a list of all factions and for listing players in a specified faction
2011-08-23 17:34:40 -05:00
FLocation.java
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.
2011-07-30 20:17:00 -05:00
FPlayer.java
Changed checkForRegions to be checkForRegionsInChunk
2011-08-29 15:06:34 +02:00
SaveTask.java
changed namespace to com.massivecraft
2011-07-18 22:06:02 +02:00
SpoutFeatures.java
Factionless players now have nothing extra shown over their heads, instead of "Factionless"
2011-08-28 18:24:05 -05:00