David Berdik
b7e835af51
Fixed player burial
2019-12-28 18:39:27 -05:00
David Berdik
1ac18c604d
Fixed occasional stack trace when launching server caused by Herobrine attempting to build before a world is generated
2019-12-28 18:24:57 -05:00
David Berdik
83150c72cf
Fixed floating Redstone Torches in generated caves
2019-12-28 18:09:20 -05:00
David Berdik
1da948658a
Removed stray import from Heads.java
2019-12-28 18:08:24 -05:00
David Berdik
b267da09ab
Fixed head spawning
2019-12-28 17:55:48 -05:00
David Berdik
0653d44c54
Fixed Herobrine artifacts
2019-12-28 17:23:51 -05:00
David Berdik
e8f6461425
Changed directory name used for "world_herobrineai_graveyard" to "world_herobrine_graveyard"
2019-12-28 16:01:07 -05:00
David Berdik
e4a8ca3b81
Renamed "HerobrineAI.java" to "Herobrine.java" and replaced "HerobrineAI" branding with "Herobrine"
2019-12-28 15:53:46 -05:00
David Berdik
686cfc75e4
Changed package names "org.jakub1221.herobrineai" to "net.theprogrammersworld.herobrine"
2019-12-28 15:47:29 -05:00
David Berdik
4ebe05cd08
Herobrine visibility is now dynamically toggled on a per-user basis using line-of-sight checks as a workaround to the mandatory tab list limitation for NPCs
2019-12-28 15:43:47 -05:00
David Berdik
ce2354a525
Fixed issue with Herobrine being invisible
2019-12-28 12:09:34 -05:00
David Berdik
ec79064d0f
Fixed index out of bounds exception when choosing a world for Herobrine to spawn in. This involved restructuring the order in which plugin loading procedures are performed.
2019-12-28 00:57:11 -05:00
David Berdik
2ab95750d7
Removed unnecessary conditional check
2019-12-27 18:47:07 -05:00
David Berdik
6eefa9cc52
Minor comment adjustment to addCustomEntity in HerobrineAI
2019-12-27 18:41:59 -05:00
David Berdik
edb42ae3f2
Removed unnecessary comment
2019-12-27 18:39:00 -05:00
David Berdik
d19f49a53a
Deleted unnecessary files
2019-12-27 18:37:24 -05:00
David Berdik
04109cea46
Changed plugin.yml API version from 1.14 to 1.15
2019-12-25 21:24:19 -05:00
David Berdik
a6c26360fa
Fixed custom entity registry
2019-12-25 21:23:57 -05:00
David Berdik
e347b0f7a2
Missed two lines when doing the 1.15.1 migration
2019-12-25 20:01:02 -05:00
David Berdik
8628494bff
Migrated codebase to Spigot 1.15.1
2019-12-25 19:48:51 -05:00
David Berdik
04923d1128
Fixed HerobrineAI folder being generated even though it should not have been
...
Fixed version strings in HerobrineAI
2019-09-02 20:29:49 -04:00
David Berdik
8d212b3551
Updated CustomID. All errors are gone now!
2019-09-02 19:44:55 -04:00
David Berdik
96eaae3953
Changed default "ItemInHand" value from 0 to AIR
2019-09-02 19:41:33 -04:00
David Berdik
d159702229
Updated Herobrine item drops
2019-09-02 19:38:31 -04:00
David Berdik
50f9ee71dd
Replaced use of item IDs with item names in ConfigDB
2019-09-02 19:29:35 -04:00
David Berdik
f1d563b434
Fixed errors in CustomZombie and CustomSkeleton
2019-09-02 19:21:57 -04:00
David Berdik
9f2e502a17
Fixed a stray GriefPreventionHook warning. I thought I fixed it earlier but it looks like I missed it.
2019-09-02 19:18:13 -04:00
David Berdik
a3c2352ca2
Updated structure data for the graveyard world and temple
2019-09-02 19:17:11 -04:00
David Berdik
50b915764f
All warnings are gone! Still have a few errors though.
2019-09-02 19:15:32 -04:00
David Berdik
e7fb908aaa
Continued updating codebase for 1.14.4
2019-09-02 19:14:10 -04:00
David Berdik
2334f1fd78
Continued updating codebase for 1.14.4
2019-09-02 18:45:21 -04:00
David Berdik
ff1fb6f713
More codebase updates for 1.14.4
2019-09-02 18:29:35 -04:00
David Berdik
0bb95cafd7
Updated plugin.yml
2019-09-02 18:10:06 -04:00
David Berdik
7a51b22842
Continued updating codebase
2019-09-02 17:14:31 -04:00
David Berdik
8a8bc9b65d
Continued updating codebase
2019-09-02 17:08:56 -04:00
David Berdik
91951ae20f
Removed "Metrics" class
2019-09-02 16:48:33 -04:00
David Berdik
6a9e8876c5
More updating of the codebase for Spigot 1.14.4
2019-09-02 16:46:54 -04:00
David Berdik
7dfa84f6c6
Updated classpath to use Java 1.8 instead of Java 1.6
2019-09-02 16:16:05 -04:00
David Berdik
3836c64c16
Disabled Java 1.6 compiler compliance. We are going to build and comply with Java 1.8.
2019-09-02 16:14:11 -04:00
David Berdik
686a76a291
Disabled Maven project builder
2019-09-02 16:13:18 -04:00
David Berdik
dfbea65587
Started updating codebase for Spigot 1.14.4 and resolving warnings
2019-09-02 16:12:58 -04:00
David Berdik
e066b30acf
Added "target" directory to gitignore. This seems to be a leftover from the project's past use of Maven. I don't want it here, but until I can figure out how to remove it properly, this will do.
2019-09-02 16:02:33 -04:00
David Berdik
956acaae91
Deleted CustomItemsHook. We no longer support CustomItems in the Herobrine 1.x release series, and we are not going to support it in the 2.x release series either.
2019-09-02 15:51:45 -04:00
David Berdik
0a87c80652
Added plugins with hook support to Build Path
2019-09-02 15:50:21 -04:00
David Berdik
75c8197259
- Imported project to Eclipse
...
- Removed pom.xml since we are not going to use Maven
- Removed "lib" folder
- Added "libs" folder with Spigot 1.14.4 inside it, although Spigot 1.14.4 jar is in gitignore
- Removed Maven dependencies from Build Path
- Added Spigot 1.14.4 to Build Path
- Changed output folder from "target" to Eclipse default
2019-09-02 15:44:54 -04:00
jakub1221
1a7dce7931
Update README.md
2017-02-11 14:52:59 +01:00
jakub1221
2d26945bd8
Update README.md
2017-02-11 14:46:44 +01:00
jakub1221
e7e26cfc51
Fixed crash related to EntityListener
2017-02-11 14:24:39 +01:00
jakub1221
f29571cf1d
Reworked commands
2017-02-11 14:23:11 +01:00
jakub1221
5817a74c67
Fixed startup crash
2017-02-11 12:21:17 +01:00