This website requires JavaScript.
Explore
Help
Register
Sign In
EpicKnarvik97
/
Factions3
Watch
1
Star
0
Fork
0
You've already forked Factions3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Factions3
/
src
/
com
/
massivecraft
/
factions
/
zcore
History
Brettflan
d77cf1fa18
Double-space (or more) after command alias is no longer accepted, i.e. "f home". Otherwise, command prevention routines (in Factions itself and in other plugins) can be bypassed. For example, preventing the "f home" command wouldn't prevent anyone from using "f home" or "f home" instead.
2012-03-19 08:21:06 -05:00
..
persist
Possibly solved the faction creation issue. Changed the best id match to something more reasonable
2011-10-23 12:07:20 +02:00
util
Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs
2012-03-13 08:27:03 -05:00
CommandVisibility.java
In progress: Using MassiveCraftCore and Allman indentation style and minor refactoring.
2011-10-08 22:03:44 +02:00
Lang.java
Removing the small ugly language file
2011-10-10 01:59:36 +02:00
MCommand.java
Bugfixes and awesome probably complete money commands.
2011-10-13 16:07:07 +02:00
MPlugin.java
Double-space (or more) after command alias is no longer accepted, i.e. "f home". Otherwise, command prevention routines (in Factions itself and in other plugins) can be bypassed. For example, preventing the "f home" command wouldn't prevent anyone from using "f home" or "f home" instead.
2012-03-19 08:21:06 -05:00
MPluginSecretPlayerListener.java
New setting "logPlayerCommands" (default true) which can be disabled to prevent player commands from being logged.
2012-03-09 19:26:40 -06:00
MPluginSecretServerListener.java
Connected standard command handler getCommand("f"), for it to work with other plugins which directly execute commands using that interface.
2012-03-11 11:41:56 -05:00