vemacs
73ac6488ce
Run IntelliJ IDEA inspections
2015-06-03 14:11:56 -06:00
drtshock
f8160c6318
1.8.3 update.
2015-04-16 09:08:22 -05:00
drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
KHobbits
7907565377
Formatting fixes.
2014-07-19 20:11:45 +01:00
SidShakal
d1c014fe16
Fix sticky piston retract breaking essentials sign
...
Sticky pistons could break signs that were mounted on blocks the pistons were retracting.
This patch extends the protection from just the piston base to include the extended piston arm and the block at the end of the piston arm as well.
This method will very likely need to be changed again when 1.8 comes out, but this should bring us a bit closer, by wrapping the block tests in a loop.
2014-07-19 20:08:38 +01:00
KHobbits
dbceccaa3e
Kit cleanup and refactor.
2014-06-25 19:03:31 +01:00
KHobbits
f76a517339
New permission: essentials.signs.trade.override.collect
...
People with this permission will collect the resources of other peoples trade signs broken with admin permissions (essentials.signs.trade.override).
2014-06-21 21:47:33 +01:00
KHobbits
1f8b60081e
Reduce a few nickname refresh calls.
2014-06-19 04:02:15 +01:00
KHobbits
cf29a0ba6a
Rename listening methods to be a little more descriptive of their purpose.
2014-05-24 18:47:40 +01:00
KHobbits
36e580474f
Converted emulated player class calls to use base class.
2014-04-13 01:01:49 +01:00
KHobbits
10de6ac929
Cleanup
2014-04-06 15:44:37 +01:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
KHobbits
3b35763fef
Fix warp sign costs.
2014-02-25 07:09:32 +00:00
KHobbits
e409363426
Alternative implementation of unsafe enchant blocking for signs.
...
Permission: essentials.signs.enchant.allowunsafe - required to add unsafe enchants using enchant signs.
This reverts commit 3f2c2aadbb
.
2014-02-19 01:18:40 +00:00
Iaccidentally
518650e842
Modifier order consistency
2014-02-04 11:11:43 -05:00
KHobbits
882ebae257
[Breaking] Add exception when players have exceeded their account limit.
...
This might effect some plugins which hook Essentials for economy without using the API
2014-02-02 16:07:32 +00:00
KHobbits
5070f15810
Use OSX character split on internal sign interface
2014-01-25 22:55:28 +00:00
KHobbits
d48c02021d
Add and implement sign break/create/interact events to EssAPI
...
Implement AfkStatusChangeEvent
2013-12-31 17:47:52 +00:00
Chris Ward
f52858d058
Strip all Mac OSX characters
...
Temporary workaround awaiting PR from Bukkit
2013-12-08 20:40:10 +11:00
md-5
90fc19cc7b
Fix formatting from last commit
2013-12-08 17:00:53 +11:00
md_5
ddb1f76a26
Strip weird sign chars sent by OSX due to client bug
2013-12-08 16:57:44 +11:00
KHobbits
946051de71
Add support for adding item meta to [free] signs.
...
Fix NPE on [sign] creation.
2013-12-07 20:25:23 +00:00
KHobbits
427b97433e
Logger cleanup pt 1.
2013-12-07 20:03:05 +00:00
Adam
b3bad6a35a
Add a title to [Disposal] and [Free] sign inventory
2013-12-05 23:03:33 +00:00
KHobbits
f677d6a411
Tidy up string manipulation in trade signs.
2013-12-05 23:03:31 +00:00
KHobbits
4232216f76
Try to be a little less confusing with non-command debug errors.
2013-12-05 23:03:31 +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
6f85761f7f
Extract CommandSender to CommandSource, this should prevent Ess user object leaks.
2013-10-16 21:05:33 +01:00
KHobbits
59b501b2b1
Clean Imports
2013-10-11 03:44:41 +01:00
GunfighterJ
503d39ee55
Update ItemStack reference to getTypeId()
2013-09-17 23:23:45 +10:00
KHobbits
0a17489c9c
Clarify kit errors
2013-09-05 15:40:43 +01:00
KHobbits
3fb4d1f3bf
Don't allow buying partial item sets via trade signs.
2013-08-28 13:42:08 +01: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
1abacf00df
More cleanup
2013-07-07 13:02:40 +01:00
KHobbits
3d29248ace
Misc cleanup
2013-07-07 12:38:01 +01:00
KHobbits
7648e38ec2
Reduce restrictions on same item trading, so only identical items are blocked.
2013-06-20 21:14:28 +01:00
KHobbits
f8fb8935d7
[Fix] Don't throw the wrong error message when using group limited kit signs.
2013-06-19 21:20:58 +01:00
Iaccidentally
f1eae9be6f
Cleanup imports
2013-06-11 20:45:12 +01:00
KHobbits
09f67c9723
Split util classes.
2013-06-08 22:31:19 +01:00
KHobbits
f48ed6988d
Essentials API cleanup and teleport possession fixing. (UNSTABLE)
2013-06-08 19:34:14 +01:00
KHobbits
867bfbf1b8
Better handle kit item casting.
2013-05-27 02:25:30 +01:00
KHobbits
1a4c2e8484
Exempt [repair] signs from 'essentials.repair.all' permissions check.
2013-05-26 22:00:35 +01:00
KHobbits
d76fe946b7
Don't throw NPE on broken sign state, just allow block to break.
2013-05-19 01:21:21 +01:00
KHobbits
5f6cca83ce
[Feature] Withdraw from trade signs without dropping items as overflow. [EXPERIMENTAL]
2013-05-06 23:09:31 +01:00
snowleo
6044cca54f
ECONOMY MADNESS? THIS IS … FIXED
2013-05-05 11:41:19 +02:00
KHobbits
c4ac744d35
Further economy cleanup
2013-05-05 08:03:06 +01:00
KHobbits
2d70bb19f7
Economy Madness
2013-05-05 05:12:17 +01:00
KHobbits
f48871ff29
Attempt to smooth out timer usage.
...
Add extra sign metrics.
2013-04-21 23:39:50 +01:00
KHobbits
9d1f25c455
Block sign interact if player is dead.
2013-04-01 05:23:04 +01:00
KHobbits
8427b41e30
Prevent sign healing when the player is recently dead.
2013-03-29 14:37:30 +00:00