Commit Graph

172 Commits

Author SHA1 Message Date
David Berdik
32b6be0516 Removed unnecessary clutter from the README file. 2015-10-17 14:59:20 -04:00
David Berdik
c27fcaa24f *Added EntityListener constructor
*Updated plugin.yml version number from 1.2.1 to 1.2.2
2015-10-13 22:01:25 -04:00
David Berdik
197d6babb9 README.md edited online with Bitbucket 2015-10-04 04:05:21 +00:00
David Berdik
851533091a Updated the README file with the information on the latest release version. 2015-09-27 14:56:20 -04:00
David Berdik
bc2b8c8b7f *Plugin now checks for a new version against the website and displays a "New Version" message in red text in the server console if one is found. 2015-09-27 14:43:41 -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
David Berdik
4b485837dd README.md edited online with Bitbucket 2015-09-13 02:55:19 +00:00
David Berdik
d8114cd7f7 README.md edited online with Bitbucket 2015-06-02 20:19:36 +00:00
David Berdik
9f048a3326 Updated plugin from Bukkit/Spigot 1.8.3 to 1.8.6. 2015-06-02 16:17:40 -04:00
David Berdik
f1b0cb39cd Updated the version of WorldGuard being used in the external libraries to the latest BETA version. This was done to test an issue that was reported with the Herobrine plugin not working with the latest version of WorldGuard. After testing, it has been discovered that the issue is not with the Herobrine plugin, but rather a problem with the WorldGuard problem itself. The problem can be resolved by installing WorldEdit on the server. 2015-05-03 20:19:52 -04:00
David Berdik
1432bd8b66 I hate it when Git ignores me and refuses to stage last minute changes made before submitting a commit. 2015-04-10 21:11:51 -04:00
David Berdik
e2002ff29e Removed some more HerobrineAI branding, rewrote output from help command to be easier to read. Unfortunately, rewriting it to make it easier to read also made it less descriptive than what I originally wrote. 2015-04-10 20:54:14 -04:00
David Berdik
b4356e7b60 After reviewing the licenses under which all of the required plugins are distributed, I have found that it is okay for some of them to be shipped with the repository. This should simplify the initial process of setting up the repository on a computer. This commit also contains the appropriate modifications to the README file. 2015-04-06 16:04:28 -04:00
David Berdik
dfca6ee22e README.md edited online with Bitbucket 2015-04-06 18:21:12 +00:00
David Berdik
b407a1ade6 Merged in justin_393/herobrine-for-bukkit-or-spigot (pull request #3)
Minor fixes
2015-04-03 16:04:47 -04:00
justin393
c33d1cd1fb Fixed a permissions message returning the wrong String.
Returned "Don't have permission to bury a player" When trying to make a
temple.
2015-04-03 10:44:52 -04:00
justin393
504f7bfe00 Updated workspace to match requirements 2015-04-03 10:35:13 -04:00
Justin Battles
68dab92308 Merged David-B/herobrine-for-bukkit-or-spigot into master 2015-04-03 10:00:50 -04:00
David Berdik
4e6c05a0ee Plugin configuration information updated. 2015-04-02 18:26:18 -04:00
David Berdik
0da759030c Modified .project to match the official original version. 2015-04-02 18:20:48 -04:00
David Berdik
701cea4739 README.md edited online with Bitbucket 2015-04-02 21:17:08 +00:00
David Berdik
b27f42757b Modified classpath to once again match the standard format that has been planned for this plugin. justin393 opted not to use it, and as such, modified the classpath. 2015-04-02 16:57:25 -04:00
David Berdik
7a553cf4df Merged in justin_393/herobrine-for-bukkit-or-spigot (pull request #2)
Some bug fixes
2015-04-02 16:29:51 -04:00
justin393
a4972b34e2 Fixed one of the issue requests where Herobrine wouldn't look at a
player while haunting them
2015-04-01 21:58:01 -04:00
justin393
12d99575c8 Minor change, changed from using Bukkit API World class to using NMS
code
2015-04-01 21:49:55 -04:00
justin393
82a20f1732 Minor change, updated /herobrine position to show the world the player
NPC is in
2015-04-01 21:48:50 -04:00
justin393
343d1cc23e Added /herobrine position
Will return Herobrine's X Y Z position
2015-04-01 21:44:26 -04:00
David Berdik
6f057720c5 README.md edited online with Bitbucket 2015-03-26 21:41:23 +00:00
David Berdik
6500559f63 Fixed remaining class files. The plugin should now be compatible with the latest version of Bukkit/Spigot (v1.8.3). 2015-03-26 12:58:36 -04:00
David Berdik
e651b94499 README.md edited online with Bitbucket 2015-03-24 20:57:13 +00:00
David Berdik
d63fffd5ed README.md edited online with Bitbucket 2015-03-24 20:55:10 +00:00
David Berdik
d079cdc0f7 Fixed CraftBukkit imports to match 1.8.3. All but two imports have been fixed. The two remaining imports don't seem to follow the same naming conventions as the other imports for this update of CraftBukkit, so I have left them untouched for now. 2015-03-22 21:36:38 -04:00
David Berdik
7e6b75533b Updated classpath to use Bukkit for 1.8.3 instead of Bukkit for 1.8. 2015-03-09 14:53:59 -04:00
David Berdik
f092a9fba9 Removed unused import. 2015-03-08 22:21:45 -04:00
David Berdik
809ba78577 README.md edited online with Bitbucket 2015-03-09 01:49:49 +00:00
David Berdik
993361b88c README.md edited online with Bitbucket 2015-03-09 01:45:12 +00:00
David Berdik
d800c88b74 Modified classpath to use relative paths instead of absolute paths. Users will now only need to create a folder within the workspace named "libs" and place all required jars in it without the need to reconfigure their classpath. 2015-03-08 21:42:23 -04:00
David Berdik
ee03f73d90 Modified .classpath file to match the classpath set-up on my computer. Eventually I hope to modify the way the classpath works to use relative filepaths as opposed to absolute ones which causes problems like the one we are having here. Also modified plugin.yml to match the new name of the HerobrineAI plugin derivative. It is important to note that this is not intended to be an unofficial repository for HerobrineAI, but rather a repository for a derivative. 2015-03-06 07:01:00 -05:00
David Berdik
e39a85417a Merged in FabioZumbi12/herobrine-for-bukkit-or-spigot (pull request #1)
Changes on configuration class configDB
2015-03-06 05:50:30 -05:00
FabioZumbi12
346b99c6e0 Removed debug message ¬¬ 2015-03-06 07:20:48 -03:00
FabioZumbi12
78118520a0 Changed method temples is generated on chunk loads! 2015-03-06 06:46:27 -03:00
FabioZumbi12
0231e306d3 Add temple interval and bed respawn Demons (from 1.7.9) 2015-03-06 04:03:19 -03:00
FabioZumbi12
1c2e9e961f Forgot to add temple to scheduler. 2015-03-06 03:16:16 -03:00
FabioZumbi12
04fc9765a5 None. 2015-03-06 03:06:31 -03:00
FabioZumbi12
6a797b375b Some changes on gameprofiles to work with configuration. 2015-03-06 03:06:00 -03:00
FabioZumbi12
9883737f04 Added ancient bow teleport(from 1.7.10). 2015-03-06 03:05:02 -03:00
FabioZumbi12
098ab1cd44 Added Artifact Apple. 2015-03-06 03:03:22 -03:00
FabioZumbi12
919d78a04d Reload Herobrine world when reload command; Added startDB to reload
method.
2015-03-06 02:58:07 -03:00
FabioZumbi12
c9a3c31e24 Added and working temple! /herobrine temple <player> 2015-03-06 00:23:50 -03:00
FabioZumbi12
f4563eb547 Add config for world name change. 2015-03-05 23:20:46 -03:00