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
18b10ce8f9
Factions
/
src
/
com
/
massivecraft
/
factions
/
util
History
Brettflan
18b10ce8f9
Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs
2012-03-13 08:27:03 -05:00
..
AsciiCompass.java
Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs
2012-03-13 08:27:03 -05:00
AutoLeaveTask.java
"autoLeaveAfterDaysOfInactivity" routine now runs only once every few minutes instead of running every time a player logs in. New setting "autoLeaveRoutineRunsEveryXMinutes" (default 5 minutes) to determine just how often the routine is run.
2012-02-26 16:55:58 -06:00
MiscUtil.java
Improving the faction tag matching
2011-10-22 17:42:13 +02:00
RelationUtil.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
SpiralTask.java
Remake of radius claim method. It now starts in the current chunk and spirals outward, in a repeating task designed to keep from overloading the server. The old method tried to put together a list of chunks, and then tried to claim them immediately starting from one corner of the overall area.
2012-03-13 05:54:48 -05:00
VisualizeUtil.java
Fix some warnings in Eclipse
2012-02-22 19:08:17 +01:00