Xephi59
cc0358af64
Merge branch 'master' of https://github.com/Xephi/AuthMeReloaded
2015-06-17 21:48:47 +02:00
Xephi59
6d84cdabe7
Fix Attribute problem
2015-06-17 21:48:38 +02:00
Alexandre Vanhecke
f0dc9f503f
Update .travis.yml
2015-06-17 20:52:04 +02:00
Alexandre Vanhecke
17bfb57a97
Merge pull request #60 from sgdc3/master
...
Maven stuff + Updated dependencies
2015-06-17 20:50:44 +02:00
Gabriele C
b91ca908ec
Maven Optimizations + Fixes
2015-06-17 18:54:32 +02:00
Gabriele C
17e81aada3
xAuth 2.6 compatibility
2015-06-17 18:32:41 +02:00
Gabriele C
8a33b65538
Fixed dependencies
2015-06-17 17:56:57 +02:00
Gabriele C
26fff61bb9
Added version variable in plugin.yml
2015-06-17 14:15:27 +02:00
Gabriele C
dc0e24b130
Changed travis JDK version
2015-06-17 14:14:12 +02:00
Gabriele C
8af1fe4fb4
Removed Libs
2015-06-17 14:12:51 +02:00
Gabriele C.
3f28f8e233
Update pom.xml
2015-06-17 14:09:40 +02:00
Gabriele C.
cf5c76f353
Merge pull request #1 from Xephi/master
...
Up
2015-06-11 10:22:03 +02:00
Xephi59
0691236826
Correctly call these methods Async !
2015-06-11 01:41:22 +02:00
Xephi59
bfc2fbd546
Next for https://github.com/Xephi/AuthMeReloaded/issues/54
2015-06-11 01:16:58 +02:00
Xephi59
de2961b754
Check password strengh in ChangePasswordCommand too
2015-06-11 01:13:53 +02:00
Xephi59
aa957cc7c9
Fix Movement problem
2015-06-11 01:05:44 +02:00
Xephi59
a1c09aecfc
Add a better check to cancel a non existing task...
...
#AutoInHacks T.T
2015-06-11 00:55:46 +02:00
Xephi59
4bb9dc53f1
Fix inventory growth
2015-06-11 00:22:59 +02:00
Xephi59
5168a5d9e9
Fix some problem with countries lists
2015-06-10 23:59:09 +02:00
Xephi59
b9032ff883
Merge branch 'master' of https://github.com/Xephi/AuthMeReloaded
2015-06-10 23:29:52 +02:00
Xephi59
483c9219a0
Fix https://github.com/Xephi/AuthMeReloaded/issues/53
2015-06-10 23:28:17 +02:00
Alexandre Vanhecke
e8f342010c
Update README.md
2015-06-04 01:40:38 +02:00
Xephi
8d8ce1c4eb
Remove some warnings
2015-06-03 02:07:54 +02:00
Xephi
140a807a59
u_U
2015-06-03 01:41:43 +02:00
Alexandre Vanhecke
b75adf6a98
Update CacheDataSource.java
2015-05-28 22:28:52 +02:00
Alexandre Vanhecke
bb8ac05df2
Update .travis.yml
2015-05-28 21:34:30 +02:00
Alexandre Vanhecke
9664898ab2
Update .travis.yml
2015-05-28 20:15:42 +02:00
Alexandre Vanhecke
cce01a8b24
Update README.md
2015-05-28 20:12:02 +02:00
Xephi
5f2feedebb
PseudoRandom
2015-05-28 20:09:14 +02:00
Xephi
2514ae9852
Add Purge.removePermissions through Vault system
2015-05-28 19:21:24 +02:00
Xephi
dc3a8c1f06
Change from HashMap to ConcurrentHashMap, need to be available from
...
other threads !
2015-05-28 18:56:57 +02:00
Xephi
96925a580a
Fix a NullPointerException on getting multi-lined Messages
2015-05-28 18:47:20 +02:00
Xephi
514d5bfe6e
Fix Item unstacking, disable customAttributes by default
2015-05-26 13:11:10 +02:00
Xephi
9ba90bfb97
Replace m._ by a method call m.send, Java 8 in comming ...
2015-05-26 13:03:45 +02:00
Xephi
5585db221f
Add a security in case config fail to load
2015-05-26 12:42:03 +02:00
Xephi
7f844ec946
remove dead code
2015-05-04 20:52:48 +02:00
Xephi
1f1df4baea
typo
2015-05-04 20:49:30 +02:00
Xephi
c12643a138
Do not put a null world at respawn
2015-05-04 16:41:50 +02:00
Xephi
db27341832
Thread the cache
2015-05-04 16:07:05 +02:00
Xephi
2968308a8d
Fix
2015-05-04 16:01:38 +02:00
Xephi
2fe76a4f8a
Need to check if forceRegstration is enabled
2015-05-04 15:59:18 +02:00
Alexandre Vanhecke
176fda47ec
Merge pull request #32 from Sudzzy/master
...
Provide support for CombatTagPlus
2015-05-02 01:26:07 +02:00
Alexandre Vanhecke
5d230e4460
Merge pull request #33 from Trojaner25/patch-1
...
Fix NPE when onPlayerJoins occurs
2015-05-02 01:25:47 +02:00
Trojaner
fd5202748c
Fix NPE when onPlayerJoins occurs
...
When #addLimboPlayer(Player player) is called, the player is put into the list with his real name, but when #getLimboPlayer(String name) is called, its looking for the lowercased name, causing a NullPointerException
2015-05-02 01:59:08 +03:00
Sudzzy
7dfe213fd0
Provide support for CombatTagPlus
2015-05-01 21:36:09 +01:00
Xephi
a80792d947
LowerCase expected
2015-04-27 12:52:06 +02:00
Xephi
26f63ba908
FileCache ... as always
2015-04-23 16:56:15 +02:00
Xephi
a8795abc23
Try to synchronise these task to avoid some problems
2015-04-23 16:10:09 +02:00
Xephi
6d90be5e58
oh.. don't want to compile? Ok ... BEEM ! Initialised !
2015-04-23 10:41:56 +02:00
Xephi
a5e6a8fa12
We need to catch some rares exceptions !
2015-04-22 23:36:20 +02:00