Saber-Factions/src/com/massivecraft/factions/listeners
Brettflan 03b0a2bb5f Optional prevention of a couple of exploits.
1. Obsidian generator exploit, which converts redstone wire to obsidian. New setting "handleExploitObsidianGenerators" (enabled by default) to determine whether it's prevented or not. Some servers might want to disable this prevention, to keep it as a viable obsidian creation method. Thanks to ObGenBlocker and WorldGuard plugins for the prevention method.
2. Ender pearl exploit, which could be used to clip through doors, glass, and probably a few other things if just the right spot was targeted. New setting "handleExploitEnderPearlClipping" (enabled by default) to determine whether it's prevented or not.

Also removed our TNT exploit prevention code, since they did get it fully fixed in 1.1-R4 and it doesn't look to be coming back from the dead again like it did when they released 1.1-R2.
2012-03-19 06:54:59 -05:00
..
FactionsBlockListener.java Optional prevention of a couple of exploits. 2012-03-19 06:54:59 -05:00
FactionsChatListener.java (donington) Consolidated chat event listeners into a single chat listener class. 2012-03-09 21:24:58 -06:00
FactionsEntityListener.java Optional prevention of a couple of exploits. 2012-03-19 06:54:59 -05:00
FactionsExploitListener.java Optional prevention of a couple of exploits. 2012-03-19 06:54:59 -05:00
FactionsPlayerListener.java Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs 2012-03-13 08:26:54 -05:00
FactionsServerListener.java Update to new Bukkit Event system 2012-01-28 04:37:55 -06:00