Joseph Robinson
f303f0429a
Update EULA.java
2020-03-01 13:15:04 -07:00
bradd evans
5c9567e797
update campfire to the latest 1.14.4 version on craftbukkit
...
update pom.xml to use a repo with almost every single lib you would ever need since nallar has been down for a year
update maven command to fully skip tests propperly
update work/paper
2019-12-20 16:58:56 +00:00
Mgazul
e24a0066a3
1.14.4
2019-11-22 22:45:47 +08:00
Sotr
d153994a97
Oops - remove debug
2019-05-14 13:03:35 +08:00
Sotr
6e5df77560
Spinning tick await
2019-05-14 13:02:49 +08:00
Sotr
2215a2da9f
Optimize and make scoreboard safer - GH-87
2019-05-03 16:53:03 +08:00
Sotr
2db912a9fd
Fix up PS & memory leak
2019-04-25 02:35:19 +08:00
Sotr
3db7f6990a
Brings getPlayer() and getWorld() to events
2019-04-22 20:03:09 +08:00
Sotr
16801d98a0
Overhaul Village API
...
@Cushaw_BlueMelon
- Add @Nullable
- Double won't be null, so a @NotNull is no need
- Format codes
- Add missing village API (Should not use implementation codes on API!)
- Brings the API to world and entity
2019-04-22 14:27:48 +08:00
Sotr
64238d53a4
Merge branch 'master' of github.com:Akarin-project/Akarin
2019-04-22 13:46:31 +08:00
Sotr
d446be1a3b
Fixes c&v issue on macOS
2019-04-22 13:46:06 +08:00
CBM1014
3b538f0cb5
Add getVillagesInRange(@NotNull double, @NotNull double, @NotNull double) and getNearestVillage(@NotNull double, @NotNull double, @NotNull double) method in class CraftVillager.
2019-04-21 22:42:50 +08:00
Sotr
ed1528a5fa
Corrects api patch fixes GH-83
2019-04-20 14:17:04 +08:00
Sotr
d419e8b12c
Actually resolve similar issues
2019-04-16 23:30:38 +08:00
Sotr
328079cab3
Oops
2019-04-16 22:40:24 +08:00
Sotr
6dda63b762
Fix compatibility with packet handling plugins
2019-04-16 22:35:56 +08:00
Sotr
336142f88f
Fixes CI
2019-04-16 22:21:56 +08:00
Sotr
38e61c4f83
Async half entity spawning
2019-04-12 16:44:16 +08:00
Sotr
54c4441d22
Done it fully async
2019-04-12 16:06:56 +08:00
Sotr
e36ffa16c5
Save json list async
2019-04-12 16:06:17 +08:00
Sotr
eb896713b2
Optimize json list
2019-04-12 16:05:24 +08:00
Sotr
18cd8f67cb
Revert "Improve performance for isOp and more"
...
This reverts commit 17e0e3edca .
2019-04-10 03:46:22 +08:00
Sotr
9850358e29
Check and use default repo for user cache
2019-04-10 03:05:07 +08:00
Sotr
b2b93d9f87
Ability to modify api
2019-04-10 02:22:38 +08:00
Sotr
17e0e3edca
Improve performance for isOp and more
2019-04-09 15:09:18 +08:00
Sotr
0d05c57c04
Overhaul user cache to fix op losing issue
2019-04-09 14:50:03 +08:00
Sotr
fcf97fa61e
Oops
2019-04-08 19:54:40 +08:00
Sotr
0deb4ca743
Improved mob spawn mechanics for PSPE w/ misc cleanup
2019-04-08 19:52:02 +08:00
Sotr
f3a6ec65cc
Better handle offline servers
2019-04-07 13:29:56 +08:00
Sotr
073dc1430d
[ci skip] Fixes typo
2019-04-07 02:28:02 +08:00
Sotr
3a76f86a95
Upstream Paper
2019-04-07 02:25:49 +08:00
Sotr
62ce9910f2
Upstream Paper
2019-04-07 02:20:40 +08:00
Sotr
4011d37d99
Fixes PSPE by add option to configure ray trace
2019-04-07 02:14:56 +08:00
Sotr
90db58cbb3
Fixes PSPE by add option to configure excessive signs
2019-04-07 01:19:29 +08:00
Sotr
4de56af786
Fixes a NPE
2019-04-03 01:28:50 +08:00
Sotr
fc19a9cfce
Resolve user system for offline servers
2019-04-01 17:33:38 +08:00
Sotr
e616f1b1ed
Make argument profile use our usercache
2019-04-01 15:40:00 +08:00
Sotr
eda69152f0
Fixes LuckPerms compatibility - GH-81
2019-04-01 15:23:06 +08:00
Sotr
9c9f07f750
Oops
2019-04-01 15:16:40 +08:00
Sotr
1ec22529a0
Add option to allow disconnect player before PlayerLoginEvent
2019-04-01 14:17:19 +08:00
cakoyo
2dd8f6fc25
Fix typo
2019-03-31 14:37:51 +08:00
Sotr
be47051b23
Ensures thread safety, hopefully fixes GH-80
2019-03-31 15:31:25 +08:00
Sotr
d59d3a3c2f
Fixes odd launch error
2019-03-30 23:18:03 +08:00
Sotr
96a5d7a702
Fixes double data saving w/ incorrect filter
2019-03-30 14:44:08 +08:00
Sotr
39a09cba91
Fixes unknown import
2019-03-30 14:27:28 +08:00
Sotr
0dfc3962cc
Add koloboke to API
2019-03-30 14:22:30 +08:00
Sotr
4a59fbbc02
Ensures permission safety
2019-03-30 14:09:31 +08:00
Sotr
338bc56ceb
Synchronized permission subscriptions
2019-03-30 14:05:02 +08:00
Sotr
97af50debc
Optimize SimplePluginManager map & copy on write permission
2019-03-30 13:57:25 +08:00
Sotr
483809bf69
Dev import, I hate NotNull
2019-03-30 13:25:49 +08:00