Commit Graph

27 Commits

Author SHA1 Message Date
furplag
d0fe601ef0 Revert "update Spigot 1.20.2 (pull request #4)" 2023-09-29 03:13:31 +00:00
furplag
37c30c4349 Update for Spigot-1.20 2023-09-29 11:27:48 +09:00
furplag
237acdd681 Update for Spigot-1.20 2023-06-13 11:01:45 +09:00
furplag
4b177e2ed3 Update Spigot-1.19.4. 2023-04-10 11:53:51 +09:00
furplag
29bf773fb6 Update for Spigot 1.19.3 2022-12-15 16:14:05 +09:00
David Berdik
508f32d57a Updated obfuscated fields in unfreezeRegistry() for Spigot 1.19. 2022-06-14 19:53:40 -04:00
David Berdik
fd10c8da55 Started migrating codebase to Spigot 1.19 2022-06-13 19:27:53 -04:00
David Berdik
482aedc6e3 Moved Herobrine's default spawn location from (0, -20, 0) to (0, -100, 0). This change was made because, as of Minecraft 1.18, (0, -20, 0) is no longer a coordinate located underneath the world boundary. 2022-03-11 18:23:42 -05:00
David Berdik
f98253e070 Moved location of UpdateScanner class. Feature-wise, this change is irrelevant. It is just a minor organizational change to the code. 2022-03-10 19:21:58 -05:00
David Berdik
45ecd1aef9 Fixed Herobrine's Graveyard getting generated above ground level in Minecraft 1.18 and newer. 2022-03-10 19:17:08 -05:00
David Berdik
c0db064b4f Migrated codebase to Spigot 1.18.2 2022-03-07 22:06:25 -05:00
David Berdik
eae6dfe994 Revert "Suppress deprecation warnings caused by using the paperweight-userdev plugin for handling remapping. This isn't ideal, but it's the best I can do for now. Trying to fix the warnings breaks the plugin when you try to run it using Spigot, and there aren't any other good Gradle plugins for handling the remapping process, so this is the best compromise for now."
This reverts commit 0219fd6025.
2022-03-03 16:54:33 -05:00
David Berdik
0219fd6025 Suppress deprecation warnings caused by using the paperweight-userdev plugin for handling remapping. This isn't ideal, but it's the best I can do for now. Trying to fix the warnings breaks the plugin when you try to run it using Spigot, and there aren't any other good Gradle plugins for handling the remapping process, so this is the best compromise for now. 2022-02-25 21:50:32 -05:00
David Berdik
d83347b6fb Revert "Replace use of the deprecated getDisplayName() with displayName()."
This reverts commit a54b145596.
2022-02-23 22:12:23 -05:00
David Berdik
a54b145596 Replace use of the deprecated getDisplayName() with displayName(). 2022-02-13 19:57:38 -05:00
David Berdik
2792696de3 *Bump Minecraft version in build.gradle to 1.18.
*Update Spigot compatibility check for 1.18.
2021-12-04 17:49:37 -05:00
David Berdik
f07556cb38 Remove PaperSpigot block 2021-07-14 15:26:04 -04:00
David Berdik
b2d306cf11 Moved Graveyard world generation to be done before spawning Herobrine. 2021-07-05 20:56:31 -04:00
David Berdik
114cb15c7f Update Spigot compatibility check for 1.17. 2021-07-02 20:42:58 -04:00
David Berdik
230554e11a Fixed more errors. 20 remaining, and all are related to NPCs. 2021-07-01 21:27:28 -04:00
David Berdik
bac190a385 Fixed more errors. 64 remaining. 2021-07-01 16:43:59 -04:00
David Berdik
7da381ec6a Most of the work from yesterday was useless, as my Gradle cache was apparently out of sync and therefore registering imports as valid that turned out to be invalid, so, back to the drawing board. Down to 93 errors remaining. 2021-06-30 22:25:16 -04:00
David Berdik
bb12e57257 Fixed imports, however, missing field errors have not been resolved yet. 2021-06-29 21:51:20 -04:00
David Berdik
2178160565 Added PaperSpigot detection. If PaperSpigot is detected, have the plugin print an error stating to upgrade to Spigot and disable itself. 2021-05-30 21:56:55 -04:00
David Berdik
2c65126c65 Added server compatibility check. If Herobrine is not compatible with the server, an error message will be printed to the server console and the plugin will disable itself. 2020-12-23 18:26:07 -05:00
David Berdik
532bb0f9ab Migrated to Spigot 1.16.4 2020-12-19 22:06:46 -05:00
Cory Redmond
601f6c9299
Add gradle dependency managment. 2020-11-02 01:00:27 +00:00