Josh Roy
23f0f98af3
Cleanup code ( #3067 )
...
Co-Authored-By: md678685 <1917406+md678685@users.noreply.github.com>
Basically cleans up a bunch of warnings that are easily suppressed.
2020-04-25 13:08:57 +01:00
Trent Hensler
147c5e0ddf
Merge branch '2.x' into fix-metaitemstack-keyword-replacer
2018-01-16 15:11:05 -08:00
Johnny Cao
ef1e57f445
Performs pagination bounds check. Fixes #1509 ( #1754 )
...
Adds pagination bounds check Fixes #1509
2018-01-16 12:56:39 +00:00
Ali Moghnieh
f0bf359df3
Allow KeywordReplacer to input replacements with underscore spacers.
...
Resolves #1725 and provides a less breaking fix for #1722 .
----
Revert "Consume everything after lore as lore in MetaItemStack. Fixes #1722."
This reverts commit 5fa2ce7d9e
.
2018-01-07 01:22:42 +00:00
Ali Moghnieh
e0d69d05eb
Format {UNIQUE} in KeywordReplacer.
2016-07-13 22:54:52 +01:00
vemacs
73ac6488ce
Run IntelliJ IDEA inspections
2015-06-03 14:11:56 -06:00
drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
md_5
037456c99d
Fix missed cases from previous user iteration optimizations.
2014-08-16 19:04:13 +10:00
md_5
465041b98b
Optimize player / user iteration.
...
* Add a method for backwards compatability with unmapped code.
* Convert all getOnlinePlayers() calls to use this method, part of the IEssentials interface
* Add a new method getOnlineUsers() Ljava/lang/Iterable;
* Convert appropriate calls to use this method
* Update Bukkit to #1945
* Update CraftBukkit to #3103
2014-07-19 20:07:50 +01:00
KHobbits
6269ce9a3f
Update essentials to support 3rd party vanish toggling.
2014-06-27 01:46:37 +01:00
KHobbits
1f8b60081e
Reduce a few nickname refresh calls.
2014-06-19 04:02:15 +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
KHobbits
fe9fbf585f
Correctly handle line overflow in book pager
...
Fixes a bug with the last book pager tweak.
2014-04-05 15:33:38 +01:00
KHobbits
f272a7ecd6
See if we can better handle book paging to fit more context on a line, without causing text loss after reaching character limit.
2014-03-29 16:07:32 +00:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
Iaccidentally
518650e842
Modifier order consistency
2014-02-04 11:11:43 -05:00
KHobbits
5dbf4f5a00
Make it so both {world} and {worldname} work for both keyword parsers.
2013-12-07 23:58:47 +00:00
KHobbits
427b97433e
Logger cleanup pt 1.
2013-12-07 20:03:05 +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
KHobbits
7c686b4b58
Fix case sensitivity on {PLAYERLIST:group}
2013-09-06 23:54:37 +01:00
KHobbits
df5d9a4db8
Reimplement 'private' keywords.
2013-09-01 00:24:11 +01:00
KHobbits
36c61eaa06
New enum cached, lazy generated KeywordReplacer
...
This runs before the pager, so keywords on other pages will still be parsed.
2013-08-31 23:11:08 +01:00
KHobbits
2973b1335c
Add debug output to keyword replacer
2013-08-30 13:37:49 +01:00
KHobbits
cf79daddde
Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>}
...
Replace <none> with what you want to show if there are no players from that group online.
2013-08-20 23:39:34 +01:00
Chris Ward
ed007589f3
Add COORDS, UPTIME and TPS keywords
2013-08-20 22:14:29 +10:00
KHobbits
a29e1bfe51
Add support for multiple bookmarks/chapter names
...
Clean up info file handling
2013-08-19 00:13:49 +01:00
Necrodoom
b3cae17cab
trim and replace spaces in chapter names to always work in commands
2013-08-13 18:07:27 +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
GunfighterJ
d6ef0e1e50
Close the reader
2013-06-30 07:47:33 -05:00
GunfighterJ
f6fd0bdb32
Force reading in UTF-8 from .txt files
2013-06-30 07:40:24 -05:00
KHobbits
f485cbc48b
Make the paging logic even more complicated.
2013-06-28 01:05:56 +01:00
KHobbits
1a49cdd140
Fix null values.
2013-06-25 16:34:17 +01:00
KHobbits
c0ed8649d0
Add missing variable.
2013-06-25 15:09:50 +01:00
KHobbits
c92ae00f9f
Update KeywordReplacer.java
2013-06-24 13:31:07 +02:00
KHobbits
aa6d85eacc
Cleanup broadcast, allow limited keywords in.
2013-06-16 01:07:16 +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
GunfighterJ
006f996283
Remove ArrayListInput
...
Formatting
2013-04-29 14:04:59 -05:00
GunfighterJ
79bdd8a212
Add keyword replacements in kits
...
Add SimpleTextInput constructor for lists
Variable refactoring for clarity.
2013-04-29 06:31:08 -05:00
snowleo
8f41cc07e3
Still need that check
2013-04-06 18:40:42 +03:00
snowleo
4f033d8073
Math fail
2013-04-06 18:38:49 +03:00
snowleo
284d7a23ca
Fix § at end of line
2013-04-06 18:37:13 +03:00
KHobbits
f1e3d48248
Fix book meta error message.
2013-01-20 20:41:15 +00:00
Alexander Schepp
313fd30ce9
Fix bug with empty motd
2013-01-18 23:36:59 +01:00
KHobbits
f8cf3be87f
Better handle initial book.txt creation.
2013-01-14 08:21:03 +00:00
KHobbits
ffe2a283d2
Cleanup of book meta.
2013-01-13 22:18:08 +00:00
KHobbits
bd22aec38a
Adding support for books made from /einfo
2013-01-13 21:08:24 +00:00