dea449ad2dUpdated README with note indicating that this repository is no longer going to be maintained
master
David Berdik
2019-12-30 23:15:00 -0500
4d0a0677e7*Updated plugin.yml version number from 1.9.0 to 1.9.1 *Changed plugin internal version number from 24 to 25
David Berdik
2019-08-04 14:18:50 -0400
35051bcc4aFixed character encoding issue with output from running the help command while in game.
David Berdik
2019-08-04 00:37:11 -0400
0816275d1eUpdated WorldGuard hook to support WorldGuard 7.0.0
David Berdik
2019-08-04 00:11:53 -0400
90578b8f7dUpdated RedProtect hook to support RedProtect 7.6.2
David Berdik
2019-08-03 23:51:34 -0400
38e263aab1Updated build path with updated plugin dependencies
David Berdik
2019-08-03 23:42:54 -0400
a96aff9348Fixed floating Redstone Torches in generated caves
David Berdik
2019-08-03 23:09:04 -0400
c8b360c5ecFixed exception with cave generation
David Berdik
2019-08-03 23:06:17 -0400
6591c03b10Added code for making the heads that appear when the "heads" command is used have the skin of the UUID set in the configuration file.
David Berdik
2019-08-03 22:55:07 -0400
978dd19fd4Removed unnecessary braces from switch statement in BlockChanger. This does not alter the functionality of the plugin in any way, but it makes the code a little cleaner.
David Berdik
2019-08-03 21:58:11 -0400
98f29b0830Removed promotional message from printing in the server console each time the server is started. The promotion is no longer taking place.
David Berdik
2019-08-03 21:49:18 -0400
5a73226c9dFixed casting error when the heads command is used
David Berdik
2019-08-03 21:46:24 -0400
3734f2af1fCompletely removed warning about spaces in world names when using the allworlds command
David Berdik
2019-08-01 12:00:29 -0400
095a60a8f1Fixed item drops for custom zombies
David Berdik
2019-08-01 11:49:16 -0400
c6a62cbef5Made "item" string final in "CustomSkeleton" for item drops
David Berdik
2019-08-01 11:38:35 -0400
8cb2941520Fixed item drops for custom skeletons
David Berdik
2019-07-28 17:17:23 -0400
4d8d188bdaRemoved "org.bukkit.Material" import from "ConfigDB.java"
David Berdik
2019-07-28 16:19:14 -0400
70cfcdcd3e"npc.yml" is now obsolete in favor of "npc-config.yml." The new yml file follows the same conventions as the old one, with the only difference being the use of item names instead of item IDs.
David Berdik
2019-07-28 16:17:38 -0400
227beb9942Removed Twitter promo from README
David Berdik
2019-07-24 03:01:58 -0400
047da8943aRemoved "Current Release Version" entry from README
David Berdik
2019-07-24 03:01:10 -0400
9bad2cfbb5Updated library dependencies from Spigot 1.14.3 to 1.14.4. This change does not require code alterations.
David Berdik
2019-07-24 02:10:33 -0400
b12e6c7ac4*Updated plugin.yml version number from 1.8.0 to 1.9.0 *Changed plugin internal version number from 23 to 24
David Berdik
2019-07-24 01:45:01 -0400
f07a82708dRestored prevention of block ignition in the graveyard, which I accidentally removed when stripping out totem code. Oops.
David Berdik
2019-07-08 20:35:51 -0400
627ee881e5Added automatic removal of TotemExplodes and UseTotem entries in config file
David Berdik
2019-07-08 20:24:42 -0400
46478b62daRemoved totem code
David Berdik
2019-07-08 17:25:50 -0400
118285d85fRemove deprecation with player skull items
JediMasterSoda
2019-07-07 17:32:39 -0500
a92b3e7f07Remove deprecation with player skulls
JediMasterSoda
2019-07-07 17:30:35 -0500
2c2f4d8f08Remove deprecation in Signs#createSign
JediMasterSoda
2019-07-07 17:16:56 -0500
c352b33c5bStarted work on fixing temple generation (build location detection is acting weird - it almost never can find a good spot even when one exists)
David Berdik
2019-07-06 23:48:31 -0400
57ecac8075Fixed pyramid generation
David Berdik
2019-07-06 23:14:19 -0400
c7417a37e3Fixed graveyard world generation
David Berdik
2019-07-06 22:48:29 -0400
3b36b74284Fixed player burial
David Berdik
2019-07-06 22:05:17 -0400
d479b02246Forgot to remove EntityInjector code from initHerobrine()
JediMasterSoda
2019-07-04 22:07:40 -0500
326fd3f204Add 1.14.3 Support
JediMasterSoda
2019-07-04 21:50:16 -0500
558209629fUpdated README file with information on the release of the latest version of Herobrine.
David Berdik
2019-06-22 22:05:46 -0400
0262059c82Commented out graveyard world generation. It will be restored later.
David Berdik
2019-06-22 18:23:28 -0400
8a987d51a4*Updated plugin.yml version number from 1.7.3 to 1.8.0 *Changed plugin internal version number from 22 to 23
David Berdik
2019-06-22 17:21:42 -0400
f2e0222850Temporarily disabled structure loading. It will be restored at a later time.
David Berdik
2019-06-22 17:19:19 -0400
c1e41b96c8Updated player burial to use 1.13+ materials
David Berdik
2019-06-22 17:18:36 -0400
7e7d94c2f2Temporarily disabled Herobrine item drops. They will be re-enabled at a later time.
David Berdik
2019-06-22 17:14:47 -0400
ef8f0ac209Temporarily commented out ItemStack returning in getItemStack in CustomID. This will be updated with 1.13+ item support later.
David Berdik
2019-06-22 17:13:28 -0400
3dc7542a4cRemoved item drops for custom entities for now. They will be restored in the future
David Berdik
2019-06-22 17:09:23 -0400
47f615a31eTried fixing CustomEntityRegistry. It does not have any errors, but I am not sure that it is going to function the way it is supposed to.
David Berdik
2019-06-22 17:01:43 -0400
293c4dfad8Removed CustomEntityRegistry (this may be a bad idea--I am not sure yet)
David Berdik
2019-05-03 22:40:30 -0400
d2d7eb4988Fixed "getWorldServers()"
David Berdik
2018-12-29 20:04:15 -0500
d89efd0066Fixed setCustomName() uses
David Berdik
2018-12-29 19:30:59 -0500
8fa17afc4aFixed Packet object type warnings
David Berdik
2018-12-27 21:53:01 -0500
24efae96aeFixed stray classpath from older version of Spigot
David Berdik
2018-12-27 21:51:32 -0500
fb403977f2Conversion of legacy Minecraft materials to 1.13 materials
David Berdik
2018-12-27 21:50:29 -0500
dd60ab550fBegan updating plugin from Bukkit/Spigot 1.12 to Spigot 1.13.2; From now on, Bukkit will no longer be supported and the plugin will only be maintained for Spigot. It will probably still work, but we will not support it in the event that it does not.
David Berdik
2018-12-27 21:41:45 -0500
1fe6f02af3Removed deprecated use of "getItemInHand()"
David Berdik
2018-12-27 21:33:05 -0500
92f88b824dRemove all warning suppression
David Berdik
2018-12-27 21:15:27 -0500
c00ba36318Removed Custom Items plugin from build path since Custom Items is not supported anymore
David Berdik
2018-12-27 20:00:22 -0500
577542ebadFix Config and permission check
Ghost_chu
2018-06-15 18:47:10 +0800
afa919be7fFixed Pyramid Bury and other build ingore protect and other.
Ghost_chu
2018-06-14 21:14:10 +0800
04d193f040Fixed a if error:
Ghost_chu
2018-06-13 22:44:08 +0800
ea6a3fb936Reversed unwanted changes from commit cc3ab5d
David Berdik
2018-05-26 14:00:00 -0400
19dda4ecdfFix Heads replace chest or other block issues
Ghost_chu
2018-03-25 17:33:00 +0800
cc3ab5d48bFix Herobrine not allow attack&Use new bukkit api
Ghost_chu
2018-03-10 22:11:43 +0800
66ffdd62a4Updated README file with information on the release of the latest version of Herobrine.
David Berdik
2018-01-03 19:20:13 -0500
68e363ce66*Fixed issue that caused Internal Bug Reporting to not work properly *Removed telemetry collection since we are not using it anymore *Updated plugin.yml version number from 1.7.2 to 1.7.3 *Changed plugin internal version number from 21 to 22
David Berdik
2018-01-03 19:15:55 -0500
64bbe2d0d0Updated README file with information on the release of the latest version of Herobrine.
David Berdik
2017-12-30 15:25:54 -0500
2b48036cfbSet compiler compliance to Java 1.8 (the plugin will now require Java 8 or newer to work properly)
David Berdik
2017-12-30 13:55:05 -0500
9b21d5554fRemoved link to Custom Items from the README file since it has been discontinued
David Berdik
2017-12-30 13:36:02 -0500
e1b4dc9d07*Updated plugin.yml version number from 1.7.1 to 1.7.2 *Changed plugin internal version number from 20 to 21
David Berdik
2017-12-30 13:28:38 -0500
4c3ba12ba3Fixed issue with the configuration settings for Herobrine's name and UUID not working properly
David Berdik
2017-12-30 13:15:00 -0500
296585d547Removed support for Custom Items since Custom Items has been discontinued
David Berdik
2017-12-22 23:15:00 -0500
a458cb71b8Changed head rotation fields to aQ and aO as suggested in bug report #20. ("The head rotations fields in 1.10.2 are aQ and aO, not aM and aK")
David Berdik
2017-12-18 22:54:05 -0500
9bf7e4d898isAllowedBlock() has been rewritten so that it no longer uses item IDs. This was done to fix the issue with burials not working properly, but it likely fixes other issues as well.
David Berdik
2017-12-18 22:33:07 -0500
eda1e27022Updated README file with information on the release of the latest version of Herobrine.
David Berdik
2017-07-19 13:25:40 -0400
f07776c0ba*Updated plugin.yml version number from 1.7.0 to 1.7.1 *Changed plugin internal version number from 19 to 20
David Berdik
2017-07-19 12:06:26 -0400
5ccb99e022Minor code optimization
David Berdik
2017-07-19 11:58:41 -0400
4ebdfd07b1*Added RedProtect to the build path *Added entry for RedProtect to the plugin licenses file
David Berdik
2017-06-13 20:33:45 -0300
28ab22e305Allow check isSecure if the server uses more than one antigrief plugin. Added support to redprotect.
FabioZumbi12
2017-06-13 20:28:10 -0300
1b822d1bdeChanged a methods to use the same version with paperclip and spigot.
FabioZumbi12
2017-06-13 00:22:04 -0300
7a71058949Updated README file with information on the release of the latest version of Herobrine.
David Berdik
2017-06-16 20:58:41 -0400
51df08505f*Added donation message to the server console output when the plugin is enabled *Added donation message when OPs log in to the server *Added configuration option to disable donation message when OPs log in to the server *Updated plugin.yml version number from 1.6.1 to 1.7.0 *Changed plugin internal version number from 18 to 19
David Berdik
2017-06-11 21:51:18 -0400
613677d243*Fixed bug that caused an error to display when disabling the plugin
David Berdik
2017-06-11 18:40:48 -0400
f84b39a027*Updated plugin from Bukkit/Spigot 1.11 to 1.12
David Berdik
2017-06-11 17:10:22 -0400
40c1346d3eUpdated README file with information on the release of the latest version of Herobrine.
David Berdik
2017-04-02 21:11:32 -0400
2b2acf0719*Updated plugin.yml version number from 1.6.0 to 1.6.1 *Changed plugin internal version number from 17 to 18
David Berdik
2017-04-02 20:42:58 -0400
999fba4705The in-game help command now shows command descriptions as pop-ups when the user hovers over the commands
David Berdik
2017-04-02 20:40:21 -0400
f32b052da3Restored support for the Residence plugin and updated Herobrine to support Residence 4.6.1.4
David Berdik
2017-04-02 18:40:07 -0400
fbf7bba09eRemoved support for the Residence plugin
David Berdik
2017-03-19 20:32:16 -0400
16e881b734Updated README file with information on the release of the latest version of Herobrine.
David Berdik
2016-11-19 20:16:10 -0500
699827735a*Updated plugin.yml version number from 1.5.0 to 1.6.0 *Changed plugin internal version number from 16 to 17
David Berdik
2016-11-19 20:04:26 -0500
c2215184bfCorrected misspelling of "Sword of Lightning" as "Sword of Lighting." Any existing lightning swords that use the incorrect spelling will no longer function as lightning swords as of this fix.
David Berdik
2016-11-19 18:21:24 -0500
1dc2cb3d39When a server is shut off while a player is in Herobrine's Graveyard, that player will be stuck in Herobrine's Graveyard the next time they log in. From now on, whenever this happens, the player will be teleported to the spawn point of the server's default world.
David Berdik
2016-11-19 18:06:11 -0500
d3d047b5b1*Fixed issue with custom entities not working properly with 1.11
David Berdik
2016-11-19 16:32:23 -0500
65a4961169*Changed telemetry collection interval from once every hour to once every 24 hours
David Berdik
2016-11-19 15:29:55 -0500
d72d24b67d*Updated plugin from Bukkit/Spigot 1.10 to 1.11
David Berdik
2016-11-19 15:12:02 -0500
7dd20f599eFixed issue with plugin attempting to register a task when being disabled under certain conditions
David Berdik
2016-07-14 19:43:39 -0400
0e009401beUpdated README file with information on the release of the latest version of Herobrine.
David Berdik
2016-06-16 19:09:53 -0400
e20c818c50*Updated plugin from Bukkit/Spigot 1.9.4 to 1.10 *Updated plugin.yml version number from 1.4.0 to 1.5.0 *Changed plugin internal version number from 15 to 16
David Berdik
2016-06-16 16:19:57 -0400
e9ad987085Updated README file with information on the release of the latest version of Herobrine.
David Berdik
2016-05-14 19:02:45 -0400
2bb45ab770*Updated plugin from Bukkit/Spigot 1.9.2 to 1.9.4 *Updated plugin.yml version number from 1.3.1 to 1.4.0 *Changed plugin internal version number from 14 to 15 *Added website attribute to plugin.yml *Update checking now occurs on a separate thread *Update checking now occurs once every 24 hours instead of only once when the server is started *If an update check determines that a newer version is available, an update message will be displayed in the console once every hour *If an update check determines that a newer version is available, server OPs will be presented with an update message when they log in
David Berdik
2016-05-14 18:15:13 -0400
e47a6a7ea8Updated README file with information on the release of the latest version of Herobrine.
David Berdik
2016-05-10 16:07:48 -0400
ce6ebb900a*Updated plugin.yml version number from 1.3.0 to 1.3.1 *Changed plugin internal version number from 13 to 14
David Berdik
2016-05-10 13:50:00 -0400
2f44e8a631The plugin configuration file is now included in internal bug reports
David Berdik
2016-05-10 09:34:13 -0400