Commit graph

2807 commits

Author SHA1 Message Date
owlnull
06248642ed Fix plugin crash caused by SkinsRestorer integration
SkinsRestorer integration now just shows warning instead of plugin crash when SkinsRestorer not installed and integration enabled
2020-04-28 15:10:25 +05:00
Mike Primm
bd4bac31fe More 1.13.2 fixes 2020-04-26 21:28:12 -05:00
Mike Primm
bf8f85f601 More fixes 2020-04-26 19:43:35 -05:00
Mike Primm
16c39efc60 Fix debug 2020-04-26 18:49:51 -05:00
Mike Primm
297e224da9 Debug chunk loader 2020-04-26 18:02:51 -05:00
Mike Primm
2a6ea5068c More 1.13.2 debug 2020-04-26 17:54:28 -05:00
Mike Primm
be0f77d594 Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2020-04-26 17:18:45 -05:00
Mike Primm
6789e48ad5 Handle null container file for 'minecraft' on 1.13.x+ 2020-04-26 17:18:30 -05:00
mikeprimm
a26d7f619c Update README.md 2020-04-26 17:03:08 -05:00
Mike Primm
78da49da14 Fix block state iterator 2020-04-26 16:58:55 -05:00
owlnull
c5e67185aa Made dependency SkinsRestorer compileOnly 2020-04-26 13:09:12 +05:00
Mike Primm
17c624952b More 1.13.2 forge work 2020-04-25 19:50:23 -05:00
Mike Primm
1a2e1d904d Fix Forge 1.12.2 build 2020-04-25 18:51:11 -05:00
mikeprimm
30a2d7c4d9 Update README.md 2020-04-25 13:02:05 -05:00
owlnull
1146394158 Fix NullPointerException in SkinsRestorerSkinUrlProvider.getSkinUrl during joins player without skin 2020-04-23 07:23:12 +05:00
owlnull
2031c45d6c Add skins support via SkinsRestorer plugin 2020-04-23 06:39:54 +05:00
mikeprimm
b350093fc7 Merge pull request #2875 from webbukkit/revert-2838-v3.0
Revert "Support Mohist"
2020-04-13 07:53:06 -05:00
mikeprimm
c73db13471 Revert "Support Mohist" 2020-04-13 07:52:45 -05:00
mikeprimm
6fda848f32 Update plugin.yml 2020-04-12 19:41:18 -05:00
mikeprimm
a412a5c613 Merge pull request #2769 from PEXPlugins/feature/vaultperms
Add Vault compatibility and fix PEX v2 usage
2020-04-12 19:40:25 -05:00
mikeprimm
47f3e58431 Update plugin.yml 2020-04-12 19:40:14 -05:00
mikeprimm
1a04b3ae12 Update plugin.yml 2020-04-12 19:38:20 -05:00
mikeprimm
f1db781786 Merge pull request #2770 from baconwaifu/postgres
Adding standalone files for postgres
2020-04-12 19:35:14 -05:00
mikeprimm
352a6db204 Merge branch 'v3.0' into postgres 2020-04-12 19:35:03 -05:00
mikeprimm
4653977dfc Merge pull request #2838 from Mohist-Community/v3.0
Support Mohist
2020-04-12 19:33:46 -05:00
mikeprimm
7590761d5f Merge pull request #2839 from L0laapk3/v3.0
fix vertical centering of markers
2020-04-12 19:31:52 -05:00
mikeprimm
8ebf7656c9 Merge pull request #2841 from paulstraw/feature/worldborderlabel
Add `worldborderlabel` configuration.txt setting
2020-04-12 19:31:06 -05:00
mikeprimm
cb5c6a818f Update mcmod.info 2020-04-12 19:28:29 -05:00
mikeprimm
51a25fe94a Update mcmod.info 2020-04-12 19:28:09 -05:00
mikeprimm
43f0fce1d0 Update mcmod.info 2020-04-12 19:27:49 -05:00
mikeprimm
825025e535 Update mcmod.info 2020-04-12 19:27:20 -05:00
mikeprimm
87830c9ddf Update mcmod.info 2020-04-12 19:26:58 -05:00
mikeprimm
a62a1456c6 Add reddit URL 2020-04-12 19:26:32 -05:00
mikeprimm
7c6d357d3d Add Reddit URL 2020-04-12 19:26:00 -05:00
mikeprimm
13a907584d Update README.md 2020-04-12 19:24:20 -05:00
Paul Straw
c690644b93 Adds worldborderlabel configuration.txt setting 2020-04-02 22:01:30 -07:00
L0laapk3
9b5d3ee70c fix centering of markers 2020-04-01 00:14:18 +02:00
Mgazul
5f43b6466e Support Mohist 2020-03-31 23:48:53 +08:00
mikeprimm
07fa1c9def Merge pull request #2781 from Ry0taK/v3.0
Fix unintended redirection to welcome file
2020-02-06 07:48:00 -06:00
Ry0taK
e052d6813e Fix unintended redirection to welcome file 2020-02-06 05:47:03 +00:00
baconwaifu
b1db367318 Add initial postgres standalone support. EXPERIMENTAL. chat broken. 2020-01-27 22:27:09 -05:00
baconwaifu
45da3f8346 Add list of storage options to README, and mark postgres as experimental 2020-01-27 22:27:03 -05:00
baconwaifu
7c35ed5369 Fix Postgres column typing for standalone files 2020-01-27 22:26:46 -05:00
Zach Levis
c77ae21e4e Switch to https for maven central repo 2020-01-26 20:45:31 -08:00
Zach Levis
638b17bc17 spigot: Add Vault permissions provider
This allows performing permissions checks using any plugin that
implements the Vault interfaces without having to provide direct
support, including for offline players.
2020-01-26 20:45:29 -08:00
Zach Levis
6152c07d9e spigot: For PEX provider, check class presence
Previously, just the plugin name was checked, which meant that Dynmap
would crash on servers running PEX 2 rather than falling back to another
provider such as superperms or op
2020-01-26 20:44:54 -08:00
Mike Primm
19e4599d8c Back to SNAPSHOT 2020-01-24 00:06:55 -06:00
Mike Primm
9408bb9e2a Fix chunk lighting for deep water (no skylight data) 2020-01-23 23:38:09 -06:00
Mike Primm
1c3e79c81a Prep for beta 10 release 2020-01-23 22:36:27 -06:00
Mike Primm
904c9be5ed Update for 1.15.2 Spigot 2020-01-22 11:06:09 -06:00