Jonathan Williams
|
4b81f6cd8b
|
Fixed Memory leak with lastState in VisibilityData
|
2015-03-20 09:05:25 -07:00 |
|
Cheese
|
f54ed0ece2
|
visibility fix
|
2015-03-20 23:20:56 +11:00 |
|
libraryaddict
|
1f0e204eb3
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/mineplex into SurvivalGames
Conflicts:
Plugins/Mineplex.Core/src/mineplex/core/disguise/DisguiseManager.java
Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/survivalgames/SurvivalGames.java
Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/wizards/spells/subclasses/HealingRune.java
|
2015-03-18 00:04:41 +13:00 |
|
libraryaddict
|
ec30269a14
|
Add new loot classes to manage loot
|
2015-03-17 18:08:47 +13:00 |
|
libraryaddict
|
921deb5270
|
Update disguises for 1.8, add sleeping ability to player disguises
|
2015-03-17 17:48:29 +13:00 |
|
libraryaddict
|
65a9073c69
|
Add border packet and resource pack status packet. Add ability to listen to incoming packet Use Entity
|
2015-03-17 17:42:16 +13:00 |
|
Cheese
|
73c66fa93f
|
Merge branch 'SpecRemoveCreative'
Conflicts:
Plugins/Mineplex.Hub/src/mineplex/hub/Hub.java
Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/Arcade.java
Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/event/EventGame.java
Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/survivalgames/SurvivalGames.java
|
2015-03-17 14:57:17 +11:00 |
|
Cheese
|
44e887ec61
|
fixed give command to properly assign item data
|
2015-03-17 12:06:41 +11:00 |
|
Jonathan Williams
|
2dade32499
|
Added support for creating Event servers.
|
2015-03-15 20:50:54 -07:00 |
|
Cheese
|
4581f49948
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
|
2015-03-16 13:39:54 +11:00 |
|
Cheese
|
420c4e7229
|
More work on Event game
|
2015-03-16 13:39:33 +11:00 |
|
Jonathan Williams
|
4b878c5f27
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
|
2015-03-15 04:48:01 -07:00 |
|
Jonathan Williams
|
fcbac70deb
|
Tweaked DB Pool settings, increased connections to 4.
Disabled Friend and Leaderboard for now.
|
2015-03-15 04:47:53 -07:00 |
|
libraryaddict
|
db7def2980
|
Add relative teleports to /teleport command
|
2015-03-15 12:42:29 +13:00 |
|
libraryaddict
|
20a51ee7fc
|
Change Blood to unstackable items
|
2015-03-15 12:30:42 +13:00 |
|
Ty Sayers
|
7811279b26
|
Convert friend system over to redis-based PlayerStatus data tracking from old SQL storage.
|
2015-03-14 17:41:16 -04:00 |
|
Jonathan Williams
|
d38a28981b
|
Fixed NPE when type /friend with a space after it.
|
2015-03-14 06:20:33 -07:00 |
|
Jonathan Williams
|
b6a8b4cee3
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
|
2015-03-13 22:45:48 -07:00 |
|
Ty Sayers
|
af898e3306
|
Convert PlayerStatus trackers, Bungee MOTD, and Bungee Server status' from MySQL storage to redis-based system using DataRepository's.
Re-organize structure of ServerData packaging.
|
2015-03-14 01:03:22 -04:00 |
|
Jonathan Williams
|
a93a14c3c1
|
Changed DefaultTransactionIsolation so entire tables aren't locked every query.
Decreased DBPool down to 3 connections per server.
|
2015-03-13 20:16:37 -07:00 |
|
Jonathan Williams
|
cb93769e03
|
Converted Bungee to redis.
Increased DBPool maximum connections to 5.
|
2015-03-13 17:53:36 -07:00 |
|
Jonathan Williams
|
838df3f57a
|
Added UUID lookup for saveRank call.
|
2015-03-13 17:52:25 -07:00 |
|
Jonathan Williams
|
28f73704e5
|
Improved party lookup for server transfers.
Always transfer party if leader transfers servers.
|
2015-03-13 00:10:29 -07:00 |
|
Cheese
|
c5d48a82a3
|
Fixed invisibility bug
|
2015-03-13 11:34:45 +11:00 |
|
Jonathan Williams
|
b1ffe4d07b
|
Re-enabled target server check.
|
2015-03-12 15:32:22 -07:00 |
|
Ty Sayers
|
f812243185
|
Merge branch 'master' of http://184.154.0.242:7990/scm/min/mineplex
|
2015-03-12 18:20:08 -04:00 |
|
Ty Sayers
|
33ff7f8e50
|
Convert leaderboard stat events to insert into the repository using asynchronous task calls.
|
2015-03-12 18:19:58 -04:00 |
|
Jonathan Williams
|
6394b588ab
|
Re-enabled cross-server functionality.
RedisPartyHandler execution is now run on Bukkit main thread.
|
2015-03-12 04:10:15 -07:00 |
|
Cheese
|
3ceb0ff678
|
Converted spec away from CREATIVE
|
2015-03-12 15:31:40 +11:00 |
|
Jonathan Williams
|
23de2f735d
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
|
2015-03-11 18:31:29 -07:00 |
|
Jonathan Williams
|
bf87cfd0cd
|
Merge remote-tracking branch 'remotes/origin/sql_pooling'
|
2015-03-11 18:30:52 -07:00 |
|
Jonathan Williams
|
626bfc35fc
|
Revert "Revert "Implement usage of SQL connection pooling in RepositoryBase to prevent unnecessary idle connections.""
This reverts commit 215ec7b00d .
Enabled multi-queries on db pool.
Cleaned up some code using new pooling getConnection inappropriately
|
2015-03-11 18:05:13 -07:00 |
|
libraryaddict
|
9cf0e4d1e8
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/mineplex
|
2015-03-11 13:17:16 +13:00 |
|
libraryaddict
|
f47447134e
|
Cleanup hologram class, remove witherskull option for 1.8 and fix duplicate nametags and non-invisibility on armorstands
|
2015-03-11 13:16:00 +13:00 |
|
Cheese
|
16a8fbe088
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
|
2015-03-09 22:15:38 +11:00 |
|
Cheese
|
3a0e597276
|
more event server stuff
|
2015-03-09 22:15:24 +11:00 |
|
Jonathan Williams
|
27c17eccfb
|
Disabled redis pub commands.
Added getServerStatusesByPrefix to redis.
Increased timeout for servers.
Turned on DoubleGemWeekend
|
2015-03-08 13:47:49 -07:00 |
|
Jonathan Williams
|
8cc60e1b65
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
|
2015-03-07 21:49:37 -08:00 |
|
Jonathan Williams
|
14da350b16
|
Removed unnecessary Windows DB call for Pet Factory.
|
2015-03-07 21:47:48 -08:00 |
|
Ty Sayers
|
4237cd082c
|
Add support for master-slave replication in redis to balance load of read and writes. Redis based repositories now read/write to specified connection pools (master or slave).
|
2015-03-07 23:19:35 -05:00 |
|
Ty Sayers
|
215ec7b00d
|
Revert "Implement usage of SQL connection pooling in RepositoryBase to prevent unnecessary idle connections."
This reverts commit adfe5fb74e .
|
2015-03-07 19:38:06 -05:00 |
|
Ty Sayers
|
adfe5fb74e
|
Implement usage of SQL connection pooling in RepositoryBase to prevent unnecessary idle connections.
|
2015-03-07 19:36:54 -05:00 |
|
Cheese
|
e0ba667613
|
old chests drop a little more frequently
|
2015-03-07 11:53:18 +11:00 |
|
Cheese
|
480a5225f3
|
increased coin loot from rare chest drops
|
2015-03-07 11:49:01 +11:00 |
|
Jonathan Williams
|
90dbd64b17
|
Added closes to connections in RepositoryBase that use DataSource.
|
2015-03-06 04:12:46 -08:00 |
|
Jonathan Williams
|
c15c6e2dd8
|
Removed threading for ServerCommandManager
Removed target server check (some commands are broadcasted)
Disabled Message/Party crossserver listeners.
|
2015-03-06 04:12:11 -08:00 |
|
Jonathan Williams
|
2d7f65588c
|
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
|
2015-03-06 01:36:38 -08:00 |
|
Jonathan Williams
|
09ecb994f6
|
Pooled Friend/Ignore/Preferences/Poll/Elo repositories.
Removed ArcadeRepository as its unused.
Removed target server check for RedisCommand because it breaks other commands.
|
2015-03-06 01:36:25 -08:00 |
|
Cheese
|
e62d9774a9
|
Initial Event Game push
|
2015-03-06 19:11:26 +11:00 |
|
Jonathan Williams
|
5c738a2e3c
|
Added two-strike system to NCP hooks.
|
2015-03-05 16:46:50 -08:00 |
|