Commit Graph

196 Commits

Author SHA1 Message Date
Jesse Boyd
92b3ddb0ac Finish debugpaste for sponge 2016-02-20 06:13:41 +11:00
Jesse Boyd
6caa7ee757 Merge remote-tracking branch 'origin/master' 2016-02-20 06:05:47 +11:00
Jesse Boyd
de1328e78c Update some sponge classes
Update world generator
Replace some broken code with TODO
FIxed a few errors
Started on block placement
Other sponge stuff
2016-02-20 05:52:26 +11:00
Jesse Boyd
60629db042 Feature / Fix
Add trim regen argument @manuelgu /plot trim <world> true
Add grant check other + console usage
Finish abstracting world generation to prepare for sponge port
Fix economy hook
Add ban as alias for deny
Remove some redundant code
2016-02-20 05:42:06 +11:00
Matt
302fe0c2c8 Fix SpongeEventUtil 2016-02-19 12:50:38 -05:00
Matt
660cd1b870 Fix more Sponge Classes 2016-02-19 12:45:43 -05:00
Matt
63cd7c8b97 Fix SpongeEconHandler 2016-02-19 12:18:15 -05:00
Matt
c719d548d0 Fix SpongePlayer 2016-02-19 12:07:09 -05:00
Matt
536b011ea0 Fix SpongePlayer 2016-02-19 12:01:24 -05:00
Matt
2a2c85a642 Fix Typos and Various little things. 2016-02-19 11:55:00 -05:00
Jesse Boyd
af9f5b5f44 Fixes
Fix #879 stackoverflow in PlotHandler (from
fde845e1d8)
Fix getCorners returning last value twice
Fix getConnectedPlots only returning adjacent connections (from
c83378a91b)
other tweaks
2016-02-17 14:46:25 +11:00
Jesse Boyd
eda4575dd6 Tweaks / Fixes
Fixed id being renamed to type in
fde845e1d8
Fixes #870
2016-02-15 16:25:37 +11:00
Matt
87d4ecb1f1 Fix TextualCompontent Class that broke in last commit 2016-02-13 20:05:30 -05:00
Matt
fde845e1d8 Refractoring and Cleanup
Optimized some of the code where possible and removed some magic numbers as well.
2016-02-13 20:01:18 -05:00
Jesse Boyd
e2ba9fb8e9 Fixes / Additions / Tweaks
Fixed #867
Fixes some issues with partial plot areas
Added /plot area regen
2016-02-13 22:01:22 +11:00
Jesse Boyd
03aec43f5d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/com/intellectualcrafters/plot/commands/Condense.java
#	src/main/java/com/intellectualcrafters/plot/commands/Deny.java
#	src/main/java/com/intellectualcrafters/plot/commands/Save.java
#	src/main/java/com/intellectualcrafters/plot/commands/list.java
#	src/main/java/com/intellectualcrafters/plot/database/SQLManager.java
2016-02-13 04:32:43 +11:00
Jesse Boyd
b87a886345 Additions / Fixes
Added `/plot area` command for area info and management
Fixed typo for player meta table preventing the plugin from starting /
cleanup
Moved pagination from list to subcommand
Removed default PlotArea values
Added pair and tuple RunnableVal classes
Tweak pom so that it actually compiles
More command categories
Removed unclaim and limit command
Fixed a few issues with the 2d mapping of plot areas
2016-02-13 03:25:04 +11:00
Matt
ccbd4f60c2 Refractoring and Cleanup 2016-02-10 20:37:21 -05:00
Alexander Söderberg
ca73addc88 Updated this via browser, sorry if something broke xD 2016-02-10 22:23:49 +01:00
Jesse Boyd
893c2b3088 Remove bukkit classes from core 2016-02-11 06:43:47 +11:00
Jesse Boyd
c83378a91b Refactor / Cleanup / Optimizations 2016-02-11 05:59:51 +11:00
Matt
8d6b412dc8 Spelling Corrections 2016-02-04 18:45:50 -05:00
Amir Ali Omidi
5f74aa8ab8 Update PlayerEvents.java
Allow other plugins to manage chat.

Makes plugin work with DeluxeChat plugin.
2016-01-24 00:32:43 +03:30
Gabriele C
efeecd423e Merge pull request #1 from IntellectualSites/master
Up
2016-01-20 12:44:33 +01:00
Gabriele C
51d2e37853 Clean the project 2016-01-20 12:40:04 +01:00
manuelgu
165d9b6258 Fix #829 2016-01-19 14:12:42 +01:00
Sauilitired
faa9c10364 Add fixes to shizzle 2016-01-16 18:32:00 +01:00
Sauilitired
cf6ca67ce7 Add persistent meta, and added plot grants 2016-01-16 17:07:42 +01:00
Jesse Boyd
ad1272b0e5 Minor fixes
Fixes #797
Fixes #794
2016-01-12 23:13:47 +11:00
Jesse Boyd
af79100f7d Update README / pom / merge with 8629c4a6f5
closes #809
2016-01-11 07:00:56 +11:00
Jesse Boyd
f70e2248e7 Merge branch 'master' of https://github.com/IntellectualSites/PlotSquared 2015-12-20 06:30:16 +11:00
Jesse Boyd
cf517d5be0 Cleanup 2015-12-20 06:30:06 +11:00
Jesse Boyd
2aab349c4b Merge pull request #796 from MattBDev/spongeFix
Fix Sponge Generator
2015-12-20 06:15:33 +11:00
MattBDev
d65bd7a704 Fixes javadoc errors
It does not improve upon the existing documentation but instead removes all broken documentation and has minor changes to some existing. More work will need to be done later to documentation.
2015-12-19 12:23:32 -05:00
MattBDev
8ddecce75b Fix Sponge Generator 2015-12-19 12:05:00 -05:00
Jesse Boyd
dd4a1faede Fixes #772 2015-12-15 03:32:59 +11:00
Jesse Boyd
163ccc9eae Fixes
Fixes #783
Fixes #780
2015-12-15 03:15:30 +11:00
Jesse Boyd
35589dcc5f Fixe
Fixes #753
2015-12-04 20:00:30 +11:00
Jesse Boyd
9118f111e4 Fixes
fixes #763
2015-11-29 19:21:32 +11:00
Jesse Boyd
1ee13ff96c Fix commands being case sensitive. 2015-11-28 22:56:12 +11:00
Jesse Boyd
d1ac355e58 Merge branch 'master' of https://github.com/IntellectualSites/PlotSquared
# Conflicts:
#	src/main/java/com/intellectualcrafters/plot/config/C.java
2015-11-28 22:49:42 +11:00
Jesse Boyd
94b0fbb266 Stuff
Fixes #748
Fixes #759
2015-11-28 22:46:10 +11:00
Aaron Hill
e0e2756b95 Update for SpongeAPI changes 2015-11-25 22:40:22 -05:00
Jesse Boyd
7ed693dfc8 Fix populator random seed / algorithm differing from chunk generator 2015-11-18 16:42:19 +11:00
Jesse Boyd
452efc4b08 Fix
Fixes #724
Fixes flag remove for non list based flags when player lacks permission.
2015-11-18 10:39:44 +11:00
Jesse Boyd
27d1ba810b Default, default flags 2015-11-15 19:56:32 +11:00
Jesse Boyd
9218147aa0 Whoops. 2015-11-15 13:51:28 +11:00
Jesse Boyd
93a7b2cace Potential fixes
Fixes #712
Fixes #711
Fixes #707
Fixes #705
Fixes #702
Fixes #698
Fixes #697
Fixes #694
Fixes #717
2015-11-15 13:30:52 +11:00
Jesse Boyd
008e35d307 Fixes #700 2015-11-04 02:39:42 +11:00
Jesse Boyd
215ed04754 Minor tweaks 2015-10-29 23:13:10 +11:00