Commit Graph

1847 Commits

Author SHA1 Message Date
Jesse Boyd
215ed04754 Minor tweaks 2015-10-29 23:13:10 +11:00
Jesse Boyd
95feaed870 Changes
ratings api
misc-cap
other tweakes
2015-10-27 10:57:34 +11:00
Jesse Boyd
2e79f3d0f8 Merge branch 'master' of https://github.com/IntellectualSites/PlotSquared 2015-10-26 18:21:35 +11:00
Jesse Boyd
2afc16de7a Schematics / tweak message 2015-10-26 18:18:31 +11:00
Jesse Boyd
bc836201d5 Merge pull request #687 from manuelgu/patch-1
Update german.yml
2015-10-26 18:05:49 +11:00
manuelgu
24406a250b Update german.yml
tweaked some german translations and also added untranslated things
2015-10-24 22:52:50 +02:00
Jesse Boyd
e20e4a8650 Fixes
Closes #683
Potential fix for sign issue
Potential fix for templates not working
Incremented version number.
2015-10-24 21:55:34 +11:00
Jesse Boyd
6650ea2a4c Fixes #681 2015-10-21 18:31:14 +11:00
Jesse Boyd
a6dad4fb7b Fixes #682 2015-10-21 16:34:15 +11:00
Jesse Boyd
fa442f5903 Fixes
closes #679
closes #676
2015-10-19 17:27:51 +11:00
Jesse Boyd
f509252646 Fix plot cluster command from console. 2015-10-18 23:31:35 +11:00
Jesse Boyd
f75822f56c Fixed no argument feedback for move/copy/swap 2015-10-18 23:18:45 +11:00
Jesse Boyd
26c0e3fa85 Fixes
- Fix sign lines on claim not updating
- Fix plot tier removing for merged plots
- Fix stair rotation for id=24
- Fix interaction to have a lower priority than chestshop (why doesn't
chestshop use monitor priority?)
2015-10-18 22:20:12 +11:00
Jesse Boyd
c595b69c3a fixed world loading. 2015-10-18 01:25:17 +11:00
Jesse Boyd
54655c1a72 Fixes
closes #673
closes #668
closes #672
closes #664 (hopefully)
2015-10-17 22:50:52 +11:00
Jesse Boyd
50c6753bf4 Fixes
close #659
close #662
close #665
close #638
2015-10-10 18:07:26 +11:00
Jesse Boyd
8e874ddeb0 Fix PlotMe conversion 2015-10-07 18:42:50 +11:00
Jesse Boyd
0c4b703510 Fix for sponge 2015-10-07 17:33:33 +11:00
Jesse Boyd
74a967b535 Fixes container contents spillage on plot clear
TODO: fix component setting for ^
2015-10-05 01:40:46 +11:00
Jesse Boyd
f2431c869f fixes
Fixes #657
Fixes #656
Fixes #653
Fixes #652
Fixes #585
2015-10-05 00:59:43 +11:00
Jesse Boyd
9d77b422df Fixes #651 #618 2015-09-30 16:11:44 +10:00
Jesse Boyd
3bd4895676 Fix structure growth on roads (from big trees on plot edges)
Possible unresolved issue (TODO)
- big tree growth on plot edges with 0 road width
2015-09-29 19:50:05 +10:00
Jesse Boyd
b9bb9f5674 Fixes #646 2015-09-29 16:29:28 +10:00
boy0001
c3eb44f51c un-cache base plot on merge 2015-09-27 19:42:22 +10:00
boy0001
0273a4614b Load plots with no settings. 2015-09-27 18:37:33 +10:00
boy0001
bb32507841 Fix plot unclaiming for non hybrid classic generators. 2015-09-27 17:20:59 +10:00
boy0001
3336d302ac Potential fixes 2015-09-27 16:43:11 +10:00
boy0001
a93e8fac38 Some fixes
Fixes #641
Closes #640 (need to also update Plot2Dynmap)
Fixes #637 (duplicate)
Fixes #636
Fixes #634
2015-09-26 18:05:27 +10:00
boy0001
d42ef3cf63 restructure a couple things. 2015-09-22 23:23:28 +10:00
boy0001
c948b18239 Forward plot home to plot visit 2015-09-15 14:56:23 +10:00
boy0001
9682e2914c Recover from world gen error. 2015-09-15 00:35:28 +10:00
boy0001
b524d5fcfe minor conversion tweaks + fix plot sorting with empty worlds. 2015-09-15 00:24:25 +10:00
boy0001
4002ed4de1 Fixes #613 2015-09-14 20:43:51 +10:00
boy0001
064a555ba1 Fix cluster create with non ascending coords 2015-09-14 18:39:07 +10:00
boy0001
91bfcd0deb Fixes #620 2015-09-14 18:20:25 +10:00
boy0001
5137b23357 Hows this? 2015-09-13 14:04:31 +10:00
boy0001
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
boy0001
c163446f7e Fix plot clear event not being called. 2015-09-13 13:33:18 +10:00
boy0001
052019bb35 default to offline-mode uuid if owner isn't valid. 2015-09-13 13:30:28 +10:00
boy0001
a6535d3b7b Forward plot set flag to the flag command. 2015-09-13 01:26:35 +10:00
boy0001
1c28a72f9c WE unregistration + home/visit sorting + format
- WorldEdit listener unregistration for external masking/extent/async
worldedit management. (wink)
- Use the same listing for home and visit as previous behavior was
confusing.
2015-09-13 01:19:39 +10:00
boy0001
c386f33df8 cleanup 2015-09-11 20:09:22 +10:00
Jesse Boyd
063a369d8d Merge pull request #615 from MinelinkNetwork/fix-trimming
Fix trimming for worlds in non-standard directories
2015-09-11 08:52:30 +10:00
Byteflux
629ff443f3 Fix trimming for worlds in non-standard directories 2015-09-09 22:34:41 -07:00
boy0001
37a8861fa0 Temporary fix for sponge toggles. 2015-09-07 22:31:48 +10:00
boy0001
66730794d6 Fixes for sponge + minor tweaks for spigot
- Updated to sponge 591
- Added optional WorldEdit restriction
- several fixes (including greeting/farewell flag)
2015-09-07 22:17:48 +10:00
boy0001
2b3b947143 Fix plot entry/leave for sponge. 2015-09-06 11:53:56 +10:00
boy0001
ea146dcf91 Fix plot chat, chatspy + add comment spying 2015-09-06 10:33:11 +10:00
boy0001
e704784570 Try this version, otherwise maybe downgrade? 2015-09-05 20:45:31 +10:00
boy0001
1e386d274e add jars 2015-09-05 20:21:29 +10:00