dordsor21
8d61e6f111
Fix update checker
...
- No more NPEs
- Use the better spigot API
- No obnoxious tooltip displaying the link without being clickable
2020-04-21 08:56:23 +01:00
Alexander Söderberg
59f8f2fdff
Fix biome setting in 1.13 and 1.14
2020-04-20 23:40:04 +02:00
Alexander Söderberg
8db8a30455
Fix biome setting
2020-04-20 23:36:56 +02:00
N0tMyFaultOG
558df450b5
Update spigot updater
2020-04-20 21:04:30 +02:00
Lennart ten Wolde
bb291b947f
Use primite int type for setBiome 1.13 workaround
2020-04-20 17:27:46 +02:00
Alexander Söderberg
ee2ed8222d
Merge config packages
2020-04-16 06:14:33 +02:00
Alexander Söderberg
edaf396894
Merge features/v5/internal-updates into api/v5/packages
2020-04-16 06:11:03 +02:00
Alexander Söderberg
6f052f0001
Remove extra line from HEADER
2020-04-16 05:05:58 +02:00
Alexander Söderberg
ba40a56c32
Add GPLv3 License headers to all source files.
2020-04-16 04:52:39 +02:00
MattBDev
780be3776a
Addressed some comments
2020-04-15 15:26:54 -04:00
MattBDev
dfa977a020
Moved more packaged based on feedback
2020-04-10 20:19:18 -04:00
sauilitired
b0348cfc34
Update packages. This will not be appreciated 🐱
2018-08-10 17:53:15 +02:00
sauilitired
1646cd0f5a
Reformat code
2018-08-10 17:01:11 +02:00
Speentie8081
768e21d1b5
Update NBTFactory to support spigot 1.13
2018-07-22 09:09:39 -05:00
Speentie8081
bbee2debff
Remove unneeded changes and add back support for 1.9 through 1.12
2018-07-21 10:32:38 -05:00
Speentie8081
d5b01aced2
Use MaterialData instead of block id and data for chunk generation
2018-07-21 00:15:13 -05:00
Speentie8081
f533efb2c8
Add support for spigot 1.13-pre7
2018-07-20 23:51:09 -05:00
Jesse Boyd
7f257e2bf3
*
2018-04-12 00:20:13 +10:00
Jesse Boyd
c5b332246e
Fix setblock npe 1.8
2018-04-11 23:41:09 +10:00
Jesse Boyd
0d608245f5
Some tweaks / optimizations
2017-09-25 16:57:42 +10:00
Jesse Boyd
92f94ecedc
Tweaks
...
Use sign with plot schematic
Tweak world unloading
2017-09-24 00:13:05 +10:00
Jesse Boyd
abfbeffbb0
Skip y=255, block when finding a free spot
2017-09-23 15:09:03 +10:00
Jesse Boyd
da51be20a3
Fix compile
2017-08-10 16:55:57 +10:00
Jesse Boyd
c3759f8963
Fixes #1672
2017-08-10 16:46:51 +10:00
Jesse Boyd
b924809c91
Fixes #1608
2017-08-03 23:13:04 +10:00
Jesse Boyd
355e16fe92
Ignore searching top block for teleportation
2017-06-09 17:43:46 +10:00
Jesse Boyd
5d6f4c6668
Some plot area restructuring
2017-03-23 11:10:29 +11:00
Jesse Boyd
4d4950090d
Fix 1.7 block placer
2017-03-10 07:07:50 +11:00
Jesse Boyd
aa7b770c03
tweak highest block check
2017-01-31 16:45:02 +11:00
Jesse Boyd
686a6c499f
Fixes #1502
2017-01-11 07:53:53 +11:00
Jesse Boyd
6ec96870c0
Fix SO
2016-12-23 15:33:19 +11:00
Jesse Boyd
a3c1ad3ec8
Fixes #1449
2016-11-30 16:10:08 +11:00
Jesse Boyd
e7fa9e01be
Fixes #1419
2016-11-30 15:43:23 +11:00
MattBDev
77281017d4
Fixes #1428 , Fixes #1431
2016-11-20 22:24:27 -05:00
Jesse Boyd
5ed2190cb3
Fixes #1369
2016-09-30 23:32:49 +10:00
Jesse Boyd
61022b717a
Fixes #1360
2016-09-21 13:42:59 +10:00
MattBDev
8e7e5dcb25
Cleanup
...
Signed-off-by: MattBDev <mattbdev@outlook.com>
2016-09-14 12:16:22 -04:00
MattBDev
b6dac54677
Code cleaning and Gradle Update
...
Updated gradle wrapper to 3.0
Updated Gradle files for Nukkit
Added/cleaned minor Nukkit code
Removed duplicate TitleManagement code
Signed-off-by: MattBDev <mattbdev@outlook.com>
2016-09-13 18:10:01 -04:00
Jesse Boyd
85ff8bf639
Minor tweaks
2016-09-07 00:28:01 +10:00
Jesse Boyd
0557671b80
Recover from third party generator error
2016-09-04 14:22:01 +10:00
Jesse Boyd
61d00e51ef
Fixes #1303
2016-08-26 03:02:50 +10:00
Alex
634802ef98
Got rid of that auto-optimize-imports option
2016-08-08 23:20:31 +02:00
Alex
37e4a652dd
Now calling the respective events when a user is removed from a plot.
...
And switched the event calling of adding Helpers and Trusted players. (Correct me if that was wrong)
2016-08-08 22:45:08 +02:00
MattBDev
112da17614
Squashed commit of the following:
...
commit 91c78407cd
Author: Jesse Boyd <jessepaleg@gmail.com>
Date: Sun Aug 7 11:29:59 2016 +1000
Use a queue for expiry
commit 395d6364be
Author: Jesse Boyd <jessepaleg@gmail.com>
Date: Sun Aug 7 04:43:41 2016 +1000
Cache on fail as well
commit facd43700d
Author: Jesse Boyd <jessepaleg@gmail.com>
Date: Sun Aug 7 04:00:50 2016 +1000
Cache entity count every second
commit 1ae694ff5b
Author: Jesse Boyd <jessepaleg@gmail.com>
Date: Sun Aug 7 03:52:37 2016 +1000
Tweak entity counting
commit c99dd1e74a
Author: Jesse Boyd <jessepaleg@gmail.com>
Date: Sat Aug 6 00:10:11 2016 +1000
Needs sponge builds
commit f408ac82be
Author: Alexander Söderberg <Sauilitired@users.noreply.github.com>
Date: Fri Aug 5 12:13:39 2016 +0200
Update README.md
commit 9b95990ba6
Author: Alexander Söderberg <Sauilitired@users.noreply.github.com>
Date: Thu Aug 4 16:50:37 2016 +0200
Update this here as well
2016-08-08 14:02:25 -04:00
MattBDev
adc021109f
Added Polar Bear where missing
2016-07-25 22:25:15 -04:00
MattBDev
85d6e42462
Merge branch '3.4.5' of https://github.com/IntellectualSites/PlotSquared into 3.5.0
2016-07-24 17:27:41 -04:00
MattBDev
8538170cba
Metrics
2016-07-16 22:51:49 -04:00
Jesse Boyd
e2c57cea52
.
2016-07-12 23:56:59 +10:00
MattBDev
a579df00db
Merge remote-tracking branch 'origin/master'
2016-06-27 10:14:28 -04:00
Jesse Boyd
817a5bc16e
Various
...
Fix compatibility with bukkit 1.5
Recover on failed fancy message initialization
Fix /2 remove *
2016-06-27 18:38:14 +10:00