ljacqu
59d3bc95c0
Move getOnlinePlayers() from Utils to BukkitService; delete Wrapper
2016-04-23 15:24:41 +02:00
ljacqu
98df21d75a
#575 Hotfix for reload support
...
- Create temporary method for reloading any stateful entities -> a lot of duplicated code, to be fixed soon within #432
- Remove unused methods
2016-03-05 22:30:35 +01:00
DNx5
3d90d478c2
remove uuid, only use player's name.
2016-02-22 22:16:14 +07:00
DNx5
27642dd82c
Rename DataFileCache to PlayerData
2016-02-20 09:32:08 +07:00
DNx5
2f75e03275
cache player's flying enabled state.
2016-02-20 08:56:08 +07:00
games647
8c1eef3f59
Remove gamemode and flying switching
...
Fixes Xephi/AuthMeReloaded#355
Fixes Xephi/AuthMeReloaded#320
Fixes Xephi/AuthMeReloaded#258
Fixes Xephi/AuthMeReloaded#246
2015-12-23 15:00:44 +01:00
ljacqu
bfebf6dc44
Add tests for CommandUtils, move purgeDirectory to its only use
2015-12-14 21:37:20 +01:00
Tim Visée
82bf0f45ca
Finalized some fields, removed redundant code, various other fixes
2015-11-23 22:14:03 +01:00
Tim Visée
36c50c4507
Reformatted code with new code style
2015-11-23 21:46:34 +01:00
Tim Visée
2e868c7492
Reformatted all code files, cleaned up the project
2015-11-23 21:33:08 +01:00
AuthMe-Team
9ec2d6d059
Stuff from the common floobits workspace
...
Author: AuthMe-Team <AuthMeTeam@123NoEmail.com>
2015-11-23 20:23:52 +01:00
Gabriele C
bd1f868c6d
standard javadoc
2015-11-21 01:31:18 +01:00
Gabriele C
118c79401a
Prepare the project for javadocs
2015-11-21 01:27:06 +01:00
Gabriele C
5e7c5560cf
Cleanup2: The Revenge
2015-11-02 00:09:40 +01:00
Tim Visée
3643afdea3
Moved Utils class to util package
2015-11-01 23:29:47 +01:00
Gabriele C
3567fc909d
Organize imports
2015-10-09 19:18:24 +02:00
games647
86ff20b6c9
Replacing old inventory protecting with safe packet modifications using ProtocolLib.
...
Instead of clearing the inventory of players and storing it's contents in a file, we now prevent
the server from sending the inventory packet if the player is not logged in. The player will
see a empty inventory, but has still his items stored on the server. Therefore we don't
need to modify the player's inventory and we won't make any inventory corrupted.
Fixes Xephi/AuthMeReloaded#203 ,
Fixes Xephi/AuthMeReloaded#193 ,
Fixes Xephi/AuthMeReloaded#191 ,
Fixes Xephi/AuthMeReloaded#148
Remove dead code + Fix empty inventory on the unregister command
Fix NPE if ProtocolLib isn't enabled or installed
2015-10-03 10:48:40 +02:00
DNx5
5247b5aa2c
fix cache folder not removed
2015-09-20 22:55:44 +07:00
DNx5
e1893ce85b
ups, forgot to put inventory.
2015-09-20 11:42:41 +07:00
DNx5
4288fa29b6
update
2015-09-20 09:26:29 +07:00
DNx5
350ab53563
update base64
2015-09-20 08:44:30 +07:00
DNx5
4ec548cb8d
added null check, #209 #210
2015-09-19 13:27:31 +07:00
DNx5
221b32744c
fix string concatenates performance
2015-09-15 22:44:40 +07:00
Gabriele C
026d84427b
General npc support, fixes and enhancements
2015-09-15 16:33:32 +02:00
DNx5
7c56dec476
change all usage of getOnlinePlayers
2015-09-14 19:50:32 +07:00
DNx5
0768642e85
cleanup Settings
2015-09-14 18:58:37 +07:00
DNx5
9736e4c207
init instance at the top, to avoid problems.
2015-09-14 04:32:12 +07:00
DNx5
a4fd60a6f6
fix cache, still not add null check.
2015-09-14 03:45:09 +07:00
DNx5
576ff59fcd
replace cache with Json
2015-09-13 22:08:18 +07:00
DNx5
08d72785b4
improve inventory cache method
2015-09-10 13:29:11 +07:00
DNx5
afeb359b73
cleanup & improvements
2015-09-09 01:28:27 +07:00
Gabriele C
217c217d13
Stuff
2015-08-22 16:34:06 +02:00
Gabriele C
c12e24d0f8
Added stacktraces to find out what's the problem -_-
2015-08-21 23:35:44 +02:00
Gabriele C
acbae36ddf
Spaces in pom + optimizations
2015-08-02 14:22:34 +02:00
Gabriele C
62e3bc4f11
Fixed non closed reader
2015-08-01 01:06:42 +02:00
Xephi59
9c42be39d8
meta
2015-07-31 00:23:30 +02:00
Gabriele C
88530542ac
Fixes
2015-07-28 17:06:54 +02:00
Gabriele C
47211ab803
Code cleanup
2015-07-28 02:57:50 +02:00
Xephi59
480db6816f
Synax
2015-07-20 02:41:14 +02:00
Xephi59
5660ccc300
Fix FileCache ... Sleeping is stupid x)
2015-07-13 01:15:18 +02:00
Xephi59
6d84cdabe7
Fix Attribute problem
2015-06-17 21:48:38 +02:00
Xephi59
4bb9dc53f1
Fix inventory growth
2015-06-11 00:22:59 +02:00
Xephi
514d5bfe6e
Fix Item unstacking, disable customAttributes by default
2015-05-26 13:11:10 +02:00
Xephi
26f63ba908
FileCache ... as always
2015-04-23 16:56:15 +02:00
Xephi
a5e6a8fa12
We need to catch some rares exceptions !
2015-04-22 23:36:20 +02:00
Xephi
5548004fd0
Some Fix on FileCache
2015-04-21 17:41:46 +02:00
Xephi59
d0234c182c
Try to fix a problem with attribute ?
2015-01-08 20:07:05 +01:00
Xephi
3f89304aed
Fix Cache
2014-09-24 18:55:11 +02:00
Xephi
c88b2be3a3
Catch some exceptions can occured here
2014-09-21 04:14:48 +02:00
Xephi
6e17b540f5
Fix the Cache
2014-08-30 04:05:22 +02:00