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
Files
fa21358a230cfbb6e756be69e3f86da41415223c
Saber-Factions
/
src
/
com
/
massivecraft
/
factions
History
Brettflan
fa21358a23
When players enable/disable admin bypass mode (/f bypass), it is now logged to the server console/log.
2011-09-22 06:23:25 -05:00
..
commands
When players enable/disable admin bypass mode (/f bypass), it is now logged to the server console/log.
2011-09-22 06:23:25 -05:00
listeners
Four new conf.json settings to prevent Endermen from removing or placing blocks.
2011-09-22 06:22:01 -05:00
struct
Fix for allies bypassing ownership if Ally options allowed them to build/interact/use in allied territory
2011-09-06 16:35:43 -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
Four new conf.json settings to prevent Endermen from removing or placing blocks.
2011-09-22 06:22:01 -05:00
Econ.java
Support for iConomy 6 and other economy plugins added through Register support (with new conf.json setting "econRegisterEnabled", defaults to false); you will need to have the Register plugin on your server
2011-09-22 04:22:24 -05:00
Faction.java
New command to set a faction as permanent: /f permanent <faction tag> (requires new admin-level permission "factions.setPermanent"). Permanent factions will not be deleted if they have no members, and faction admins of such factions are allowed to leave without a replacement available. Faction admins are also unable to disband their own faction if it is Permanent; only those with the admin-level "factions.disband" permission can disband such a faction while it is set as Permanent.
2011-09-13 13:14:09 -05:00
Factions.java
Four new conf.json settings to prevent Endermen from removing or placing blocks.
2011-09-22 06:22:01 -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
New command to set a faction as permanent: /f permanent <faction tag> (requires new admin-level permission "factions.setPermanent"). Permanent factions will not be deleted if they have no members, and faction admins of such factions are allowed to leave without a replacement available. Faction admins are also unable to disband their own faction if it is Permanent; only those with the admin-level "factions.disband" permission can disband such a faction while it is set as Permanent.
2011-09-13 13:14:09 -05:00
SaveTask.java
changed namespace to com.massivecraft
2011-07-18 22:06:02 +02:00
SpoutFeatures.java
Spout always shows displaynames even with factionless players
2011-09-06 03:31:15 +01:00
Worldguard.java
minor cleanup and tweaks to WorldGuard code
2011-09-08 06:24:55 -05:00