Tim Visée
4c536a5204
Implemented the email add command
2015-11-01 21:20:08 +01:00
Tim Visée
7f63056cc9
Implemented the unregister command
2015-11-01 21:06:19 +01:00
Tim Visée
ebefca73b7
Implemented the logout command
2015-11-01 21:00:41 +01:00
Tim Visée
a36553f75f
Implemented the changepassword command
2015-11-01 20:57:13 +01:00
Tim Visée
5093e8ff78
Implemented the register command (2)
2015-11-01 20:51:16 +01:00
Tim Visée
6e222c1bc9
Implemented the login command
2015-11-01 19:13:55 +01:00
Tim Visée
e3a6c73b58
Implemented the switchantibot command
2015-11-01 18:41:03 +01:00
Tim Visée
2fcb5f1183
Added plugin name and version constants, implemented these
2015-11-01 16:58:13 +01:00
Tim Visée
7463d123e9
Disabled legacy /authme command
2015-11-01 16:54:42 +01:00
Tim Visée
690c7d9532
Added CommandHandler instance
2015-11-01 16:13:34 +01:00
vanhec_a
f722fa161a
Add a join blocker in case Cache Loading
2015-10-31 17:34:16 +01:00
Gabriele C
9c19f568fd
fix conflict
2015-10-12 17:51:05 +02:00
vanhec_a
5b98759b61
Change how purge logged works at starting/stopping server
2015-10-12 15:01:57 +02:00
vanhec_a
3c0e6e06c7
Fix some case when connection is not available
2015-10-12 14:57:56 +02:00
Gabriele C
41bbbf0a96
custom graphs
2015-10-10 00:31:47 +02:00
Gabriele C
3567fc909d
Organize imports
2015-10-09 19:18:24 +02:00
Gabriele C
a502a479b8
Fix compatibility
2015-10-06 21:04:06 +02:00
Gabriele C
807d302b60
1.5.2 compatibility
2015-10-06 19:17:03 +02:00
Gabriele C
aac4320f46
Fix build
2015-10-06 17:11:14 +02:00
Gabriele C
7aea267051
Fix conflict
2015-10-06 17:03:59 +02:00
vanhec_a
99fca1cb20
Fix Import
2015-10-06 12:32:12 +02:00
DNx5
4d4931af3f
added reload function into module manager
2015-10-06 08:08:32 +07:00
DNx5
3f179ade81
rename inventory listener class
2015-10-06 07:11:51 +07:00
Xephi59
494281c365
Fix for older version of Bukkit
2015-10-06 01:11:24 +02:00
DNx5
157b028712
check the class is exist
2015-10-06 04:07:49 +07:00
Gabriele C
9c477c590c
fix 1.7.10 compatibility issue
2015-10-05 22:57:33 +02:00
Gabriele C
de5ecfcb93
Fix compatibility issues
2015-10-05 22:28:31 +02:00
Gabriele C
4a22c916b1
cleanup
2015-10-04 14:37:06 +02:00
Gabriele C
5576b117c9
cleanup + moved legacy chestshop support
2015-10-04 14:33:21 +02:00
Gabriele C.
06e098ab39
cleanup
2015-10-04 02:02:45 +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
Gabriele C
646eaad2ce
cleanup
2015-09-28 21:35:06 +02:00
DNx5
72604bfdea
improve cached datasource performance.
2015-09-25 07:20:46 +07:00
Gabriele C
8f446fa6af
Fix settings (i hope)
2015-09-23 22:10:11 +02:00
DNx5
53f3ad114b
re-add geoip methods and set as deprecated
2015-09-24 00:55:01 +07:00
Gabriele C
4b67cf961c
fix speed remover
2015-09-20 17:21:49 +02:00
DNx5
878ab70c2f
move GeoIP function into Utils
2015-09-20 21:50:39 +07:00
DNx
14f187c32d
start working on modules
2015-09-20 20:17:40 +07:00
DNx5
4e275eeb1d
change Utils to static class.
2015-09-20 14:11:17 +07:00
Gabriele C
f63fe5bc37
Enhance combattag hook
2015-09-15 21:11:56 +02:00
Gabriele C
4fca6108d9
cleanup
2015-09-15 19:07:41 +02:00
DNx5
cdfdc06312
revert logger
2015-09-15 23:37:33 +07:00
Gabriele C
026d84427b
General npc support, fixes and enhancements
2015-09-15 16:33:32 +02:00
DNx5
6f22aa779b
sqlite fix, load AuthMe faster.
2015-09-15 16:23:56 +07:00
DNx5
3996c8cfca
this should not cause lag anymore if database cache is enabled.
2015-09-15 15:03:00 +07:00
DNx5
3620b712b7
improve DatabaseCalls,
2015-09-15 14:38:55 +07:00
DNx5
0b23074770
changed settings load method.
2015-09-14 20:46:56 +07:00
DNx5
7c56dec476
change all usage of getOnlinePlayers
2015-09-14 19:50:32 +07:00
DNx5
981da0a0f3
extract language if available.
2015-09-14 09:26:52 +07:00
DNx5
9736e4c207
init instance at the top, to avoid problems.
2015-09-14 04:32:12 +07:00