Jonathan Williams
6c72bc2c36
Added playerStats caching via redis.
...
Fixed MotdManager's forced hardcoded motd.
2015-03-25 15:01:19 -07:00
Jonathan Williams
a8eaf1014f
Updated EnjinTranslator to new backend processing.
2015-03-25 15:00:27 -07:00
Jonathan Williams
4b81f6cd8b
Fixed Memory leak with lastState in VisibilityData
2015-03-20 09:05:25 -07:00
Jonathan Williams
ef0d8a2813
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
2015-03-20 08:20:53 -07:00
Cheese
6a68dc6b24
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
2015-03-20 23:48:30 +11:00
Cheese
28b3828007
slowed hub invis update
2015-03-20 23:48:17 +11:00
libraryaddict
c4edfa8263
Merge branch 'master' of ssh://184.154.0.242:7999/min/mineplex
2015-03-21 01:38:37 +13:00
libraryaddict
ee7ae77311
Use VisibilityManager instead of hidePlayer showPlayer in SG Deathmatch
2015-03-21 01:38:20 +13:00
Jonathan Williams
070cc729de
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
2015-03-20 05:31:43 -07:00
Cheese
f54ed0ece2
visibility fix
2015-03-20 23:20:56 +11:00
Cheese
0a766cd7bb
increased food and weapons
2015-03-20 22:23:25 +11:00
Jonathan Williams
73e6c555f7
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
2015-03-20 03:16:25 -07:00
Cheese
376824edfc
slowly tnt explosion by 0.5s
2015-03-20 20:46:11 +11:00
Cheese
446951d8af
balance changes for SG
2015-03-20 20:43:42 +11:00
Cheese
57502c226f
changed slasher to barb
2015-03-20 19:39:23 +11:00
Cheese
392a648f8e
fixed cleave hurting self
2015-03-20 18:43:44 +11:00
Cheese
810517b142
Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex
2015-03-20 18:22:10 +11:00
Cheese
cdd9400ec2
added slasher kit to SG
2015-03-20 18:21:56 +11:00
libraryaddict
f2ffc57ae2
Fix error, allow snowball and egg to do damage
2015-03-20 20:15:10 +13:00
libraryaddict
baaebd3662
Chiss wants a shorter Assassin Description
2015-03-20 19:43:27 +13:00
libraryaddict
11dcc4af8b
Fix description of Assassin Kit
2015-03-20 19:41:56 +13:00
libraryaddict
83b18129f2
Merge branch 'master' of ssh://184.154.0.242:7999/min/mineplex
...
Conflicts:
Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/survivalgames/SurvivalGames.java
2015-03-20 19:33:27 +13:00
libraryaddict
7bf9c13fd8
Kit Assassin in SG has nametag visiblity set to 8 blocks, normal set to 24
2015-03-20 19:30:08 +13:00
Cheese
6c78bc6f8f
added 10s delay on getting bow in block hunt
2015-03-20 16:51:24 +11:00
Cheese
746fa9e11b
stealer kit for SG
2015-03-20 16:20:55 +11:00
libraryaddict
6c257c1e7d
Store killed players in a hashmap in SG
2015-03-20 18:17:34 +13:00
libraryaddict
19cc6dc12b
Minor bug-fix in the hopes it fixes a major bug for SG
2015-03-20 17:51:03 +13:00
libraryaddict
6e30834565
Merge branch 'master' of ssh://184.154.0.242:7999/min/mineplex
2015-03-20 17:35:42 +13:00
libraryaddict
03bcb120fc
Change border damage from Void to Border Damage
2015-03-20 17:35:27 +13:00
libraryaddict
3e7346618b
Change border creep speed, boats only placeable on water
2015-03-20 17:34:44 +13:00
Cheese
e4475eb7b1
allowed mapleads to stop games
...
removed nametag (long range) on wolf pet, and lowered damage from 4 to 3
2015-03-20 12:37:18 +11:00
libraryaddict
7b41649d94
Removed debug logging in SurvivalGames
2015-03-18 22:10:03 +13:00
Jonathan Williams
3e17638bf0
Customer support re-add Dooskee.
2015-03-17 16:22:18 -07:00
Cheese
ee237c9f5b
re-enabled SG in gamefactory
2015-03-17 22:20:40 +11:00
libraryaddict
5718df4fb5
Merge pull request #14 in MIN/mineplex from SurvivalGames to master
...
* commit '1f0e204eb30599e711eaddc12fac5956dc0677b5':
Update SurvivalGames
Allow disabling of game start sounds, and changing of the game PrepareTime.
SG kit fletcher no longer can pickup fletched arrows
Remove SG wolf pet on quit
Add new loot classes to manage loot
Change wizards spells to use conditions for potion effects
Don't allow people holding gold ingots to deal a lot of damage
Update disguises for 1.8, add sleeping ability to player disguises
Add border packet and resource pack status packet. Add ability to listen to incoming packet Use Entity
No longer need to constantly set the durability of items in the sheep game
Add relative teleports to /teleport command
Add Wither to ConditionFactory
Fixed GameScoreboard demanding strings are shortened to 15 chars when the max is 16
Formatted SpellType, fixed lightning spell description
Change UtilPlayer.sendPacket(Packet) to UtilPlayer.sendPacket(Packet...)
Fixed UtilTime for displaying decimals when trimmed
Change Blood to unstackable items
Add method getEntityById to UtilEnt
2015-03-17 06:11:54 -05: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
733134f709
Update SurvivalGames
2015-03-17 23:53:43 +13:00
libraryaddict
f12d0bf9ef
Allow disabling of game start sounds, and changing of the game PrepareTime.
2015-03-17 23:52:58 +13:00
libraryaddict
340441edbe
SG kit fletcher no longer can pickup fletched arrows
2015-03-17 18:30:48 +13:00
libraryaddict
06ebbbbc73
Remove SG wolf pet on quit
2015-03-17 18:30:17 +13:00
libraryaddict
ec30269a14
Add new loot classes to manage loot
2015-03-17 18:08:47 +13:00
libraryaddict
41469b198a
Change wizards spells to use conditions for potion effects
2015-03-17 18:07:43 +13:00
libraryaddict
03d77abed3
Don't allow people holding gold ingots to deal a lot of damage
2015-03-17 17:49:10 +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
3eba559b01
fixed merge error
2015-03-17 15:02:41 +11: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
e3eb62887d
fixed an eventgame bug
2015-03-17 14:50:56 +11:00
Cheese
44e887ec61
fixed give command to properly assign item data
2015-03-17 12:06:41 +11:00
Cheese
28c683a37a
fixed display for effects
2015-03-16 15:16:17 +11:00