Commit Graph

464 Commits

Author SHA1 Message Date
d67e9d970d Corrected a logfile issue.
When WorldEdit is reloaded within Bukkit, an additional log file is created. This is because the Logger's FileHandler wasn't closed and thus kept the log file locked.
2011-05-08 06:57:08 +02:00
fecc64eafb Nailed the IllegalAccessException (thanks to lechd). 2011-05-01 18:17:52 -07:00
9557d5fbd4 Removed minimum cap on history size. 2011-05-01 17:37:28 -07:00
d71d4a8569 Added expiration timer to sessions. Sessions will now last up to 10 minutes (by default) before removed, so you can quickly disconnect (or crash) and come back and still maintain your history. 2011-05-01 17:37:05 -07:00
a18546d698 Added permission checks for tools on /use/, so now if you switch world or lose your permissions, you lose your tools. 2011-05-01 17:06:40 -07:00
5755755c15 Code cleanup. 2011-05-01 17:06:18 -07:00
d8288afe04 Removed redundant code. 2011-05-01 16:16:50 -07:00
c7dff09f11 Removed wolves from /butcher. There's no way to check if a wolf is owned or not in Bukkit yet. 2011-05-01 16:03:27 -07:00
c8058f65fc Fixed EntityType. 2011-05-01 15:07:18 -07:00
7dcb4da83b Moved EntityType to its own class to hopefully fix the unexplainable IllegalAccessErrors. 2011-05-01 13:55:38 -07:00
27f079b11d Replaced README.txt with useful README.html. 2011-05-01 13:27:46 -07:00
582b98dad0 More file moving. 2011-05-01 01:30:33 -07:00
deef660620 Updated pom.xml with correct versions.
Disabled pushing for release.
Fixed checkout URL in pom.xml.
Added local checkout for pom.xml.
Added assembly:assembly to preparation goal of release.
Fixed path issues with build.
Removed release config.
2011-04-30 20:08:14 -07:00
e121442ee9 Added pom.xml, moved files around. Sun Rhino support has been dropped. 2011-04-30 19:37:49 -07:00