Commit Graph

2556 Commits

Author SHA1 Message Date
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
Xephi ea85ec25b9 Remove these olds calls 2015-04-22 19:04:01 +02:00
Xephi ebe71c5790 Need to check everywhere :) 2015-04-22 00:18:50 +02:00
Xephi c65fe5822f Let the data be corrupted ! 2015-04-21 21:08:46 +02:00
Xephi 427fe9fb4f Change from PlayerLoginEvent to AsyncPlayerPreLoginEvent 2015-04-21 20:58:46 +02:00
Xephi 5548004fd0 Some Fix on FileCache 2015-04-21 17:41:46 +02:00
Xephi 44bbd30fd2 Let's ignore 4.0 branch, it's time to begin AuthMe 5.0 guys !
Full rework in coming!
2015-04-21 16:45:48 +02:00
Xephi 0e93d502ef Optimize the cache, it will slow the server starting, but will be much
easier to get auths
2015-04-21 16:43:49 +02:00
Xephi 41b6c093bb Ooooooops :') 2015-04-21 16:23:12 +02:00
Xephi 84cf1a6627 Re-ignore case for name, Security issues T.T 2015-04-21 16:22:12 +02:00
Alexandre Vanhecke 605a6d88c1 Merge pull request #29 from evernife/patch-1
Update messages_br.yml
2015-04-06 00:39:40 +02:00
evernife cc4575492d Update messages_br.yml
Fixing a lot of gramatical errors and atualizating the file.
2015-04-03 22:02:47 -03:00
Alexandre Vanhecke faabe0e315 Add Bulgarian Language 2015-01-27 03:07:13 +01:00
Alexandre Vanhecke bd20c7a383 Merge pull request #2 from JunkyBulgaria/PR_Only
Bulgarian Language.. yeei
2015-01-27 03:06:08 +01:00
Alexandre Vanhecke 8a89ac939c Merge pull request #7 from wolfwork/patch-2
Update messages_ko.yml
2015-01-27 03:04:55 +01:00
Alexandre Vanhecke 6deb174f9e Merge pull request #10 from Joriom/patch-2
Fix for phpBB3 support + bonus
2015-01-27 03:04:37 +01:00
Alexandre Vanhecke fe6fd11551 Merge pull request #18 from orkun1675/patch-1
Cancel damage if unlogged-in player is attacking other entities
2015-01-27 03:03:18 +01:00
orkun1675 6dcfc33c19 Cancel damage if unlogged-in player is attacking other entities
Right now players can hit other players before logging in, causing serious issues with plugins like CombatTag, PvPManager etc.
We should cancel this in a simple EntityDamageByEntity listener.

Did not test the code.
2015-01-26 02:55:32 +02:00
Xephi59 d0234c182c Try to fix a problem with attribute ? 2015-01-08 20:07:05 +01:00
Xephi59 1a499150c8 Push ! 2015-01-08 18:31:29 +01:00
vanhec_a fba07fa7e5 Some fixs 2015-01-03 23:40:45 +01:00
vanhec_a 2d148860d5 Change compilation from craftbukkit to spigot 2015-01-03 18:30:44 +01:00
vanhec_a 7a19a1ce78 Add Logout Event 2014-10-23 10:56:40 +02:00
Xephi 9437efb08d Push Changes 2014-10-23 10:50:28 +02:00