Commit Graph

66 Commits

Author SHA1 Message Date
furplag
629ab401c1 Update for Spigot-1.20 2023-09-29 11:28:17 +09: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
David Berdik
08ac259d94 Changed version name from 2.6.0-SNAPSHOT to 2.4.2 2023-05-12 22:48:53 -04:00
David Berdik
ea462fbb06 Changed plugin internal version number from 39 to 40. 2023-05-12 22:46:34 -04:00
furplag
51d96b15a0 Merged in spigot-1.19.4 (pull request #5)
Update for Spigot-1.19.4

Approved-by: David Berdik
2023-05-13 02:42:49 +00:00
David Berdik
32f780d1d1 Revert "Changed version name from 2.5.0-SNAPSHOT to 2.4.1"
This reverts commit a960d0cf36.
2023-05-12 22:42:12 -04:00
David Berdik
ea986b7059 Changed plugin internal version number from 38 to 39. 2023-05-12 22:26:22 -04:00
David Berdik
a960d0cf36 Changed version name from 2.5.0-SNAPSHOT to 2.4.1 2023-05-12 22:20:08 -04:00
furplag
4b177e2ed3 Update Spigot-1.19.4. 2023-04-10 11:53:51 +09:00
furplag
bbdf5d14c7 fix code when Herobrine hiding. 2022-12-15 16:38:40 +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
90d7272425 *Changed plugin.yml version number from 2.3.1 to 2.4.0
*Changed plugin internal version number from 37 to 38
*Changed API target version from Spigot 1.18 to 1.19
2022-06-14 19:35:55 -04:00
David Berdik
e44ec179c3 Passing in null for the ProfilePublicKey for the HumanEntity class. This might not work, but I think it will based on my understanding of how this is implemented. 2022-06-14 19:32:39 -04:00
David Berdik
59e815e5ba Updated setting of custom names on custom entities for Spigot 1.19. 2022-06-14 19:19:06 -04:00
David Berdik
36ed006f89 Rewrote help command output code to use the Bungee Chat API. 2022-06-13 22:11:42 -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
1d07521107 *Changed plugin.yml version number from 2.3.0 to 2.3.1
*Changed plugin internal version number from 36 to 37
2022-03-10 19:26:50 -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
0f066fa654 Revert "Add explicit casting to fix problems with the remapper not working properly."
This reverts commit 20b41b08bc.
2022-03-07 15:05:17 -05:00
David Berdik
20b41b08bc Add explicit casting to fix problems with the remapper not working properly. 2022-03-06 17:46:20 -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
a5cad0992c Revert "Finished fixing deprecation warnings."
This reverts commit f0d8ff9c02.
2022-02-23 22:11:48 -05:00
David Berdik
f0d8ff9c02 Finished fixing deprecation warnings. 2022-02-23 21:00:00 -05:00
David Berdik
a54b145596 Replace use of the deprecated getDisplayName() with displayName(). 2022-02-13 19:57:38 -05:00
David Berdik
5216e6bccf Updated import statements for 1.18 2022-02-13 19:38:49 -05:00
David Berdik
83f92e79d1 Bumped Spigot API version to 1.18 in plugin.yml 2021-12-04 17:54:42 -05:00
David Berdik
06e49a0c4c *Changed plugin.yml version number from 2.2.1 to 2.3.0
*Changed plugin internal version number from 35 to 36
2021-12-04 17:53:42 -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
d1893c6cb3 *Changed plugin.yml version number from 2.2.0 to 2.2.1
*Changed plugin internal version number from 34 to 35
2021-07-14 15:22:44 -04:00
David Berdik
3295c2f177 Fixed reversal of pitch and yaw when teleporting a player back from Herobrine's Graveyard. 2021-07-08 16:32:23 -04:00
David Berdik
42469f1710 Fixed issue with Herobrine despawning and respawning not working properly. 2021-07-08 14:10:00 -04:00
David Berdik
ef619088a7 Removed unnecessary casting. 2021-07-07 21:37:14 -04:00
David Berdik
cd616cce27 Renamed SoundF to SoundCore 2021-07-07 18:08:42 -04:00
David Berdik
26975a87c4 Changed "position" command to "location" 2021-07-07 16:59:26 -04:00
David Berdik
bfcedd4ea4 Renamed BServer and BWorld to NMSServer and NMSWorld. 2021-07-07 16:54:38 -04:00
David Berdik
a5a41ed9a9 Added pitch and yaw to restoration of player location after visiting Herobrine's Graveyard. 2021-07-07 16:51:35 -04:00
David Berdik
2d4c454feb Add pitch and yaw to Herobrine's Graveyard teleportation cache. 2021-07-07 16:40:10 -04:00
David Berdik
0b3dc1b257 *Changed plugin.yml version number from 2.1.3 to 2.2.0
*Changed plugin internal version number from 33 to 34
2021-07-07 16:18:46 -04:00
David Berdik
392811a9ca Fixed setting of Herobrine's pitch and yaw. 2021-07-06 21:18:09 -04:00
David Berdik
2809b246a5 Fixed spawnHumanNPC() in NPCCore 2021-07-06 18:30:32 -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
46aa641058 Bumped Spigot API version to 1.17 in plugin.yml 2021-07-04 20:05:49 -04:00