Commit graph

152 commits

Author SHA1 Message Date
Mike Primm
daac0c748e Add missing textures, shift to 1.21.6 and 1.21.7 2025-07-09 00:08:41 -04:00
Mike Primm
e9fb91a93a Adjust version lookup for 1.21.x releases 2025-07-08 20:26:38 -04:00
Chaosjan44
436ded2175 removed the 1.21.6 Bukkit Helper since its not needed
fixed the porting issues @jacob1 found
2025-07-07 18:49:15 +02:00
Chaosjan44
1708a429bf added 1.21.7 helper so that we can start the plugin on 1.21.7 - new blocks may not be rendered correctly yet. 2025-06-30 23:44:18 +02:00
Chaosjan44
75ec8bf8d9 Seems to work like this (1.21.6 - tested on Paper release 28) 2025-06-25 02:27:21 +02:00
jacob1
20b7485acc Spigot 1.21.5 support
(ability to run only, not the ability to render the handful of new decorative flower blocks)
2025-04-01 21:13:25 -04:00
jacob1
0e86293db1 Spigot 1.21.4 support
(ability to run only, not the ability to render any of the new pale garden blocks)
2024-12-03 19:54:02 -05:00
jacob1
abf7332cb4 Spigot / Paper 1.21.3 support 2024-11-09 20:56:09 -05:00
icanttellyou
01793b535f Future-proofing 2024-08-13 02:07:59 +03:00
icanttellyou
df0f55832d Add 1.21.1 support 2024-08-10 17:42:46 +03:00
ashduino101
bf0c74ca4d 1.21 support for Bukkit 2024-06-14 21:21:23 -07:00
mikeprimm
383d8cec48 Merge pull request #4082 from JurgenKuyper/add-configurable-spawnbed-hide-on-leave
added configurable on whether to remove spawnbed markers when player leaves the server
2024-06-02 12:59:32 -05:00
Michael Primm
0ecb064940 Start 1.20.5 code 2024-04-26 20:54:41 -05:00
Jurgen
80c0759ba6 added configurable on whether to remove spawnbed markers on leave of player 2024-02-26 20:51:51 +01:00
mikeprimm
e41c4990a3 Merge pull request #4030 from ChimneySwift/generic-s3
Allow generic S3 endpoints for alternative services
2023-12-12 22:02:03 -06:00
Michael Primm
31faa83b24 Add spigot-1.20.4 initial support 2023-12-12 21:22:38 -06:00
ChimneySwift
29b7c3c3a6 Add override_endpoint setting to configuration files 2023-11-16 22:07:28 +10:00
Jurgen
fb94024edf implemented hideifspectator switch, fully functional 2023-10-08 11:56:41 +02:00
JurgenKuyper
86620223cb Merge branch 'webbukkit:v3.0' into v3.0 2023-10-01 10:44:26 +02:00
Michael Primm
97a69c8c12 Restrict /dmarker file imports to {dynmap-directory}/import 2023-09-27 21:35:40 -05:00
Michael Primm
9f635441bd Fix running on spigot/paper 1.20, 1.20.1 2023-09-27 16:35:44 -05:00
JurgenKuyper
afa6afd202 Merge pull request #1 from webbukkit/v3.0
align repo
2023-09-27 22:21:33 +02:00
Jurgen
0a34320fa4 implemented hideifspectator switch, still need to test fabric/forge 2023-09-27 22:22:00 +02:00
Michael Primm
c2f9efd29c Add spigot 1.20.2 support 2023-09-21 20:13:15 -05:00
Jurgen
b6ff50c898 implemented hide if spectator 2023-09-03 12:37:58 +02:00
mikeprimm
a3da35510d Merge pull request #3990 from Thorinwasher/v3.0
Disable the plugin if on the wrong platform
2023-08-29 13:14:01 -05:00
Michael Primm
a30406e2a7 Shift old spigot/paper support to dynamic load to handle pedantic Paper
loader
2023-08-20 14:38:38 -05:00
Thorinwasher
7842e9bdf9 Update DynmapPlugin.java 2023-07-10 11:45:27 +02:00
Michael Primm
19447f942d Add workaround for PaperMC's broken Ban API 2023-07-08 15:11:02 -05:00
Michael Primm
6beb62b4b7 Initial Spigot/Paper 1.20 support 2023-06-09 02:05:17 -04:00
Michael Primm
dc18fc46d8 Initial Spigot/Paper 1.19.4 2023-03-16 00:55:32 -05:00
Max
5f7ffc5aa8 fix typo 2023-02-18 22:40:13 +01:00
Max
68d8e568bb add a comment to prevent issues like this: https://github.com/webbukkit/dynmap/issues/2968#issuecomment-652205096 2023-02-16 10:28:44 +01:00
Joo200
d2ad68eadf Don't use reflections to access SkinsRestorer API 2023-01-04 15:22:16 +01:00
Michael Primm
975944f649 Add initial 1.19.3 for Spigot/PaperMC support 2022-12-08 13:45:18 -06:00
mastermc05
8910bf62ef Cache biome object, further reduce diff 2022-11-18 13:12:40 +02:00
stepech
2b2747d3bd Update minimum spigot api, improve armor points counting 2022-08-08 22:40:27 +02:00
Mike Primm
5a3ed79f37 Initial spigot/paper 1.19 port 2022-06-07 12:28:16 -05:00
RedstoneFuture
e1366042f2 Add no-permission message option 2022-05-29 15:28:06 +02:00
mastermc05
398992a32b Clean and finish x2 2022-04-01 15:16:57 +03:00
mastermc05
294677a011 Clean and finish 2022-03-31 16:18:02 +03:00
mastermc05
3760549dda Parallel process and load plans 2022-03-30 19:37:29 +03:00
mastermc05
2c01947919 First idea implementation 2022-03-29 23:55:05 +03:00
Mike Primm
a0ee4dec1d First pass of 1.18.2 spigot/paper support 2022-02-28 17:46:40 -06:00
Mike Primm
5f7bbed28e Add support for trusted-proxies subnet ranges, handle nested proxies 2022-02-22 22:11:48 -06:00
Mike Primm
1954659b67 Add prefix path support for AWS S3 website 2022-02-20 21:38:50 -06:00
Mike Primm
c4dc5777c7 Switch to sdk v2 2022-02-18 00:40:55 -06:00
Mike Primm
b963cfe5d5 Start S3 support 2022-02-17 21:59:53 -06:00
Mike Primm
d9d3024865 Add tilescale and defaulttilescal : option for bigger tiles 2022-02-16 21:13:57 -06:00
Mike Primm
fd6e1e4723 Add publicURL setting and '/dynmap url' command 2022-02-12 01:30:00 -06:00