Commit Graph

18 Commits

Author SHA1 Message Date
8629c4a6f5 Optimizations and Cleanup of code
Reduced the amount of deprecated code being used to not just reduce IDE warnings but to also better organize and clean the code later on.
Used Collections.singletonList() where possible instead which improves performance compared to when Arrays.asList() was used.
2015-12-24 13:33:18 -05:00
fa442f5903 Fixes
closes #679
closes #676
2015-10-19 17:27:51 +11:00
d42ef3cf63 restructure a couple things. 2015-09-22 23:23:28 +10:00
5137b23357 Hows this? 2015-09-13 14:04:31 +10:00
1cccdd9d4d Merge branch 'master' of https://github.com/IntellectualSites/PlotSquared
Conflicts:
	src/main/java/com/intellectualcrafters/plot/IPlotMain.java
	src/main/java/com/intellectualcrafters/plot/commands/Trim.java
	src/main/java/com/intellectualcrafters/plot/util/ChunkManager.java
	src/main/java/com/plotsquared/bukkit/BukkitMain.java
	src/main/java/com/plotsquared/bukkit/util/BukkitChunkManager.java
	src/main/java/com/plotsquared/sponge/SpongeMain.java
	src/main/java/com/plotsquared/sponge/util/SpongeChunkManager.java
2015-09-13 13:46:45 +10:00
c386f33df8 cleanup 2015-09-11 20:09:22 +10:00
629ff443f3 Fix trimming for worlds in non-standard directories 2015-09-09 22:34:41 -07:00
46e48857bf Database correction / Code cleanup, Fixes #490 2015-08-07 02:05:15 +10:00
5ea7403d2e Add task complete + plot nearest targeting 2015-08-05 03:37:19 +10:00
58cf41bddb Fixes
Possible fix for trim: #482
Fixes #480
Possible fix for #481
Reduce plot move debugspam
2015-08-01 03:01:25 +10:00
e1dad77d8f Fixing some more things 2015-07-31 00:25:16 +10:00
3a15254d8d -m \'So I hear you like commits ...\' 2015-07-27 19:50:05 +02:00
a39ec22c8c commit 2015-07-27 23:10:14 +10:00
56fbeb60e5 Add your command caller back 2015-07-27 14:30:50 +10:00
e1c8dcc4be Starting to convert commands to a smarter system :3 2015-07-26 20:50:54 +02:00
c2fff8cbd7 Incremented version number / removed debug 2015-07-26 01:21:59 +10:00
02b2431f77 Fixes #446 2015-07-25 15:17:27 +10:00
cff47cbac0 Move all files! Hahah 2015-07-16 16:16:16 +02:00