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 |
|
FabioZumbi12
|
d47f38c7d8
|
Changed wolf target to player, and set damage to 5.
|
2015-03-05 23:20:10 -03:00 |
|
FabioZumbi12
|
95f2d2e2d5
|
Added possibility to change the herobrine world name from configuration!
|
2015-03-05 22:51:48 -03:00 |
|
FabioZumbi12
|
15822b46d8
|
Changed charset of eclipse to UTF-8
|
2015-03-05 22:20:24 -03:00 |
|
FabioZumbi12
|
07f7cb0d75
|
Wrong values ¬¬
|
2015-03-05 22:14:22 -03:00 |
|
FabioZumbi12
|
fde76a9d0b
|
Added aliases!
|
2015-03-05 22:09:32 -03:00 |
|
FabioZumbi12
|
3bdf054d57
|
My claspath.
|
2015-03-05 21:58:14 -03:00 |
|
FabioZumbi12
|
3296007d06
|
Added Startup() to loader to create files and configuration!
|
2015-03-05 21:58:03 -03:00 |
|
FabioZumbi12
|
93af0f0e39
|
(Optional)Changed name and version.
|
2015-03-05 21:57:34 -03:00 |
|
FabioZumbi12
|
84b01a55d3
|
Adapted settings to new configDB.
|
2015-03-05 21:57:08 -03:00 |
|
FabioZumbi12
|
0d9105a580
|
Fixed loading configuration problens(Based on version for 1.7.10 from
jakub)
|
2015-03-05 21:56:39 -03:00 |
|
Fabio Magalhaes
|
f8746f5f11
|
Merged David-B/herobrine-for-bukkit-or-spigot into master
|
2015-03-05 20:56:53 -03:00 |
|
David Berdik
|
aa10041df3
|
README.md edited online with Bitbucket
|
2015-03-05 17:03:02 +00:00 |
|