FlyingPikachu
|
68449801c8
|
Merge pull request #43 from 1Rogue/master
Fix NoSuchMethodError
|
2015-03-05 22:16:58 -05:00 |
|
SXRWahrheit
|
769ed81623
|
Remove full core import per mcmonkey
|
2015-03-05 15:50:00 -08:00 |
|
Spencer Alderman
|
33a728dca8
|
Make Map field implementation non-specific to avoid NoSuchMethodError between Java versions
|
2015-03-05 18:09:32 -05:00 |
|
SXRWahrheit
|
cd8779b051
|
Update imports for Denizen
I haven't tested this myself, but I mucked around in the Denizen repositories and this appears to be the correct pathing.
https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/net/aufdemrand/denizencore/DenizenCore.java
https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/net/aufdemrand/denizencore/scripts/ScriptRegistry.java
|
2015-03-05 07:11:40 -08:00 |
|
HappyPikachu
|
83b7e9e15e
|
GUIs will display item lore if set, fixes #38
|
2015-03-04 17:36:30 -05:00 |
|
HappyPikachu
|
4a29398fc3
|
Add Depth Strider enchantment
|
2015-03-04 14:40:15 -05:00 |
|
HappyPikachu
|
865c3d2f02
|
Increment version number
|
2015-03-01 03:45:14 -05:00 |
|
HappyPikachu
|
45e52d8030
|
Update GUI implementation and correct some text, fixes #34
|
2015-03-01 03:35:44 -05:00 |
|
HappyPikachu
|
72f0416dd9
|
Remove Blackvein's snooper
|
2015-02-28 12:35:46 -05:00 |
|
HappyPikachu
|
7d17c31e67
|
Increment version number
|
2015-02-27 23:51:11 -05:00 |
|
HappyPikachu
|
6a11e4fc39
|
Stone Miner should mine stone
|
2015-02-27 23:50:41 -05:00 |
|
HappyPikachu
|
3a6a645339
|
Clear console spam, fixes #26 and #29
|
2015-02-27 23:49:55 -05:00 |
|
HappyPikachu
|
05e2e5c9de
|
Increment version number
|
2015-02-27 14:14:44 -05:00 |
|
HappyPikachu
|
f73e99613f
|
Revert previous commit
|
2015-02-27 13:42:30 -05:00 |
|
HappyPikachu
|
6b6ba2f5ac
|
https://gist.github.com/AlainODea/1375759b8720a3f9f094
|
2015-02-24 17:51:58 -05:00 |
|
HappyPikachu
|
01e7db0390
|
Revert 8f0daba6f1 , try something else
|
2015-02-22 19:57:52 -05:00 |
|
HappyPikachu
|
443ac6f3e3
|
Respond to PlayerMoveEvent less often
|
2015-02-21 23:07:41 -05:00 |
|
HappyPikachu
|
a2f9119c82
|
Remove unnecessary class
|
2015-02-21 23:01:18 -05:00 |
|
HappyPikachu
|
8f0daba6f1
|
Another possible fix for tickets #4 & #13
|
2015-02-21 11:01:55 -05:00 |
|
HappyPikachu
|
a221acc313
|
Increment version number
|
2015-02-20 11:41:20 -05:00 |
|
HappyPikachu
|
a7f5312579
|
Better parsing of mob names, fixes #22
|
2015-02-20 00:02:27 -05:00 |
|
HappyPikachu
|
10ec9b17d9
|
Update current language file
|
2015-02-19 13:24:22 -05:00 |
|
HappyPikachu
|
822b0f32d5
|
Revert building against Spigot, suppress getShooter() warning
|
2015-02-18 14:12:58 -05:00 |
|
HappyPikachu
|
efd161e97f
|
Journal message for no accepted quests, fixes #21
|
2015-02-18 13:47:57 -05:00 |
|
HappyPikachu
|
6293ff4282
|
Increment version number
|
2015-02-18 13:02:07 -05:00 |
|
HappyPikachu
|
bba87b3233
|
Match block names correctly in stage prompts
|
2015-02-18 13:00:53 -05:00 |
|
HappyPikachu
|
040ead52db
|
Increment version number
|
2015-02-15 21:08:47 -05:00 |
|
HappyPikachu
|
6268966136
|
Use new EnumParticle, fixes #8
|
2015-02-15 21:06:29 -05:00 |
|
HappyPikachu
|
084d4f7e0a
|
Output readable error for invalid quester-blacklist
|
2015-02-15 18:48:17 -05:00 |
|
FlyingPikachu
|
049c3977d8
|
Merge pull request #15 from elBukkit/master
Fix Issue#10 : Handle TNT and Projectiles in Kill Mob Objective
|
2015-02-15 18:45:15 -05:00 |
|
Nathan Wolf
|
a8da2268a5
|
Comment out a stack trace that gave me a 15GB log file
|
2015-02-15 13:00:46 -08:00 |
|
Nathan Wolf
|
8af8ee74e0
|
Give credit for killing mobs via TNT
|
2015-02-15 13:00:25 -08:00 |
|
Nathan Wolf
|
634f62a197
|
Add missing 1.8 CraftBukkit dependency back in
|
2015-02-15 12:45:44 -08:00 |
|
Nathan Wolf
|
8e5e8d34bd
|
Fix handling of projectile-based kills
|
2015-02-15 12:40:47 -08:00 |
|
Nathan Wolf
|
e1cc6a915d
|
Build against the official Spigot Bukkit 1.8, to fix getShooter
|
2015-02-15 12:40:27 -08:00 |
|
HappyPikachu
|
d3317fc755
|
Correctly handle invalid dye colors, fixes #9
|
2015-02-15 12:40:45 -05:00 |
|
HappyPikachu
|
6ced514a1d
|
Use int for particle packets, add check for more effects
|
2015-02-15 10:45:23 -05:00 |
|
HappyPikachu
|
e5dafd790f
|
Update effects
|
2015-02-14 22:28:20 -05:00 |
|
HappyPikachu
|
ac09b2da8a
|
Correct server version check for effects
|
2015-02-14 17:24:48 -05:00 |
|
HappyPikachu
|
6499bf9cac
|
It's blue, not aqua!
|
2015-02-11 21:54:54 -05:00 |
|
HappyPikachu
|
d0878b395c
|
Increment version number
|
2015-02-11 20:08:49 -05:00 |
|
HappyPikachu
|
9f9e94422e
|
Fix item prompts (including load from hand), add invalid delivery item
msg and update lang
|
2015-02-11 20:05:45 -05:00 |
|
HappyPikachu
|
d8bb3718c8
|
Possible fixes for tickets #4, 5 & 6
|
2015-02-09 19:45:13 -05:00 |
|
HappyPikachu
|
52c1da74a2
|
Increment version number
|
2015-02-09 18:45:32 -05:00 |
|
HappyPikachu
|
549fe3f484
|
Remove extra enable message
|
2015-02-09 18:39:46 -05:00 |
|
HappyPikachu
|
cce69e9431
|
Check for invalid item names correctly
|
2015-02-09 18:07:27 -05:00 |
|
HappyPikachu
|
a01de064e5
|
Remove bad parsing of mob names
|
2015-02-09 18:01:57 -05:00 |
|
HappyPikachu
|
aea3f7ca28
|
Increment version number
|
2015-02-08 22:10:59 -05:00 |
|
HappyPikachu
|
48e2cd647c
|
Show item display names correctly
|
2015-02-08 22:08:40 -05:00 |
|
HappyPikachu
|
1e648acd17
|
Increment version number
|
2015-02-05 12:05:45 -05:00 |
|