md678685
9b3c8a9df2
Reformat and fix Checkstyle violations
2020-10-04 19:59:42 +01:00
Josh Roy
11cd57e8fb
Add sign text tab completion in editsign command ( #3497 )
2020-07-28 13:12:07 -07:00
pop4959
b7c18d0785
Add missing getRecipe(NamespacedKey) method to FakeServer ( #3530 )
2020-07-22 12:02:00 -07:00
Josh Roy
1ab1b5713e
Update to 1.16.1 ( #3408 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
Co-authored-by: md678685 <1917406+md678685@users.noreply.github.com>
Co-authored-by: pop4959 <pop4959@gmail.com>
2020-06-27 12:17:35 -07:00
pop4959
1d6ad297a4
Add new interface methods to FakeServer ( #3140 )
2020-04-05 23:13:13 -07:00
pop4959
c31b6c3683
Update FakeWorld + FakeServer ( #3061 )
2020-03-11 17:20:46 +11:00
pop4959
129650dade
Update FakeServer ( #2997 )
2020-02-07 12:08:29 +11:00
Josh Roy
8ff1ebd7c2
Fix version regex on 1.14.3 ( #2622 ) @JRoy
2019-06-25 07:18:16 +01:00
md678685
10e9879a64
Update to 1.14.x ( #2510 )
...
Add support for Spigot/Paper 1.14.2.
2019-06-16 10:15:12 +01:00
Pokechu22
7a73301a37
Add permissions for individual colors ( #1441 )
...
* Add tests for existing format behavior
* Replace formatting implementation
* Add permissions for individual color codes
Resolves #415
* Use format code names
* Fix escaping
* Mockito: test scope only
* Explicitly check the .magic permission
Once I switch to checking if a perm's set in the loop, the explicit check is needed for an * perm.
* Add support for removing individual colors
* Use `obfuscated` as the name for §k
`magic` is still accepted as the group name, so this is not a breaking change.
2019-06-09 15:56:58 +01:00
Trent Hensler
5deb1de555
Allow AFK status test to pass.
2019-05-22 12:06:27 -07:00
md678685
6d4f7afc79
Improve VersionUtil prerelease handling
...
Actually includes updated regex this time! (I have no idea how I forgot to update it in cfba203981
- I had already written out the regex)
Incorporates part of https://github.com/EssentialsX/Essentials/pull/2523 - thanks @JRoy.
2019-05-08 23:26:40 +01:00
md678685
4fcb032791
Update FakeServer
2019-05-08 23:23:15 +01:00
md678685
cfba203981
Add prerelease support to VersionUtil
2019-04-24 13:37:43 +01:00
md678685
dde4a36df0
Economy API: Attempt to find users by UUID if username not present ( #2432 )
...
Attempt to find user by UUID if username not present. Fixes (maybe) #2400 .
https://github.com/EssentialsX/Essentials/issues/2400#issuecomment-466043896
2019-02-22 18:10:36 +00:00
md678685
b267103274
Remove getMap(short) method from FakeServer
2019-02-20 12:45:37 +00:00
DoNotSpamPls
3856a690eb
Use PaperLib to load chunks and teleport players async ( #2409 )
...
* Remove outdated permission plugin handlers, minor test fixes
* Re-add PermissionEX handler
* Use PaperLib to load chunks async whenever possible
* Revert "Use PaperLib to load chunks async whenever possible"
This reverts commit db4df6f3cfa82d15d889933711674d02f5d95440.
* Use PaperLib to load chunks and teleport players async
* Resolve some PR issues
* Update PaperLib, return teleport causes
* Remove useless PaperLib usage in LocationUtil
* Fix FakeServer spacing
2019-02-20 12:25:05 +00:00
md678685
441f88deea
Implement missing FakeServer methods
2019-02-17 19:01:47 +00:00
DoNotSpamPls
7325113a8c
Remove outdated permission plugin handlers, minor test fixes ( #2367 ) @DoNotSpamPls
...
* Remove outdated permission plugin handlers, minor test fixes
* Re-add PermissionEX handler
* Use PaperLib to load chunks async whenever possible
* Revert "Use PaperLib to load chunks async whenever possible"
This reverts commit db4df6f3cfa82d15d889933711674d02f5d95440.
2019-01-27 12:14:16 +00:00
md678685
da89efb79f
Make VersionUtil not explode when patch is not present
2019-01-03 22:16:14 +00:00
md678685
02b5d2357a
Add missing FakeServer methods
2018-12-09 12:29:28 +00:00
md678685
937aec600a
Implement more FakeServer methods
2018-11-19 12:52:19 +00:00
md678685
121d935315
Implement missing FakeServer methods
2018-10-13 16:55:49 +01:00
Steve Green
a1e98f898b
Add missing methods for OfflinePlayer, FakeWorld, and FakeServer.
2018-08-14 08:35:33 -04:00
Ali Moghnieh
768b92749f
update bukkit to 1.13-R0.1-SNAPSHOT.
...
This commit just fixes compilation errors.
2018-07-29 17:39:32 +01:00
Trent Hensler
ace361af60
Compile against 1.13 preview.
...
Still a lot of work to do. One thing to note is that I used LEGACY materials in a few spots where I didn't know what the new ones are as I'm not very familiar with the 1.13 update and what it changes.
2018-01-18 17:52:44 -08:00
Ali Moghnieh
14a02c0602
Update to 1.12. :D
...
To the best of my knowledge ;)
2017-06-18 19:54:04 +01:00
Ali Moghnieh
e5b5994593
Disallow negative number input for /pay
.
2016-11-21 18:05:17 +00:00
Ali Moghnieh
8b0659a2b4
Update to 1.11.
...
- Support new enchantments.
- Support new mobs.
- Rename MobData WHITHER_SKELETON to WITHER_SKELETON.
- implement NOOP methods of new API methods for fake classes.
- Amend item dictionary.
2016-11-20 16:03:56 +00:00
Ali Moghnieh
2a2aef53fb
This is the real fix for MessagingTests.
2016-07-11 00:47:25 +01:00
Ali Moghnieh
3651e672d4
Fix MessagingTest units.
2016-07-11 00:43:43 +01:00
Trent Hensler
3fd925c1fd
Use proper AFK toggle to make test pass.
2016-03-07 11:19:16 -08:00
vemacs
526118e7d3
Update sounds to 1.9, fix compile
2016-03-01 17:05:57 -07:00
Ali Moghnieh
419d2d8282
Prettify currency display further.
2016-01-14 18:20:06 +00:00
Ali Moghnieh
fb4af9fefc
Rename and fix MessagingTest.
2015-10-28 13:37:17 +00:00
Ali Moghnieh
447b9db397
Rewrote messaging structure for more abstractness.
...
This commit adds a new boolean-configurable feature called last-message-reply-recipient, defaults to true for new installs and false for old installs, which states whether to use the new messaging functionality or not.
This commit deprecates Console#getCommandSender(Server) and provides Console#getInstance()#getCommandSender() for future usability.
2015-10-27 20:46:58 -06:00
vemacs
b15d868f77
Failing test? Delete it, not failing anymore
2015-06-19 20:56:55 -04:00
vemacs
e4f6bb363d
Compile against Spigot's Bukkit maven repo
2015-06-17 09:02:28 -04:00
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
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
2ba2ebaa43
Update Bukkit
...
CB: 3092 B: 1938
2014-07-06 16:40:06 +01:00
KHobbits
b00f458e67
Emulate player join for mocking.
2014-05-27 21:14:45 +01:00
KHobbits
80ef955eae
Improve fakeServer model
2014-05-27 20:31:13 +01:00
KHobbits
887957756e
[Breaking] Fix ECO NPC's. This is a work around of CB's recent changes blocking invalid uuid lookups.
...
NPC's converted with the previous version will need manual changes.
2014-04-19 02:03:39 +01:00
KHobbits
756321d280
Add UUID mocking support, and fix tests.
2014-04-15 00:08:02 +01:00
KHobbits
cd38aeb544
Remove Ess object from FakeServer.
2014-04-14 00:03:07 +01:00
KHobbits
36e580474f
Converted emulated player class calls to use base class.
2014-04-13 01:01:49 +01:00
KHobbits
737fadc390
Update Bukkit 1.7.5-R0.1
...
Bukkit 1919 CB: 3039
No UUID update yet.
2014-04-06 15:57:37 +01:00