Commit Graph

14 Commits

Author SHA1 Message Date
David Berdik
296585d547 Removed support for Custom Items since Custom Items has been discontinued 2017-12-22 23:15:00 -05:00
David Berdik
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
2017-06-11 21:51:18 -04:00
David Berdik
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
2016-05-14 18:15:13 -04:00
David Berdik
335d078b3f Introduced new "pluginreport" permission node and command that will allow for basic information about the server on which the plugin is being used to be easily transmitted to us. 2016-02-14 14:18:44 -05:00
David Berdik
cc2bb7b0a3 *Fixed misspelling of "Lightning" as "Lighting"; to maintain compatibility with older configuration files, Lighting will still be recognized 2016-01-22 17:37:32 -05:00
David Berdik
e638588df3 Added two new configuration options, "BuildPyramidOnChunkPercentage" and "BuildTempleOnChunkPercentage" that will allow server administrators to control the chance of a pyramid or temple spawning when a chunk is loaded 2016-01-14 23:34:01 -05:00
David Berdik
f3e65a286e Changed main class name from "HerobrineAI" to "Herobrine" 2016-01-14 21:47:57 -05:00
David Berdik
18638376cf *Removed the UseWalkingMode, WalkingModeFromXRadius, and WalkingModeFromZRadius configuration options because they do not do anything. They were added by the original developer who apparently did not program them to be used anywhere, so they are being removed now.
*Changed the message that displays in the console whenever the configuration file is updated
2016-01-14 21:36:52 -05:00
David Berdik
300147f55d Added "CheckForUpdates" configuration option that will allow server administrators to disable the "New Version" check and console message. By default, CheckForUpdates is set to true. 2016-01-03 16:09:44 -05:00
David Berdik
095e5c49f1 *Added new option "ShowInTabList" to the configuration. This option allows the server administrator to set whether Herobrine will always show in the tab list or will only show to Herobrine's current target.
*Updated version number from 1.2.2 to 1.2.3.
*Updated internal version number from six to seven.
2015-11-26 19:33:24 -05:00
David Berdik
9421482065 Removed more unnecessary console output. 2015-10-20 19:56:41 -04:00
David Berdik
0379d5de51 For users upgrading from the original HerobrineAI to the new Herobrine plugin, configuration files from the original version are now automatically imported. For users that have started using the new plugin but have a copy of their old configuration files, both versions will be retained with no change. 2015-10-19 21:30:54 -04:00
David Berdik
886958d396 *Removed unnecessary output. There's no need to clutter the console with it. 2015-10-19 19:28:05 -04:00
David Berdik
5743d43fb0 *Modified command help output to be shorter and simpler.
*Changed "org.jakub1221.herobrineai" package naming convention to "net.theprogrammersworld.herobrine"

Known issue:
*"/herobrine position" command does not work.
2015-09-13 17:47:37 -04:00