Commit Graph

  • 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 dordsor21 2020-05-05 11:12:39 +01:00
  • 4ad9f12d5d Move plot version to debugpaste top N0tMyFaultOG 2020-05-04 23:58:01 +02:00
  • 228c37815a Fix merge all Fixes #2804 dordsor21 2020-05-04 17:15:53 +01:00
  • a37ab10414 Don't send chat spy to message sender Alexander Söderberg 2020-05-03 18:13:54 +02:00
  • d73dbf0c81 5.10.5 dordsor21 2020-05-02 13:34:04 +01:00
  • daee26681a use strings for spawn reasons to be safe dordsor21 2020-05-02 12:13:00 +01:00
  • 729469e030 Add config options for all paper events. dordsor21 2020-05-01 10:54:19 +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 dordsor21 2020-04-30 17:50:52 +01:00
  • 85a75ad868 Yeet that PaperSPiGoT out of here dordsor21 2020-04-30 17:26:22 +01:00
  • 8ec8b8d803 Add some paper-specific listeners dordsor21 2020-04-30 17:23:18 +01:00
  • d864792d09 Fixes #2800 Allow to wrap OfflinePlayers in 1.15.2 MeFisto94 2020-05-01 16:49:39 +02: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 dordsor21 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) dordsor21 2020-05-01 20:29:35 +01:00
  • e06429f3b0 Correct world types given to player dordsor21 2020-05-01 19:18:11 +01:00
  • fd4a9a16de Execute commands when clicked for expire messages MattBDev 2020-05-01 13:34:43 -04:00
  • acba10ac09 Fix broken url NotMyFault 2020-05-01 17:00:55 +02:00
  • d6d49e0912 Show suffix in versionString() too dordsor21 2020-05-01 15:56:35 +01:00
  • b5de5f30ac Allow suffixes to the version - Useful for "PlotSquared-5.10.4-SNAPSHOT" etc dordsor21 2020-05-01 15:53:40 +01:00
  • 17698065a0 Add extra SpawnReasons to spawn listener dordsor21 2020-04-30 17:00:35 +01:00
  • 135c6f2c15 Send a less obnoxious message if the flag name length exceeds the maximum allowed length Alexander Söderberg 2020-04-30 13:36:03 +02:00
  • a263fe2f2d Apparently we need to recover from bad flags dordsor21 2020-04-30 12:15:42 +01:00
  • cbe46539ca Pick up the rest of the reformating dordsor21 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, dordsor21 2020-04-30 11:52:39 +01:00
  • b56d4d0fea Merge branch 'reformat' into v5 dordsor21 2020-04-30 11:39:02 +01:00
  • 42106bb97a I didn't get everything first time dordsor21 2020-04-30 11:33:59 +01:00
  • e7216d4aef Merge branch 'v5' into reformat dordsor21 2020-04-30 11:33:31 +01:00
  • 0751e9cea3 Make LiquidFlowFlag an enum dordsor21 2020-04-30 11:18:28 +01:00
  • 0091580ae0 Reformat it all. dordsor21 2020-04-30 11:01:52 +01:00
  • 4a16f9c1a7 LiquidFlow true will override BlockPhysics false dordsor21 2020-04-30 10:59:43 +01:00
  • 894d673c90 Fix tests N0tMyFaultOG 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 dordsor21 2020-04-30 10:17:19 +01:00
  • 53ca62e8fc Bump version NotMyFault 2020-04-29 22:06:23 +02:00
  • 670f6d9f8b Fix coral-dry flag not respecting horn coral blocks NotMyFault 2020-04-29 21:55:55 +02:00
  • 8a21334e66 Merge branch 'v5' of https://github.com/IntellectualSites/PlotSquared into v5 dordsor21 2020-04-28 11:21:51 +01:00
  • a130d801d5 schem.intellectualsites.com (just forwards to athion.net but cnamed) dordsor21 2020-04-28 11:21:30 +01:00
  • 51b6f41eff Update papi hook message N0tMyFaultOG 2020-04-25 23:54:30 +02:00
  • a829799b36 Update scripting message N0tMyFaultOG 2020-04-25 23:53:46 +02:00
  • ccb43d0661 Do placeholders better. - Still allow parsing of placeholder if no plot is required and plot is null. - Properly check if the player is null before getting the plot, and if the plot is null - These were still issues before my initial "fix" city dordsor21 2020-04-23 14:16:06 +01:00
  • 5bd53436df Prevent NPE for report comments Hannes Greule 2020-04-21 15:50:47 +02:00
  • caa4a08b26 getOfflinePlayer once dordsor21 2020-04-23 09:21:52 +01:00
  • 0fa99d7940 Never return null in Placeholder. Also slight cleanup. dordsor21 2020-04-23 09:06:37 +01:00
  • 73dae7842d Only poll for updates every 30 mins. - Don't do GET requests on player join (bad idea, it was sync...) - If there's an update it will notify the player still, it just caches the update status dordsor21 2020-04-22 12:09:00 +01:00
  • 92a18d810c Correct usage of Json. I'm dumb and forgot toString doesn't work. Repalce with getAsString dordsor21 2020-04-22 09:57:46 +01:00
  • 591eb60a71 5.10.2 *bump version after resource update dordsor21 2020-04-22 08:24:55 +01:00
  • 9081a5aff6 Fix incorrectly formatted biomes in worlds.yml automagically dordsor21 2020-04-22 08:22:14 +01:00
  • 8ff4566905 Change misleading information NotMyFault 2020-04-21 23:42:31 +02:00
  • c8d8fb6aff Reformat premium information N0tMyFaultOG 2020-04-21 23:38:56 +02:00
  • 6da4994955 Enhance premium verification N0tMyFaultOG 2020-04-21 23:06:11 +02:00
  • 4780fcd534 Fixes #2782 N0tMyFaultOG 2020-04-21 15:53:38 +02:00
  • 5b30711470 Cant use bar chart dordsor21 2020-04-21 12:38:07 +01:00
  • 336f27f078 Only check update if premium. Add bstats bars for premium vs not. dordsor21 2020-04-21 12:22:42 +01:00
  • 92ef0d723b 5.10.1 dordsor21 2020-04-21 11:59:10 +01:00
  • ffee7a518e update default biome to match format WorldEdit accepts. dordsor21 2020-04-21 09:16:02 +01:00
  • 8d61e6f111 Fix update checker - No more NPEs - Use the better spigot API - No obnoxious tooltip displaying the link without being clickable dordsor21 2020-04-21 08:56:23 +01:00
  • 67736bfbca git object is actually needed in Core build dordsor21 2020-04-21 08:28:22 +01:00
  • 84108b60c2 force version dordsor21 2020-04-21 08:16:06 +01:00
  • 59f8f2fdff Fix biome setting in 1.13 and 1.14 Alexander Söderberg 2020-04-20 23:40:04 +02:00
  • 5c6175badb Merge remote-tracking branch 'origin/v5' into v5 Alexander Söderberg 2020-04-20 23:37:02 +02:00
  • 8db8a30455 Fix biome setting Alexander Söderberg 2020-04-20 23:36:56 +02:00
  • cbe8fda1df Fix update notification NotMyFault 2020-04-20 23:24:28 +02:00
  • 558df450b5 Update spigot updater N0tMyFaultOG 2020-04-20 21:04:30 +02:00
  • f1d10c96bc Added PERMISSIONS_ADMIN_CHAT_BYPASS enum for the permission plots.admin.chat.bypass allowing users to bypass the plot chat security feature. Cheezybo99 2020-04-19 11:32:09 +01:00
  • 4d1b08a628 Updated to properly use the permissions system from com.plotsquared.core.util.Permissions and com.plotsquared.core.configuration.Captions Cheezybo99 2020-04-18 22:10:33 +01:00
  • 2eda56bc1f If all players are denied from a plot, this will allow administrators with permission to see chatspy, talk in plots they have been denied from. Cheezybo99 2020-04-18 21:42:51 +01:00
  • c391fee100 Merge pull request #2779 from lenis0012/v5 Alexander Söderberg 2020-04-20 18:53:55 +02:00
  • 06d255ccc2 Create FUNDING.yml Alexander Söderberg 2020-04-20 18:48:22 +02:00
  • bb291b947f Use primite int type for setBiome 1.13 workaround Lennart ten Wolde 2020-04-20 17:27:46 +02:00
  • 3c8b22688a I'm dumb. Alexander Söderberg 2020-04-19 21:24:45 +02:00
  • cdd1fad85c Fix github link in debugpaste Alexander Söderberg 2020-04-19 21:22:45 +02:00
  • ab6fd06657 Link to bStats Alexander Söderberg 2020-04-18 23:22:05 +02:00
  • 3bb32a5630 Add bStats stats to README Alexander Söderberg 2020-04-18 23:21:01 +02:00
  • bf5862942a Disable prefixes for flag info headers and footers and suppress NPE in the update utility Alexander Söderberg 2020-04-18 22:26:13 +02:00
  • cbea595fa0 Don't relocate json-simple. Alexander Söderberg 2020-04-18 21:14:44 +02:00
  • 952ea0b090 Fix setowner none (unclaim) dordsor21 2020-04-18 17:59:45 +01:00
  • af951ac11c Update upload to debug the content if incorrect properly. dordsor21 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. dordsor21 2020-04-18 17:44:01 +01:00
  • 95335df84d Merge branch 'v5' of https://github.com/IntellectualSites/PlotSquared into v5 dordsor21 2020-04-18 17:22:58 +01:00
  • 100861484a Fix plot claim. dordsor21 2020-04-18 17:22:51 +01:00
  • 70eb588f1f Update issue template for v5/v3 support N0tMyFaultOG 2020-04-18 17:04:16 +02:00
  • c206de263b Merge remote-tracking branch 'origin/v5' into v5 Alexander Söderberg 2020-04-18 02:28:29 +02:00
  • 0c12972c03 Register misc-flags. Alexander Söderberg 2020-04-18 02:28:11 +02:00
  • 546c4defb7 Add SirYwell to authors list N0tMyFaultOG 2020-04-16 23:49:08 +02:00
  • 814fca3832 Update flag description N0tMyFaultOG 2020-04-16 19:15:40 +02:00
  • 3ee29297e0 Add option to force plot chat in plot areas. dordsor21 2020-04-16 16:55:14 +01:00
  • 6d9d0fff10 Add description caption for chat flag dordsor21 2020-04-16 12:49:00 +01:00
  • 714b8dad87 Implement IntellectualSites/PlotSquaredSuggestions/96 dordsor21 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. dordsor21 2020-04-16 11:43:13 +01:00
  • 4aac3bf7e4 Merge pull request #2757 from IntellectualSites/api/v5/packages Alexander Söderberg 2020-04-16 10:58:13 +02:00
  • ee2ed8222d Merge config packages Alexander Söderberg 2020-04-16 06:14:33 +02:00
  • edaf396894 Merge features/v5/internal-updates into api/v5/packages Alexander Söderberg 2020-04-16 06:11:03 +02:00
  • 6f052f0001 Remove extra line from HEADER Alexander Söderberg 2020-04-16 05:05:58 +02:00
  • ba40a56c32 Add GPLv3 License headers to all source files. Alexander Söderberg 2020-04-16 04:52:39 +02:00
  • 780be3776a Addressed some comments MattBDev 2020-04-15 15:26:54 -04:00
  • 98235b3fdc Merge remote-tracking branch 'origin/dependabot/gradle/features/v5/internal-updates/org.jetbrains.kotlin-kotlin-stdlib-1.3.72' into features/v5/internal-updates NotMyFault 2020-04-14 20:25:22 +02:00
  • f5a9abfc8d Bump kotlin-stdlib from 1.3.61 to 1.3.72 dependabot-preview[bot] 2020-04-14 18:25:00 +00:00
  • a8619fe2ad Bump asm from 7.3.1 to 8.0.1 dependabot-preview[bot] 2020-04-14 18:23:48 +00:00
  • c812bb1295 Bump annotations from 18.0.0 to 19.0.0 dependabot-preview[bot] 2020-04-14 17:50:27 +00:00
  • 4e7bcc788b Merge pull request #2764 from IntellectualSites/features/v5/event-entity-categories Alexander Söderberg 2020-04-12 23:21:47 +02:00
  • 79bd69e599 Make the entity counting code use the new entity categories, remove usage of magic numbers and add /plot caps Alexander Söderberg 2020-04-12 19:30:50 +02:00
  • 5772af37fe Reclassify shulker as a hostile mob Alexander Söderberg 2020-04-12 04:46:51 +02:00