Ben
|
79a2ef3608
|
Fix staff members getting unhidden when in incognito whenever players are shown to the player (can happen when a regular player toggles player vision, and the staff member gets shown to all other players.)
|
2016-04-07 22:24:47 +01:00 |
|
Joseph Prezioso Jr.
|
59001bdef6
|
Fix merge-related errors
Fix, polish, and re-implement Elo code.
|
2016-04-07 16:40:30 -04:00 |
|
Ben
|
eed3df720a
|
Disable incognito mode for staff members that have been demoted whilst using it.
Also fixes a bug that caused IncognitoHidePlayerEvent fire even if the player logging in does not have incognito mode enabled.
|
2016-04-07 07:00:46 +01:00 |
|
Ben
|
3a8ab581dd
|
Add JavaDoc to new classes to comply with the new standards
|
2016-04-07 06:52:52 +01:00 |
|
Joseph Prezioso Jr
|
91e550bdcc
|
Merge branch 'develop' of github.com:Mineplex-LLC/Minecraft-PC into develop
Conflicts:
Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/siege/outpost/Outpost.java
Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/siege/weapon/SiegeWeapon.java
Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/tutorial/command/FinishCommand.java
Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/tutorial/command/TutorialCommand.java
Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/tutorial/tutorials/clans/objective/goals/attackenemy/BlowUpWallGoal.java
|
2016-04-06 19:40:01 -04:00 |
|
Joseph Prezioso Jr
|
f030f78f08
|
Add headers to new classes, so as to comply with coding standards.
To that end, change methods to camel case and refactor them, so that the newly-renamed methods do not result in errors.
|
2016-04-06 16:20:26 -04:00 |
|
Ben
|
d75d63a81a
|
some missing files and blacklist barrier block from block toss
|
2016-04-06 18:26:56 +01:00 |
|
Joseph Prezioso Jr
|
09db5a8131
|
I'm committing this so I can checkout to a different branch
|
2016-04-05 16:41:50 -04:00 |
|
Ben
|
876a7a8eb6
|
Merge branch 'clans/beta' of https://github.com/Mineplex-LLC/Minecraft-PC into clans/beta
|
2016-04-05 12:37:23 +01:00 |
|
Ben
|
7f92a3c048
|
incognito changes
|
2016-04-05 00:38:27 +01:00 |
|
Jonathan Williams
|
2d296d9226
|
Removed debug ResourcePack Message
|
2016-04-04 17:45:34 -05:00 |
|
Jonathan Williams
|
efa18d394b
|
Fixed Incognito not saving status.
|
2016-04-04 17:45:10 -05:00 |
|
Jonathan Williams
|
02459c6a10
|
Fixed bad implementation of IncognitoManager that was locking up threads.
Temporarily disabled MessageManager's handling of Incognito.
|
2016-04-04 13:48:26 -05:00 |
|
Jonathan Williams
|
1b1e6f6ef5
|
Moved the redis operation before asking for a mysql connection
|
2016-04-04 13:45:20 -05:00 |
|
Shaun Bennett
|
ff929a8515
|
Merge remote-tracking branch 'remotes/origin/develop' into clans/beta
# Conflicts:
# Plugins/Mineplex.Core/src/mineplex/core/MiniPlugin.java
# Plugins/Mineplex.Core/src/mineplex/core/resourcepack/ResourcePackManager.java
|
2016-04-05 00:57:28 +10:00 |
|
Shaun Bennett
|
e11a9379b9
|
More tutorial tweaking
|
2016-04-04 12:32:22 +10:00 |
|
Jonathan Williams
|
401127caa9
|
Reworked Monthly bonuses so they always succeed and it logs them.
|
2016-04-03 01:36:30 -05:00 |
|
Jonathan Williams
|
ff41ad248a
|
Removed PvpTimer
Fixed issue where StatManager and FriendManager were created twice.
|
2016-04-02 02:47:17 -05:00 |
|
Jonathan Williams
|
fa6d18b0fa
|
Fix sync db call inside sendMessage
|
2016-04-01 22:43:09 -05:00 |
|
Cheese
|
8f959a73eb
|
debug
|
2016-04-02 12:46:25 +11:00 |
|
Cheese
|
9969b7d783
|
support for resource packs for different MC versions
|
2016-04-02 11:39:40 +11:00 |
|
Joseph Prezioso Jr
|
6e23a17acb
|
Removed unnecessary code.
|
2016-04-01 16:01:57 -04:00 |
|
William Burns
|
4ec833727f
|
PC-20 - Detailed Objective Text
|
2016-03-31 18:45:17 +01:00 |
|
Joseph Prezioso Jr
|
cbb9798c35
|
Added AdjustPlayertElo method to increment/decrement the Elo's of individual players at the end of a game. Currently calling the new method in AnnounceEnd.
|
2016-03-31 12:49:22 -04:00 |
|
Joseph Prezioso Jr
|
b1c29a4fa6
|
Setup proper Elo brackets with the top 1% being placed in diamond. Also changed starting Elo to 1400 (middle of Iron 1), leaving Coal as a purely regressive division.
|
2016-03-30 16:06:30 -04:00 |
|
Joseph Prezioso Jr
|
00ee594f28
|
Missed one file last time
|
2016-03-29 17:50:45 -04:00 |
|
Joseph Prezioso Jr
|
6048c97b52
|
Tweaks to clean/clarify things
|
2016-03-29 17:50:06 -04:00 |
|
Joseph Prezioso Jr
|
51cd770d38
|
Changes to help smooth the transition into using EloSettings.
|
2016-03-29 16:00:57 -04:00 |
|
Joseph Prezioso Jr
|
35fc5223b1
|
reverted previous changes back to lastIndexOf (and altered comments accordingly) on the advice of SJSampson (with whom Sigils agreed)
|
2016-03-29 14:03:21 -04:00 |
|
Joseph Prezioso Jr
|
0c479e1562
|
Made change to Elo calculation under Sigils' advisement. Now using indexOf, rather than lastIndexOf to find Elo
|
2016-03-29 14:00:59 -04:00 |
|
Joseph Prezioso Jr
|
f496392c5a
|
EloDivision class created.
EloManager can now calculate division ranking (EloDivision can also do this once we are ready for it to)
|
2016-03-29 13:49:59 -04:00 |
|
Joseph Prezioso Jr
|
38a079846d
|
Some basic ideas for Elo I will be experimenting with
|
2016-03-28 18:14:52 -04:00 |
|
Shaun Bennett
|
caf8170a32
|
Tutorial Changes
|
2016-03-27 08:47:34 +11:00 |
|
William Burns
|
c1adb7e1bc
|
Remove Slack attachment functionality (for now).
|
2016-03-26 13:12:59 -04:00 |
|
William Burns
|
29966195ee
|
Create an API for sending Slack message to multiple teams and channels.
|
2016-03-26 13:07:41 -04:00 |
|
AlexTheCoder
|
6678dffb61
|
- Updated everything for Sigils and chiss
|
2016-03-25 20:25:43 -04:00 |
|
Ben
|
f000360565
|
missing a few files
|
2016-03-24 19:29:45 +00:00 |
|
Shaun Bennett
|
3d473ad00a
|
Merge remote-tracking branch 'origin/clans/beta' into clans/beta
|
2016-03-23 20:39:21 +11:00 |
|
git
|
4dd756286e
|
Fix small resource pack bug
|
2016-03-23 20:32:13 +13:00 |
|
Shaun Bennett
|
e8dcc4a3e2
|
Merge branch 'develop' into clans/beta
# Conflicts:
# Plugins/Mineplex.Cache/src/mineplex/cache/player/PlayerCache.java
# Plugins/Mineplex.Core/src/mineplex/core/MiniPlugin.java
# Plugins/Mineplex.Core/src/mineplex/core/account/repository/AccountRepository.java
# Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/ArcadeManager.java
|
2016-03-23 11:02:20 +11:00 |
|
Shaun Bennett
|
1e73adf2af
|
Increase ram and cpu for event server
|
2016-03-23 10:23:04 +11:00 |
|
Shaun Bennett
|
656780d027
|
Change runAsync in MiniPlugin to use our own thread pool
This allows the tasks to run immediately. Using Bukkit's scheduler the async task wont start until the next server tick
|
2016-03-23 10:22:40 +11:00 |
|
Shaun Bennett
|
da9a642a6d
|
Process item for treasure before opening
|
2016-03-23 10:21:36 +11:00 |
|
Shaun Bennett
|
309b5464f2
|
Clean up Account Repository, attempt to load account ID from cache
|
2016-03-23 10:21:02 +11:00 |
|
Shaun Bennett
|
85cb065d5c
|
Merge pull request #14 from Mineplex-LLC/Dual_1.9
1.9 Bugfixes + Ring game
|
2016-03-22 19:25:37 +11:00 |
|
Shaun Bennett
|
61b79fab9d
|
Merge pull request #13 from Mineplex-LLC/PC-15
Fix PC-13, PC-15, PC-16, PC-17
|
2016-03-21 20:31:58 +11:00 |
|
Jonathan Williams
|
b4dfeb224b
|
Reduced NCP exempt time by .5s.
|
2016-03-21 02:06:11 -05:00 |
|
Jonathan Williams
|
8427ead097
|
Changed how currency types is initialized to avoid possible NPE
|
2016-03-19 15:33:16 -05:00 |
|
Ben
|
995d454f87
|
tutorial additions.
|
2016-03-18 02:47:51 +00:00 |
|
Ben
|
a4cbe54c78
|
Merge branch 'clans/beta' of https://github.com/Mineplex-LLC/Minecraft-PC into feature/incognito
Conflicts:
Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/ClansManager.java
|
2016-03-18 01:21:25 +00:00 |
|
Ben
|
2cf59ced8b
|
new pvp timer management, fixed build house task, fixed incognito
|
2016-03-18 01:18:35 +00:00 |
|
Ben
|
add651780b
|
priority chat filters, fixed siege weapon clicking listeners being incorrect
|
2016-03-17 01:06:07 +00:00 |
|
Ben
|
93767b7a90
|
tutorial changes, chat filter system, commented out all web stuff for analytics.
|
2016-03-16 22:46:18 +00:00 |
|
Ben
|
0d237370e1
|
Merge branch 'clans/beta' of https://github.com/Mineplex-LLC/Minecraft-PC into clans/beta
|
2016-03-15 23:33:09 +00:00 |
|
Shaun Bennett
|
e53b8616d1
|
A ton of tutorial work
|
2016-03-15 10:29:43 -05:00 |
|
Ben
|
813a3833ae
|
implement temporary holograms
|
2016-03-15 00:48:50 +00:00 |
|
Ben
|
e08ba29ac1
|
Final fixing of cannon saving/loading
|
2016-03-14 22:48:31 +00:00 |
|
Ben
|
422df69335
|
incognito async stuff and updated alpha holograms
|
2016-03-11 21:50:48 +00:00 |
|
Ben
|
86c50cc3cd
|
updates
|
2016-03-11 19:03:32 +00:00 |
|
Shaun Bennett
|
1228ca227e
|
Add support for 1.9 resource packs, Text Tutorials
|
2016-03-11 11:50:08 -06:00 |
|
Ben
|
a27fb90c2a
|
Merge branch 'clans/beta' of https://github.com/Mineplex-LLC/Minecraft-PC into feature/incognito
|
2016-03-11 02:21:03 +00:00 |
|
Ben
|
0e276474c5
|
fixerroooniissssss
|
2016-03-11 02:20:18 +00:00 |
|
Ben
|
01ba099d74
|
Merge branch 'clans/beta' of https://github.com/Mineplex-LLC/Minecraft-PC into feature/incognito
|
2016-03-11 01:52:38 +00:00 |
|
Ben
|
c9eb2c9559
|
Merge branch 'develop' of https://github.com/Mineplex-LLC/Minecraft-PC into feature/incognito
|
2016-03-11 01:52:31 +00:00 |
|
Ben
|
57c65cf5ff
|
some changes and vanish fixes maybe?
|
2016-03-11 01:47:14 +00:00 |
|
Ben
|
bcfe4a42c0
|
changerooonis
|
2016-03-11 00:41:28 +00:00 |
|
Ben
|
33d978c6d6
|
Merge branch 'clans/beta' of https://github.com/Mineplex-LLC/Minecraft-PC into clans/beta
|
2016-03-10 22:12:41 +00:00 |
|
Ben
|
20ade492a8
|
tnt generator changes
|
2016-03-10 22:09:45 +00:00 |
|
Shaun Bennett
|
76782fd420
|
Fix issues
|
2016-03-10 15:07:22 -06:00 |
|
git
|
557b0bf978
|
Fix Wither disguise
|
2016-03-11 01:55:49 +13:00 |
|
Ben
|
5b3da3d06f
|
Consistency. (Changed Vanish to Incognito)
|
2016-03-09 01:53:01 +00:00 |
|
Ben
|
befb27d3db
|
Finalized Vanish system
|
2016-03-09 01:45:17 +00:00 |
|
Virizion
|
b1c8158e2f
|
Added @a argument to /shard, /gem and /giveitem PC-13
|
2016-03-08 19:52:31 -05:00 |
|
Ben
|
abdf61de0a
|
*more fixes*
|
2016-03-08 21:02:25 +00:00 |
|
Ben
|
af8f0fff16
|
vanish error fixes
|
2016-03-08 21:00:19 +00:00 |
|
Ben
|
69091c079f
|
Merge branch 'feature/incognito' of https://github.com/Mineplex-LLC/Minecraft-PC into clans/beta
|
2016-03-08 20:58:11 +00:00 |
|
Shaun Bennett
|
9b65926d42
|
Fix rank monthly rewards description
|
2016-03-08 13:26:26 -06:00 |
|
Ben
|
1f09616784
|
chat packet listener
|
2016-03-08 18:28:54 +00:00 |
|
Shaun Bennett
|
99c2fefed2
|
Merge remote-tracking branch 'remotes/origin/clans/tutorial' into clans/beta
# Conflicts:
# Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/ClansManager.java
|
2016-03-08 12:27:45 -06:00 |
|
Ben
|
86ef10456c
|
packet hnadler beginning, switching to clans to fix errors
|
2016-03-08 18:10:57 +00:00 |
|
Ben
|
f24e196efd
|
Merge branch 'clans/beta' of https://github.com/Mineplex-LLC/Minecraft-PC into feature/incognito
|
2016-03-08 18:07:57 +00:00 |
|
Ben
|
036565abb7
|
more
|
2016-03-08 17:44:15 +00:00 |
|
Ben
|
0ff434cf91
|
progress
|
2016-03-08 16:49:32 +00:00 |
|
git
|
0f752fb7e3
|
Fix custom names in 1.9
|
2016-03-08 16:11:12 +13:00 |
|
git
|
280d03daa7
|
Fix names
|
2016-03-08 09:52:30 +13:00 |
|
git
|
496983ee04
|
Untested bugfixes
|
2016-03-07 22:29:14 +13:00 |
|
NewGarbo
|
ae2da31544
|
Merge branch 'clans/alpha' of https://github.com/Mineplex-LLC/Minecraft-PC into clans/beta
Conflicts:
Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/clans/ClansManager.java
|
2016-03-05 23:14:32 +00:00 |
|
NewGarbo
|
d92f817efc
|
fixed some teleportation bugs and a bit of cleanup
|
2016-03-05 22:50:06 +00:00 |
|
git
|
6d0ca4f813
|
Merge branch 'Dual_1.9' of https://github.com/Mineplex-LLC/Minecraft-PC into Dual_1.9
Conflicts:
Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/GameType.java
|
2016-03-03 13:49:31 +13:00 |
|
git
|
0ffa67dfb8
|
Ring game
|
2016-03-03 13:48:22 +13:00 |
|
NewGarbo
|
73d8870daf
|
nether work (forgot to commit days ago oops)
|
2016-03-02 19:42:53 +00:00 |
|
Shaun Bennett
|
3447354814
|
Dual 1.9 Fixes
|
2016-03-02 12:58:30 -06:00 |
|
git
|
2a9d49ccd9
|
Merge branch 'master' of https://github.com/Mineplex-LLC/Minecraft-PC into Dual_1.9
|
2016-02-25 18:11:12 +13:00 |
|
NewGarbo
|
2956b18821
|
some hologram work
|
2016-02-23 18:45:04 +00:00 |
|
AlexTheCoder
|
3b7a7e457c
|
Merge branch 'develop' of ssh://184.154.0.242:7999/min/Mineplex into alex-compvanilla
|
2016-02-20 03:20:27 -05:00 |
|
Shaun Bennett
|
82d51a896f
|
Add SERVER_STATS to DBPool. Rename STATS to MINEPLEX_STATS
|
2016-02-19 19:54:06 -06:00 |
|
Shaun Bennett
|
7714e4960c
|
Use DBPool for everything
|
2016-02-19 00:17:38 -06:00 |
|
Shaun Bennett
|
eab992e621
|
Delete SimpleStats
|
2016-02-18 23:01:23 -06:00 |
|
md_5
|
6d81e43b30
|
Don't print db config to System.out
|
2016-02-19 15:30:30 +11:00 |
|
NewGarbo
|
8507bb1bd8
|
all progress over this week
|
2016-02-18 21:29:42 +00:00 |
|