Commit Graph

163 Commits

Author SHA1 Message Date
Magix
a1a36dc7a7 Merge branch 'development' into api 2022-04-30 16:07:54 -04:00
coooookies
1d6916bca1 Uids will not be showed until the parameter <uid> is added,
like this: /list uid
2022-05-01 03:43:41 +08:00
coooookies
caffe859b8 List command should show player uid 2022-05-01 00:17:08 +08:00
赤座あかり
2fd73e043a Give Artifact: Fix error & Rename alias (#370)
* Give Artifact: Fix error & Rename alias

* Update README.md
2022-04-30 13:19:22 +02:00
omg-xtao
a7b0880d02 Merge branch 'development' into tp 2022-04-30 16:48:24 +08:00
lhhxxxxx
c2b45a7a0d Update GiveAllCommand.java
giveall command nomore give arts
2022-04-30 01:04:10 -07:00
筱傑
b5582099f9 Fix Give Command Promote Level Bug
Should be <=40, just change the order
2022-04-30 01:02:39 -07:00
muhammadeko
d37a326e9a Give Artifact: Clear random props first before adding all picked props 2022-04-29 17:11:12 -07:00
KingRainbow44
47cf1e5898 Merge branch 'development' into api
# Conflicts:
#	src/main/java/emu/grasscutter/Grasscutter.java
2022-04-29 19:31:33 -04:00
BaiSugar
cacba61b79 Added interface display for multiplayer games (#360) 2022-04-29 18:20:46 +02:00
赤座あかり
d99493149a Add command to get reliquary with specific props (#300) 2022-04-29 16:31:22 +02:00
omg-xtao
6d77cd8952 Merge branch 'development' into tp 2022-04-29 21:38:45 +08:00
真心
0a6c98d134 Add 'refinement' option to 'give' command 2022-04-29 15:20:28 +02:00
真心
b1439819fa Add 'refinement' option to 'give' command 2022-04-29 15:20:28 +02:00
真心
9e1f356a0c Delete GiveWeaponCommand.java 2022-04-29 15:20:28 +02:00
真心
122aa8e7c1 Add GiveWeaponCommand 2022-04-29 15:20:28 +02:00
yangjiahao
f03c3e94a9 改进了clear命令的逻辑,使他在不输入uid时默认为当前玩家。 2022-04-29 13:07:30 +02:00
xtaodada
4339810ca3 Support Teleport from console 2022-04-29 17:53:42 +08:00
BaiSugar
d16c809b0d remove useless items 2022-04-29 14:18:32 +08:00
BaiSugar
65cd5a0f67 remove useless items 2022-04-29 14:13:09 +08:00
KingRainbow44
2e119efb86 Formatting changes 2022-04-28 22:21:30 -04:00
Kengxxiao
e85252fb14 shop improvement 2022-04-28 13:30:50 -07:00
Kengxxiao
cf5e4ef186 Add command /coop and /tpall 2022-04-28 21:23:20 +02:00
BaiSugar
5a422ef5ff Update the command format of the usage (including source code) 2022-04-28 13:47:32 +02:00
memetrollsXD
d6229f6d15 God damn forgot I was in java for a sec 2022-04-27 15:42:25 -07:00
memetrollsXD
c352889442 Remove default permissions from account command 2022-04-27 15:42:25 -07:00
memetrollsXD
3414f28a81 Apply to account command 2022-04-27 15:42:25 -07:00
Melledy
fcb50414f0 Fixed concurrency issue in killall 2022-04-27 11:23:33 -07:00
Kengxxiao
27ac32a42b Merge branch 'development' into dev-feature-drop 2022-04-27 22:54:59 +08:00
Kengxxiao
842acabe5a implement npc shop 2022-04-27 07:35:31 -07:00
Kengxxiao
c0b6193220 reset drop table in reload command 2022-04-27 17:44:12 +08:00
Melledy
4480ce14a7 Moved some files around 2022-04-26 21:27:35 -07:00
Melledy
556018d9a9 Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
Melledy
8105d2a7a9 Call PacketItemAddHintNotify from addItem 2022-04-26 21:27:35 -07:00
Melledy
2b69978327 World level updates without needing to restart 2022-04-26 21:27:35 -07:00
Benjamin Elsdon
e4899034b2 GenshinPlayer fix (for two issues) and updated sendmail with Magix's suggestions 2022-04-27 09:03:26 +08:00
Benjamin Elsdon
2ed6fbc1da Merge remote-tracking branch 'upstream/development' into dev-mail 2022-04-27 07:37:05 +08:00
Magix
9f7c52c45e Merge pull request #178 from BaiSugar/development
Added command to get all items
2022-04-26 18:45:08 -04:00
BaiSugar
0132ad66ab remove test avatar 2022-04-26 16:35:06 +08:00
KingRainbow44
f176408d41 Bug fix & Cleanup 2022-04-26 00:39:30 -04:00
KingRainbow44
9af4cc2446 Refactor classes 2022-04-26 00:04:03 -04:00
Benjamin Elsdon
028c7e5604 Merge remote-tracking branch 'upstream/development' into dev-mail 2022-04-26 11:59:16 +08:00
Benjamin Elsdon
7015905991 Improvements and send all mail fix
Mail ID no longer exists and is handled by it's position in the mail array
2022-04-26 11:57:55 +08:00
xtaodada
dbb7350f6f Support kill from console 2022-04-25 11:01:18 -07:00
xtaodada
76e2fa59d8 Add a new alias to the command killcharacter 2022-04-25 11:01:18 -07:00
xtaodada
f3240fc53f Add killcharacter command 2022-04-25 11:01:18 -07:00
alt3ri
37b875717f Merged /clearartifacts and /clearweapons
I merged ClearArtifactsCommand and ClearWeaponsCommand to ClearCommand with UID parameter. Still no send from console cuz I forgor 💀
Usage: /clear <wp | art | mat | all> [uid]
2022-04-25 11:00:10 -07:00
alt3ri
dbca694a78 Delete ClearArtifactsCommand.java 2022-04-25 11:00:10 -07:00
alt3ri
0ecde3d82f Delete ClearWeaponsCommand.java 2022-04-25 11:00:10 -07:00
Benjamin Elsdon
ae190f3fa0 Send Mail Command!
Almost done! Wooooo!
2022-04-25 21:53:10 +08:00