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
Brettflan
5fd5be6bf5
Release 1.6.3
...
Also, removed extra /f claim alias ("claim" was in there twice)
2012-01-19 00:59:46 -06:00
..
cmd
Release 1.6.3
2012-01-19 00:59:46 -06:00
iface
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:36:32 -06:00
integration
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:36:32 -06:00
listeners
New conf.json setting "permanentFactionMemberDenyCommands" (list, default empty), which can be used to prevent members of permanent factions from using specific commands.
2012-01-18 23:31:37 -06:00
struct
Server admins can now promote or demote any member of any faction to/from faction admin or moderator using the existing /f admin and /f mod commands, which can now also be used from the server console. Two new permissions are 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:29 -06:00
util
Server admins can now promote or demote any member of any faction to/from faction admin or moderator using the existing /f admin and /f mod commands, which can now also be used from the server console. Two new permissions are 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:29 -06:00
zcore
Errors loading conf.json are handled better now, allowing Factions to continue loading the board instead of losing it
2012-01-13 05:47:14 -06:00
Board.java
Merge pull request
#77
from patrickfreed/1.6.x
2012-01-15 10:07:54 -08:00
Conf.java
New conf.json setting "permanentFactionMemberDenyCommands" (list, default empty), which can be used to prevent members of permanent factions from using specific commands.
2012-01-18 23:31:37 -06:00
Faction.java
New conf.json setting "permanentFactionsDisableLeaderPromotion" (default false) which, if enabled, will circumvent the promotion routine for permanent factions so that they can exist without a faction admin, only regular members and/or moderators.
2012-01-18 21:21:30 -06:00
Factions.java
Optimization: Factions (as objects) now maintain a list of FPlayers in the faction for faster lookup
2012-01-13 03:38:25 -06:00
FLocation.java
(oloflarsson) Added radius claim
2012-01-15 12:50:13 -06:00
FPlayer.java
New conf.json setting "econClaimUnconnectedFee" (default 0.0), which can be set as an additional economic cost for claiming land which is not connected to existing claims. This additional cost is only added if the faction has at least 1 existing claim somewhere in the current world, and is added to the cost after all other calculations are done.
2012-01-18 21:10:40 -06:00
FPlayers.java
Merge branch '1.6.x' of github.com:MassiveCraft/Factions into 1.6.x
2012-01-09 21:38:57 -06:00
P.java
fix for factions-specific commands not being prevented properly if they were in "territoryNeutralDenyCommands" or "territoryEnemyDenyCommands"
2012-01-18 22:42:56 -06:00