This project is no longer being maintained. The plugin may no longer work and may contain bugs.
AntiShare is a plugin designed to target Creative Mode players and stop them from dominating your server.
Check out the BukkitDev page or the Bukkit Forum post for more information such as commands.
AntiShare is designed for high-profile servers (or servers with lots of players). This is to enhance the server's ability to operate without having to worry about creative mode players. AntiShare can still be run on smaller servers, but those servers will not see a significant gain from the performance enhancements within AntiShare.
POM Information:
<!-- ... --->
<!-- Bukkit Dependency -->
<dependency>
<groupId>com.turt2live.antishare</groupId>
<artifactId>AntiShare</artifactId>
<version>LATEST</version> <!-- Replace with current version in the pom.xml! -->
<type>jar</type>
<scope>compile</scope>
</dependency>
<!-- ... --->
<!-- Repository for all dependencies -->
<repository>
<id>turt2live-repo</id>
<url>http://repo.turt2live.com</url>
</repository>
<!-- ... --->
AntiShare requires Maven 3 to compile.
Released under GNU LGPL v2.1
Please see the post about AntiShare for more information.
Feel free to copy/use my work, just link back to here. :)
Thanks to mbaxter for walking me through the maven module thingy.