This website requires JavaScript.
Explore
Help
Sign In
Rx3
/
Factions
Watch
1
Star
0
Fork
0
You've already forked Factions
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a330931cd51891075c905b005d3a946775b0b64b
Factions
/
src
/
com
/
massivecraft
/
factions
History
Brettflan
a330931cd5
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.
...
This fee is not refunded from unclaiming land or even considered in actual land values.
2012-01-18 21:10:40 -06:00
..
adapters
Updated readme, Fixed admin bypass command and corresponding permissions, Swapped colors for ally and truce, added new faction permissions, improved explosion protection and implemented firespread protection, fixed painbuild check order, flags can only be changed by server admins now and implemented type adapters for some enumerations for future changes to be non breaking. That it \:D /
2011-10-25 21:18:08 +02:00
cmd
Server admins can now promote or demote any member of any faction to/from faction leader or officer using the existing /f leader and /f officer commands, with two new permissions 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:50 -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:38:14 -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:38:14 -06:00
listeners
self-inflicted damage (such as ender pearl usage) is no longer prevented with a message like "you cannot hurt you"
2012-01-17 02:56:38 -06:00
struct
Server admins can now promote or demote any member of any faction to/from faction leader or officer using the existing /f leader and /f officer commands, with two new permissions 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:50 -06:00
util
Server admins can now promote or demote any member of any faction to/from faction leader or officer using the existing /f leader and /f officer commands, with two new permissions 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:50 -06:00
zcore
Errors loading conf.json are handled better now, allowing Factions to continue on to loading board.json instead of losing it
2012-01-13 05:48:03 -06:00
Board.java
(courtesy of patrickfreed) LWC Chest Protection Integration
2012-01-15 12:41:33 -06:00
Conf.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
Faction.java
Server admins can now promote or demote any member of any faction to/from faction leader or officer using the existing /f leader and /f officer commands, with two new permissions 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:50 -06:00
Factions.java
Optimization: Factions (as objects) now maintain a list of FPlayers in the faction for faster lookup
2012-01-13 03:46:31 -06:00
FLocation.java
Added radius claim
2011-11-27 22:47:40 +01: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
Players auto-removed due to inactivity or due to being banned now have their data deleted immediately; this should fix the log spam of the same players repeatedly being marked for deletion
2012-01-09 21:37:16 -06:00
P.java
improved TNT exploit prevention
2012-01-17 01:57:16 -06:00