Commit Graph

1408 Commits

Author SHA1 Message Date
GanyusLeftHorn
e117bfac91 Move worldlevel for World to Player::setWorldLevel 2022-06-24 17:51:30 -07:00
Magix
ed90d0559d
Fix managers not being initialized
Merge pull request #1367 from Birdulon/inits
this is purely from my stupidity
2022-06-24 11:54:49 -04:00
AnimeGitB
c426f8bba3 Add initializers to GameServer 2022-06-25 00:58:09 +09:30
Melledy
250a192b30 Random cleanups in the gameserver and player 2022-06-24 07:43:43 -07:00
Melledy
7cb424863d Implement weekly points for the battle pass 2022-06-24 07:34:24 -07:00
Melledy
4bbcc4c9ca Implement battle pass triggers/rewards 2022-06-24 01:12:52 -07:00
KingRainbow44
ca27c3917f
Formatting changes 2022-06-24 01:22:18 -04:00
KingRainbow44
48a8c45a18
Hardcode EventType.GAME for ServerLogEvent 2022-06-24 01:22:11 -04:00
KingRainbow44
a5620e4632
Add & implement EntityMoveEvent 2022-06-24 01:21:41 -04:00
KingRainbow44
13c2037899
Add entity event base class 2022-06-24 01:21:06 -04:00
KingRainbow44
a93f28c2f8
Merge remote-tracking branch 'origin/development' into development 2022-06-24 01:06:57 -04:00
KingRainbow44
7f584f7a85
Replace CommandResponseEvent with ReceiveCommandFeedbackEvent 2022-06-24 01:06:19 -04:00
Tesutarin
10d1241688 Update translation 2022-06-23 21:23:27 -07:00
GanyusLeftHorn
f7aaa7c093 Set world level automatically on level up. 2022-06-23 21:23:14 -07:00
Magix
5b44f79f21
Merge pull request #1348 from Birdulon/Weather
Add default ClimateTypes per weather
2022-06-23 11:20:27 -04:00
Luke H-W
d0eb905631
Merge branch 'development' into Weather 2022-06-24 00:47:14 +09:30
Magix
362dd67470
Change plugin manager logic
Merge pull request #1346 from Grasscutters/plugin-priority
2022-06-23 11:13:15 -04:00
@Roly
1621e34e6f Fix chest types 2022-06-23 05:38:38 -07:00
Akka
7e7f1e11e0 add region entity 2022-06-23 03:14:38 -07:00
Akka
e499601283 fix gadget infinity create 2022-06-22 22:39:54 -07:00
KingRainbow44
0db12d6e9c
Merge remote-tracking branch 'origin/development' into development 2022-06-23 00:28:35 -04:00
KingRainbow44
699d59cd92
Fix PlayerCreationEvent to match expected logic 2022-06-23 00:28:13 -04:00
Magix
3b5e0bb6fe
Merge branch 'development' into plugin-priority 2022-06-23 00:06:31 -04:00
AnimeGitB
bcab81af22 Tweak messages 2022-06-23 02:38:04 +09:30
AnimeGitB
4e3467366e Move weather from Scene to Player 2022-06-23 02:32:38 +09:30
Magix
44fd5086fd
Enable development repository for artifacts
Uploading dev builds to 4Benj Repo via Jenkins for plugin developers.
2022-06-22 11:08:55 -04:00
Luke H-W
63a1a0ba30
Update src/main/resources/languages/en-US.json
Co-authored-by: Tesutarin <105267106+Tesutarin@users.noreply.github.com>
2022-06-22 23:41:14 +09:30
AnimeGitB
4ef5bf2e43 Deduplicate some translation keys 2022-06-22 23:20:16 +09:30
AnimeGitB
d4fe9c0b16 Add default Climates per weather 2022-06-22 22:41:07 +09:30
14eyes
50f75bd6c8
Add missing lua constants (#1342)
* Add missing script constants

* Fix formating
2022-06-22 05:00:22 -07:00
Benj
519367a1a4 Set up publishing to 4benj-maven for dev builds 2022-06-22 19:23:51 +08:00
Magix
8f617ddd2f
Revert deprecation of registerCommand
i was going to make commands plugin specific but then decided against it
2022-06-22 02:59:45 -04:00
KingRainbow44
5b76ef7dfa
Fix event 2022-06-22 00:48:04 -04:00
KingRainbow44
897a38b45b
Re-implement scheduler system (check #1321) 2022-06-22 00:46:34 -04:00
KingRainbow44
d511d51ca9
Fix method of loading dependant plugins 2022-06-22 00:22:51 -04:00
KingRainbow44
640f3fee6c
Update EventHandler with new register syntax 2022-06-22 00:22:50 -04:00
KingRainbow44
239d44c244
Fix issue when exiting server when plugin manager hasn't loaded 2022-06-22 00:22:49 -04:00
KingRainbow44
6058e2b254
Fix Player on this branch 2022-06-22 00:22:23 -04:00
KingRainbow44
0157c72de8
Fix filenames issue (pt. 2) 2022-06-22 00:21:46 -04:00
KingRainbow44
ce8344a545
Fix filenames issue 2022-06-22 00:21:43 -04:00
KingRainbow44
be88c155bd
Bump server version 2022-06-22 00:21:12 -04:00
KingRainbow44
7308a70222
Separate aliases from the command map 2022-06-22 00:21:10 -04:00
KingRainbow44
fe78d2c295
Plugin-specific listeners & dependency loading 2022-06-22 00:20:15 -04:00
KingRainbow44
9add61ff74
Add loadAfter plugin setting 2022-06-22 00:19:43 -04:00
GanyusLeftHorn
f42334411b Bring back dungeon drops. 2022-06-21 19:49:46 -07:00
Benj
25bdfbe3bc Refix Javadoc and readd getPlugin comments 2022-06-22 09:24:11 +08:00
Magix
e9b3516854
Add a(n) .editorconfig file
part of the broken formatting changes
2022-06-21 13:18:11 -04:00
Melledy
23d7ef8378 Migrate battlepass to its own db collection 2022-06-21 07:59:10 -07:00
诗音澄鸢 镜苑芳依
d8f2421832
implement BattlePass (Except missions) (#1316)
* BattlePass

* BattlePass
2022-06-21 07:18:13 -07:00
loulou310
5c80146aaa
French translation for ban and unban and typos fix (#1337)
* Fixed french readme's typos, and the Discord server link

* Translated ban and unban commands for French
2022-06-21 07:14:47 -07:00