Commit Graph

238 Commits

Author SHA1 Message Date
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
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
8e8eb2bd0b Updated Gradle wrapper to Gradle 7.1.1 2021-07-07 16:22:36 -04:00
David Berdik
872fafb161 Removed unnecessary entries in build.gradle 2021-07-07 16:19:46 -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
100ce46665 Fixed README formatting error. 2021-07-07 19:49:46 +00:00
David Berdik
dc3c22dfab Updated README 2021-07-07 15:38:30 -04:00
David Berdik
22131b38d9 Migrated to a more mature Gradle plugin for building Herobrine using the Mojang mappings. 2021-07-07 09:36:02 -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
c5d36da55d Replaced obfuscate and deobfuscate Gradle tasks with genReleaseJar Gradle task 2021-07-05 17:59:49 -04:00
David Berdik
df52dac138 Added live flag to obfuscate and deobfuscate Gradle tasks. 2021-07-05 17:29:21 -04:00
David Berdik
46aa641058 Bumped Spigot API version to 1.17 in plugin.yml 2021-07-04 20:05:49 -04:00
David Berdik
0755d2fc95 Added Gradle tasks for obfuscating and deobfuscating the jar. 2021-07-04 20:01:24 -04:00
David Berdik
114cb15c7f Update Spigot compatibility check for 1.17. 2021-07-02 20:42:58 -04:00
David Berdik
8838a51704 All errors fixed! 2021-07-02 18:51:58 -04:00
David Berdik
8e527db2c7 Fixed two more errors. 13 errors remain in HumanNPC. 2021-07-02 15:54:09 -04:00
David Berdik
48acf6dc7a Fixed more errors. 15 remaining. 2021-07-01 22:25:23 -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
601287b214 Removed "name" field from repository entry for Mojang Mappings plugin. 2021-06-29 19:32:18 -04:00
David Berdik
6b63067ead Updated Gradle configuration for Spigot 1.17 and added support for using the so-called "Mojang Mappings" via the use of a third-party plugin (https://www.spigotmc.org/threads/1-17-mappings-with-gradle.511184/). 2021-06-29 19:30:41 -04:00
David Berdik
82b71fda34 Updated Gradle wrapper to use 7.1. 2021-06-27 20:57:10 -04:00
David Berdik
0e50129f86 *Changed plugin.yml version number from 2.1.2 to 2.1.3
*Changed plugin internal version number from 32 to 33
2021-05-30 22:00:15 -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
59481e4f81 Updated build.gradle to point to 1.16.5 2021-05-30 20:06:10 -04:00
David Berdik
d89111db0b Updated Gradle version used by Gradle wrapper from 6.7 to 7.0.2. 2021-05-30 19:58:56 -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