Commit Graph

2178 Commits

Author SHA1 Message Date
afe874a59b try-catch for NPE in purge and fail gracefully if the world is null
Plausible scenario since purge is often run to remove plots in the DB from removed worlds
Shouls fix #2806
2020-05-05 11:12:39 +01:00
4ad9f12d5d Move plot version to debugpaste top 2020-05-04 23:58:01 +02:00
228c37815a Fix merge all
Fixes #2804
2020-05-04 17:15:53 +01:00
729469e030 Add config options for all paper events. 2020-05-02 11:58:32 +01:00
c6dc9ee189 Add some more listeners
- Also use setShouldAbortSpawn so it doesn't just try forever
 - Add config to enable or disable all paper listeners
2020-05-02 11:58:32 +01:00
85a75ad868 Yeet that PaperSPiGoT out of here 2020-05-02 11:58:32 +01:00
8ec8b8d803 Add some paper-specific listeners 2020-05-02 11:58:32 +01:00
ed2e9a80ed Fix rare bug where if the plot size was less than 15 and the chunk contained an entire plot, it would generate incorrectly 2020-05-01 20:30:59 +01:00
36948ed351 Move world settings dump to a better location (where all of the fields will actually have been set) 2020-05-01 20:29:35 +01:00
e06429f3b0 Correct world types given to player 2020-05-01 19:18:11 +01:00
fd4a9a16de Execute commands when clicked for expire messages 2020-05-01 13:34:43 -04:00
d6d49e0912 Show suffix in versionString() too 2020-05-01 15:56:35 +01:00
b5de5f30ac Allow suffixes to the version
- Useful for "PlotSquared-5.10.4-SNAPSHOT" etc
2020-05-01 15:53:40 +01:00
135c6f2c15 Send a less obnoxious message if the flag name length exceeds the maximum allowed length 2020-04-30 13:36:03 +02:00
a263fe2f2d Apparently we need to recover from bad flags 2020-04-30 12:15:42 +01:00
cbe46539ca Pick up the rest of the reformating 2020-04-30 11:53:07 +01:00
5e842f1572 Force flag names to be 64 characters or less
- A few people seem to be on interesting SQL installs. This should fix the issues they have with 767 bytes,
2020-04-30 11:52:39 +01:00
42106bb97a I didn't get everything first time 2020-04-30 11:33:59 +01:00
e7216d4aef Merge branch 'v5' into reformat 2020-04-30 11:33:31 +01:00
0751e9cea3 Make LiquidFlowFlag an enum 2020-04-30 11:18:28 +01:00
0091580ae0 Reformat it all. 2020-04-30 11:01:52 +01:00
894d673c90 Fix tests 2020-04-30 11:32:50 +02:00
577fe3037f Update checker improvements and 5.10.4
- Add config option to disable poll once it's found an update (true by default)
 - Better PlotVersion stuff can now detect if you're using a later version than the spigot API, and not tell you about it
2020-04-30 10:17:19 +01:00
8a21334e66 Merge branch 'v5' of https://github.com/IntellectualSites/PlotSquared into v5 2020-04-28 11:21:51 +01:00
a130d801d5 schem.intellectualsites.com (just forwards to athion.net but cnamed) 2020-04-28 11:21:30 +01:00
a829799b36 Update scripting message 2020-04-25 23:53:46 +02:00
5bd53436df Prevent NPE for report comments 2020-04-23 13:44:34 +01:00
9081a5aff6 Fix incorrectly formatted biomes in worlds.yml automagically 2020-04-22 08:22:14 +01:00
c8d8fb6aff Reformat premium information 2020-04-21 23:38:56 +02:00
6da4994955 Enhance premium verification 2020-04-21 23:06:11 +02:00
4780fcd534 Fixes #2782
Thanks for the contribution :)
2020-04-21 15:53:38 +02:00
ffee7a518e update default biome to match format WorldEdit accepts. 2020-04-21 09:16:02 +01:00
f1d10c96bc Added PERMISSIONS_ADMIN_CHAT_BYPASS enum for the permission plots.admin.chat.bypass allowing users to bypass the plot chat security feature. 2020-04-20 18:55:28 +02:00
3c8b22688a I'm dumb. 2020-04-19 21:24:45 +02:00
cdd1fad85c Fix github link in debugpaste 2020-04-19 21:22:45 +02:00
bf5862942a Disable prefixes for flag info headers and footers and suppress NPE in the update utility 2020-04-18 22:26:13 +02:00
cbea595fa0 Don't relocate json-simple. 2020-04-18 21:14:44 +02:00
952ea0b090 Fix setowner none (unclaim) 2020-04-18 17:59:45 +01:00
af951ac11c Update upload to debug the content if incorrect properly. 2020-04-18 17:53:45 +01:00
165614efe9 make sure never to have unclaim be an alias of delete. Even if it doesn't work. 2020-04-18 17:44:01 +01:00
95335df84d Merge branch 'v5' of https://github.com/IntellectualSites/PlotSquared into v5 2020-04-18 17:22:58 +01:00
100861484a Fix plot claim. 2020-04-18 17:22:51 +01:00
c206de263b Merge remote-tracking branch 'origin/v5' into v5 2020-04-18 02:28:29 +02:00
0c12972c03 Register misc-flags. 2020-04-18 02:28:11 +02:00
546c4defb7 Add SirYwell to authors list
Thanks for all your hard work regarding v5 ❤️
2020-04-16 23:49:08 +02:00
814fca3832 Update flag description 2020-04-16 19:15:40 +02:00
3ee29297e0 Add option to force plot chat in plot areas. 2020-04-16 16:55:14 +01:00
6d9d0fff10 Add description caption for chat flag 2020-04-16 12:49:00 +01:00
714b8dad87 Implement IntellectualSites/PlotSquaredSuggestions/96
Also make Plot Chat work properly. Not sure what was going on there before...
2020-04-16 11:54:32 +01:00
a44807d47b Don't dump biome array on /ps reload. Gradle also seems to want to change the Core pom. 2020-04-16 11:43:13 +01:00