furplag
|
e78404e339
|
Revert "update Spigot-1.19.3 ."
This reverts commit d4f8928c04 .
|
2022-12-15 17:03:01 +09:00 |
|
furplag
|
d4f8928c04
|
update Spigot-1.19.3 .
|
2022-12-15 16:55:42 +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
|
e59c5bd821
|
* Updated from Gradle v7.4.1 to v7.4.2
* Updated Mojang Spigot Remapper plugin for Gradle from v1.2.0 to v1.3.0
* Force project source compatibility and target compatibility to Java 17
|
2022-06-12 17:05:00 -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
|
22b2dace65
|
Updated Gradle version used by wrapper from 7.4 to 7.4.1.
|
2022-03-10 19:23:59 -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
|
f556f44dbf
|
Updated Mojang to Spigot remapper Gradle plugin to version 1.2.0.
|
2022-03-07 14:30:30 -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
|
f76f7036d0
|
Updated Mojang to Spigot remapper Gradle plugin to version 1.1.2.
|
2022-03-06 16:53:48 -05:00 |
|
David Berdik
|
7dcd6ac2e0
|
Trying another plugin. Maybe this one will work?
|
2022-03-03 23:40:02 -05:00 |
|
David Berdik
|
821f546fd7
|
Migrate (yet again) to another Gradle plugin for handling the remapping process. This one isn't PaperSpigot-specific, so the deprecation warnings no longer occur.
|
2022-03-03 17:31:32 -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
|
65873a2ecf
|
Updated Gradle version used by wrapper from 7.3.1 to 7.4.
|
2022-02-25 22:25:29 -05:00 |
|
David Berdik
|
5925538190
|
Updated README with newer JDK version requirement and new build instructions.
|
2022-02-25 21:51:51 -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
|
922c7430e6
|
Revert "Add Kyori adventure API"
This reverts commit 627f1e27f9 .
|
2022-02-23 22:11:36 -05:00 |
|
David Berdik
|
627f1e27f9
|
Add Kyori adventure API
|
2022-02-23 22:08:24 -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
|
e5140a794e
|
Specify the name to use on the final jar.
|
2022-02-13 19:57:10 -05:00 |
|
David Berdik
|
5216e6bccf
|
Updated import statements for 1.18
|
2022-02-13 19:38:49 -05:00 |
|
David Berdik
|
960928672a
|
Migrate to the Paperweight Userdev Gradle plugin for compiling the plugin. As part of the migration, the Gradle files have been ported from the old Groovy DSL format to the Kotlin DSL format.
|
2022-02-13 18:46:22 -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
|
606381387d
|
Updated Gradle wrapper to Gradle 7.3.1
|
2021-12-04 17:47:07 -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
|
6953009c8b
|
Updated GriefPrevention, RedProtect, Residence, Towny, WorldEdit, and WorldGuard libraries used for building Herobrine.
|
2021-07-07 20:28:03 -04:00 |
|
David Berdik
|
01b43746e5
|
Corrected name of final jar in README build instructions.
|
2021-07-07 18:43:16 -04:00 |
|
David Berdik
|
86f593cca8
|
Bump Minecraft version in build.gradle to 1.17.1
|
2021-07-07 18:23:17 -04:00 |
|
David Berdik
|
6aeba0848c
|
Fixed mistake in project compilation instructions in README.
|
2021-07-07 18:11:29 -04:00 |
|
David Berdik
|
cd616cce27
|
Renamed SoundF to SoundCore
|
2021-07-07 18:08:42 -04:00 |
|