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
f79831d3d6e7709e4ee3dc4d3f07cda3ecf3ebb5
Factions
/
src
/
org
/
mcteam
/
factions
History
Brettflan
f79831d3d6
added another simplified function for chat plugins to hook, ShouldLetFactionsHandleThisChat(PlayerChatEvent event) to see if chat event is a special case which should be left alone for Factions to handle (Faction Chat enabled player, or factions f command without slash used)
2011-06-27 12:25:02 -05:00
..
commands
A bit of cleanup and odds and ends, adding missing @Override annotations and such
2011-06-21 00:38:31 -05:00
gson
updating built-in GSON to 1.7.1 release
2011-06-22 18:40:56 -05:00
listeners
Added conf.json option "noPVPDamageToOthersForXSecondsAfterLogin" (defaults to 3 seconds) which keeps players from being able to do PvP damage for a few seconds after logging in (to counteract the exploitable 3-second PvP protection given to players when they log in); Fix for "claimsMustBeConnected" bug which prevented factions from making their initial first claim
2011-06-22 20:10:42 -05:00
struct
Fixed the package structure
2011-04-08 15:51:07 +02:00
util
a few minor speed enhancements
2011-06-10 18:45:11 -05:00
Board.java
added option "claimsMustBeConnected" (defaults to false) which requires all faction claims beyond the first to be connected to each other; support for "{FACTION_TITLE}" in chat messages
2011-06-20 21:15:41 -05:00
Conf.java
removed "preloadChatPlugins" option and related code, since that method could cause problems and since we've switched to using softdepend in the plugin.yml for preloading plugins
2011-06-27 03:06:09 -05:00
Faction.java
Added option "considerFactionsReallyOfflineAfterXMinutes" (default 0.0, immediately) which makes all "Offline" options still consider the faction as having members online until X minutes after the last one logs off
2011-06-21 00:20:36 -05:00
Factions.java
added another simplified function for chat plugins to hook, ShouldLetFactionsHandleThisChat(PlayerChatEvent event) to see if chat event is a special case which should be left alone for Factions to handle (Faction Chat enabled player, or factions f command without slash used)
2011-06-27 12:25:02 -05:00
FLocation.java
Added a radius to safe claim
2011-04-08 21:01:46 +02:00
FPlayer.java
Added conf.json option "noPVPDamageToOthersForXSecondsAfterLogin" (defaults to 3 seconds) which keeps players from being able to do PvP damage for a few seconds after logging in (to counteract the exploitable 3-second PvP protection given to players when they log in); Fix for "claimsMustBeConnected" bug which prevented factions from making their initial first claim
2011-06-22 20:10:42 -05:00
MyLocationTypeAdapter.java
Fixed the package structure
2011-04-08 15:51:07 +02:00
SaveTask.java
Fixed the package structure
2011-04-08 15:51:07 +02:00