Commit Graph

26 Commits

Author SHA1 Message Date
David Berdik
a7abdc7279 Added "BuildPyramidOnChunkPercentage" and "BuildTempleOnChunkPercentage" to enable server administrators to control the percentage of chances that either a pyramid or temple will spawn on a new chunk 2019-12-30 14:55:28 -05:00
David Berdik
e74b5b7c8e When a player uses the help command, help will only be listed for commands that they have permission to use 2019-12-30 14:32:34 -05:00
David Berdik
8a3d6974ee Added "speak" permission and command that will allow chat messages to be sent on Herobrine's behalf. 2019-12-30 14:16:38 -05:00
David Berdik
7d8a81cd18 Added "speakrandom" permission and command that will randomly send one of the configuration file-defined Herobrine chat messages to the specified user. 2019-12-30 13:54:58 -05:00
David Berdik
c7ae3e5b59 Added help description output to command usage output and added chat color stripping to the console variation of the output 2019-12-30 13:44:53 -05:00
David Berdik
4dbedad121 Added "CheckForUpdate" configuration option which, when enabled, will check for a new version of the plugin every 24 hours and when one is found, will display a console alert once every hour. Additionally, OPs will see an update alert each time they log in to the server. 2019-12-30 13:26:06 -05:00
David Berdik
8730c32b13 Added "ShowInTabList" configuration option to allow server owners to optionally make the Herobrine tab list entry persistent 2019-12-29 21:47:58 -05:00
David Berdik
b6a0fd92e5 Added configuration option to set custom world name for Herobrine's Graveyard 2019-12-29 21:18:00 -05:00
David Berdik
db5147e7c0 Added support for RedProtect 2019-12-29 20:47:47 -05:00
David Berdik
171937f21c Fixed Towny API deprecation warnings 2019-12-29 20:36:49 -05:00
David Berdik
783fb894df Added command descriptions to help command output and redesigned in-game help command output 2019-12-29 20:12:56 -05:00
David Berdik
8292f88459 Minor changes to logging and chat output made by the plugin 2019-12-29 18:04:13 -05:00
David Berdik
3606c1bda0 Removed unnecessary code and made some minor formatting changes to ConfigDB 2019-12-29 14:50:18 -05:00
David Berdik
80c92fdab5 Fixed typo of "Lightning" as "Lighting" in configuration file 2019-12-29 14:34:08 -05:00
David Berdik
02f62d1b11 Removed "UseCustomItems" and "CustomItemsList" configuration file entries 2019-12-29 14:31:28 -05:00
David Berdik
5b20ff1b4b If a user gets stuck in the Graveyard, they will now be teleported to their previous location prior to getting stuck the next time they log in 2019-12-29 14:18:48 -05:00
David Berdik
d7dda0f04c Added caching of player coordinates to disk when teleporting to the Graveyard. (TODO: Implement detection of players stuck in the Graveyard and use the saved coordinates to teleport them out when they log in.) 2019-12-28 21:37:01 -05:00
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