Commit Graph

39 Commits

Author SHA1 Message Date
19802e478c Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
213cadf093 Import cleanup, ensure gradle uses https for deps, bump deps. 2019-06-13 09:17:00 -04:00
e3097dd0fc Use java-library to exclude some deps. 2019-06-03 23:56:34 -04:00
59447c6ee3 Gradle sucks. 2019-05-31 13:53:28 -04:00
4e43595c99 Fix builds maybe. 2019-05-31 11:24:38 -04:00
6962b2e7b6 Add comprehensive suggestions to many commands.
All patterns now have suggestions, including recursive patterns.
Suggestions will suggest blocks and block states.
All masks now have suggestions, though mask intersections are not
yet supported due to issues with quotes strings.
EntityRemover and ItemFactory now also have completions, as well
as all RegistryConverters (though I am unsure how many are actually
used).

Also use paper's AsyncTabComplete event, if available.
2019-05-28 22:55:20 -04:00
41cfcb6d55 Use a jar for bukkit impl adapters.
120 class files is a bit much.
2019-05-14 18:34:53 -04:00
acc0e7d09c Fix logging on Bukkit, align adapter versions 2019-05-05 23:06:20 -07:00
853bfab022 Merge master, update to texts 2019-04-25 22:11:46 -07:00
c52eb59d7f Get it all working 2019-04-22 22:05:20 +10:00
5c19866809 Some fixes for new libs shading 2019-04-20 23:33:54 -07:00
1e7b4fc835 Move shaded libraries to their own artifacts 2019-04-20 23:11:39 -07:00
5b1573a24e Replace the message system 2019-04-19 23:06:00 +10:00
55348346e9 Shade in Kashike's lib 2019-04-19 14:49:29 +10:00
8ab6585815 Patch new cmds system into old system 2019-04-04 16:16:04 -07:00
fba12b1282 More shading fixes 2019-03-13 20:15:01 -07:00
4be72fb983 Shade logger bridges as well 2019-03-13 19:56:58 -07:00
d6804737cf Switch to SLF4J logging. 2019-03-13 19:51:48 -07:00
eebba8e324 Move vault to permscompat. 2019-03-07 23:55:58 -05:00
8984289695 Bump Spigot version so it compiles. 2019-02-18 20:56:21 +10:00
ee8602b77b Added a Vault resolver to WEPIF. Means any Vault-enabled perm plugin will theoretically work with it 2018-11-18 15:58:15 +10:00
bf98dcff09 Updated bStats 2018-11-10 19:26:46 +10:00
0fe1fe33cc Replace BukkitImplementationTester with paperLib 2018-10-12 16:09:52 +10:00
d1cb6e2156 compileOnly breaks shadowJar. bStats needs to fix their repos. 2018-10-10 23:22:38 +10:00
e3001586e5 Make bStats compileOnly so transitive projects won't load it, Jitpack has issues. 2018-10-10 19:39:09 +10:00
c32c13fdcd Fixed a typo in the gradle file 2018-10-10 19:34:18 +10:00
bf38b371d8 Update bStats because they deleted their old repo. 2018-10-10 16:59:18 +10:00
02c6f11bb9 Added bStats 2018-09-20 22:59:42 +10:00
5f4cc3e694 Cleanup a little bit more code. 2018-08-06 19:08:15 +10:00
af74627b69 Switch to release 1.13 API 2018-08-04 11:43:41 +10:00
572bf04482 Cleanup the bukkit implementation, and update to the 1.13 release items/blocks. 2018-08-04 11:43:41 +10:00
3e1d438565 Get it to a point where it works minimally on 1.13 Spigot. 2018-08-04 11:43:41 +10:00
ca06a05117 Update the Bukkit adapter to the Spigot API Preview 2018-08-04 11:43:40 +10:00
07ade0b083 Phase 1 of Item conversion 2018-08-04 11:43:38 +10:00
32fb5b302d Ignore PlayerInteracts with off-hand item.
Fixes WORLDEDIT-3437
The API will need to be changed to accomodate off-hand tools etc
2016-05-15 03:29:58 -04:00
6c03eea9b1 Force compilation on newer bukkit api.
Since spigot like pulling the rug out from under us.
Fixes WORLDEDIT-3400.
2016-03-07 19:26:16 -05:00
zml
6a6c590a07 WEPIF: Use UUIDs wherever possible in PermissionsExResolver 2015-01-10 16:57:53 -08:00
ac1379c932 Update build.gradles for ides 2014-12-02 07:02:13 -08:00
7192780251 Switch to Gradle. Use git log --follow for history.
This converts the project into a multi-module Gradle build.

By default, Git does not show history past a rename, so use git log
--follow to see further history.
2014-11-14 11:27:39 -08:00