Skip to content
Joshua Hertlein edited this page Jul 30, 2014 · 2 revisions

Frequently Asked Questions & Common Issues

I get a java.lang.UnsupportedClassVersionError whenever MCTowns tries to load

Please make sure that you're using the Java7 JRE, and that is the one actually executing craftbukkit. This can be done by examining your PATH environment variable. The version of Java that's currently on your PATH can be checked by using the command "java -version". Google for more info on configuring your PATH for your OS.

If you're 100% certain that you have the Java7 JRE and that the Java7 JRE is the one executing craftbukkit, then please proceed to open a ticket.

If you just plain don't have Java 7 (probably the most likely reason you're reading this) it can be downloaded below.

Sun's Java 7 implementation can be downloaded from this link: http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1637588.html

I get an "Internal exception occurred..." when running all/most of of the MCTowns commands!

Please make sure you have all MCTowns' dependencies installed.

I want mayors to be able to add territories on their own, but I don't want to use an economy system, so I can't just set the price to 0

Simply set "economy enabled" to false, then set "mayors can buy plots" to true and set the price to 0. It'll all work out, trust me. And if it doesn't, open a ticket and I'll fix it.

I don't want players to have WorldEdit permission, because then they could grief!

Simply having worldedit.selection.* doesn't give players the power to actually edit anything, only to make selections, which is all MCTowns needs. There should be no danger to giving them this permission.

Clone this wiki locally