Ali Moghnieh
352c92b880
Implement Shield item serialization.
2016-07-25 12:06:24 +01:00
vemacs
731455649e
[Experimental] Attempt supporting lingering potion type by passing it through
2016-03-28 19:38:53 -06:00
vemacs
ec1215b227
Restore 1.8 compatibility
2016-03-28 17:42:33 -06:00
vemacs
8116ce39d7
[Experimental] Attempt restoring potion effect ID compatibility to 1.9
2016-03-28 16:54:17 -06:00
vemacs
97561667a0
Java 7-ize this class
2016-03-10 12:36:57 -07:00
vemacs
bdb81123d6
Refactor spawn egg provider to separate classes
2016-03-10 09:28:08 -07:00
vemacs
65f2051e87
Add spawn egg NMS for 1.9
2016-03-08 12:28:23 -07:00
vemacs
767abe83f9
Fix giving spawn eggs in 1.9 (use SpawnEgg API)
2016-03-08 12:12:21 -07:00
Matthew Steglinski
607f1980a1
[Fix] Adds splash potion persistence when serializing items. Fixes #232
2015-10-28 10:59:11 -04:00
vemacs
01ad006ca3
No magic numbers
2015-07-01 08:16:45 -05:00
Blinky™
7e580920f6
Pig, not creeper
2015-06-30 17:20:11 -05:00
Blinky™
5227824608
Default to pig spawner, fixes #67
2015-06-30 17:15:13 -05:00
vemacs
121b262d1b
Use returned value for setEntityType, attempt fixing name setting
2015-06-17 10:54:23 -04:00
vemacs
8793add589
[Untested] [Experimental] [Need @drtshock to fix build server] Fully support all versions of Spigot and CraftBukkit from 1.8+
2015-06-17 10:25:46 -04:00
vemacs
2273329e29
Add SpawnerUtil with primary Spigot 1.8.3+ EntityType setting, legacy data fallback. Fixes #22
2015-06-02 11:28:38 -05:00
drtshock
090e0b6757
Add banner meta. Resolves #8 .
2015-04-20 18:09:52 -05:00
drtshock
9a265aac48
Add /createkit.
...
Allows you to create a kit in game using your inventory.
2015-04-20 12:51:22 -05:00
drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
KHobbits
36e580474f
Converted emulated player class calls to use base class.
2014-04-13 01:01:49 +01:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
KHobbits
f0e4e8c5ba
Add support for vanilla item names from api.
2014-02-02 19:04:09 +00:00
Iaccidentally
3e725ef060
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
2013-11-06 21:22:32 -05:00
KHobbits
59b501b2b1
Clean Imports
2013-10-11 03:44:41 +01:00
KHobbits
2928e8a99f
Use essentials itemdb for charge messages.
2013-08-15 05:47:23 +01:00
KHobbits
59515aed94
Cleanup worth and sell messages
2013-07-19 00:55:21 +01:00
KHobbits
0d2dea41e3
Fix worth display bug
2013-07-14 12:09:49 +01:00
KHobbits
a14104c529
Add support for /worth all and /worth hand
2013-07-14 01:03:08 +01:00
KHobbits
5eb3d9fa42
Wrap ItemDb accessors and move Item string matching to itemdb class.
2013-07-13 18:52:53 +01:00
Iaccidentally
200ad81862
[API] fix implementation?
2013-07-13 12:52:08 -04:00
Iaccidentally
dad348d3d0
[API] Move 2.x API to new package, create dummy classes for compatibility
2013-07-13 11:14:39 -04:00
KHobbits
09f67c9723
Split util classes.
2013-06-08 22:31:19 +01:00
snowleo
7051801a85
Update ItemDb.java
2013-05-08 00:53:37 +03:00
snowleo
0d02b91506
Doesn't need this
2013-05-08 00:52:39 +03:00
Iaccidentally
1ab2a51550
API & misc cleanup
2013-04-30 12:25:25 -04:00
KHobbits
ee080e56c2
Fix raw bukkit itemdb lookup
2013-03-16 12:11:03 +00:00
KHobbits
7fdb2ad7d3
Pull item meta from itemdb class
2013-01-12 14:12:12 +00:00
KHobbits
c54d68a660
Cleanup
2013-01-08 23:59:31 +00:00
KHobbits
33d3123104
Pull and clean up book enchant pullreq.
...
Removed 1 enchant per book limit, anvils seem to handle multiple enchants fine, even if the result can only be one enchant.
2013-01-08 23:51:46 +00:00
Chasing Code
df0b1cedd8
Add missing import for EnchantmentStorageMeta
2013-01-08 11:46:08 -08:00
Chasing Code
2b57381fb8
Store enchanments in Enchanted Books
...
Change enchant command to store the enchantment instead of applying it when used on an Enchanted Book. If an enchantment is already present, replace it (only one allowed on Enchanted Books).
2013-01-08 11:37:46 -08:00
Chris Ward
c4e10da646
Store regex, use util method instead of another regex. Store variable
2013-01-08 02:26:09 +11:00
KHobbits
3bf36fecf9
Enchantment and item spawning cleanup
...
Should make it a little easier to add itemmeta.
2013-01-06 18:28:24 +00:00
KHobbits
ce50e1448b
Look out for nulls.
2012-09-08 18:41:21 +01:00
KHobbits
8e885a3a6e
Make /itemdb command list the 15 shortest item.csv names for said item.
...
This will be useful when making eco signs.
2012-09-08 18:33:06 +01:00
KHobbits
62381a7f52
Async EssentialsSpawn join event, like the others.
2012-09-08 14:55:37 +01:00
snowleo
58237a796a
New Interfaces in api package (WIP)
2011-12-06 16:32:06 +01:00
snowleo
9acc7db06f
Changes to /sell /give and /item
...
Material.getMaxStackSize() will now be used in /give and /item
The config option default-stack-size has been removed
New config option oversized-stacksize and permission essentials.oversizedstacks
Fixes bug giving out too many items on /give and /item when a stacksize > 64 is given.
Fixes bug in /sell that ignores enchantments
/sell now uses Material.getMaxStackSize() for /sell egg 2s (will sell 32 instead of 128 now)
2011-11-28 19:55:51 +01:00
snowleo
220d68f375
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01:00
snowleo
4c698762c3
Automatic updates for future versions of items.csv
...
We also update all 1.7.3 versions of items.csv
2011-09-18 00:49:34 +02:00
KHobbits
47c8217511
Merge diff from krnlyng:
...
Adjust item spawn, to allow for match native names.
2011-08-10 10:45:24 +01:00