AnimeGitB
8876c1c99d
Remove GiveAll, GiveArt, GiveChar commands
2022-06-25 22:19:29 -07:00
AnimeGitB
a48e2e7000
Remove Drop, ChangeScene, Restart, Broadcast commands
2022-06-25 22:19:29 -07:00
AnimeGitB
34c18bebbc
Allow PermissionCommand to target offline players again
2022-06-25 02:12:33 -07:00
AnimeGitB
e9c65c0adf
Add permission to BanCommand, rework its targeting
2022-06-25 02:12:33 -07:00
Melledy
4bbcc4c9ca
Implement battle pass triggers/rewards
2022-06-24 01:12:52 -07:00
AnimeGitB
4e3467366e
Move weather from Scene to Player
2022-06-23 02:32:38 +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
诗音澄鸢 镜苑芳依
d8f2421832
implement BattlePass (Except missions) ( #1316 )
...
* BattlePass
* BattlePass
2022-06-21 07:18:13 -07:00
Yazawazi
51df48ee14
2nd null check
2022-06-17 19:42:42 -07:00
Yazawazi
1ebd8f6810
feat(ban): Implementing ban.
...
Rough code, not based on permission.
2022-06-17 19:42:42 -07:00
4Benj_
802fb09e1d
Custom Permission Handler ( #1282 )
...
Co-authored-by: Melledy <52122272+Melledy@users.noreply.github.com >
2022-06-16 08:00:03 -07:00
Melledy
0e6e950734
Cleanup package names
2022-06-16 07:57:57 -07:00
ImmuState
34b6caafa8
Fix giveall and givechar giving broken characters.
2022-06-15 23:10:04 -07:00
Tesutarin
f2f6993b3d
KickCommand: Remove unnecessary subpermission
2022-06-14 01:14:33 -07:00
Luke Hubmayer-Werner
2560b14557
Partial revert of #1245
2022-06-12 21:49:47 -07:00
Tesutarin
794750827d
Command: Add permissionTargeted or targetRequirement
2022-06-12 17:55:19 -07:00
liizfq
36fb08095f
add new command (unlimitenergy):toggle energyusage for each player ( #1186 )
...
* add new command (unlimitenergy):toggle energyusage for each player while energyusage is ture in config.json
* Solve the problem of layout and naming errors
* make currentActiveTeam's Avatar full-energy while turn on the ule.
* Resolve language document errors
* add config_error message while player try to execute UnlimitEnergyCommand in GAME_OPTIONS.energyUsage == false
2022-06-04 19:14:52 -07:00
Melledy
e6fa00e55d
Refactor and optimize DatabaseHelper::checkIfPlayerExists
2022-06-03 19:32:10 -07:00
AZthemute
40bb4daa38
Fixed sendmessage command output.
...
Also clarified coop command in help command.
2022-06-03 19:11:47 -07:00
Tesutarin
8b6da510dc
Language: Update translation
2022-06-03 10:16:45 -07:00
Paimon2022
5ba2ee1b50
Add coordinate support for spawn command (monster only)
...
Now the spawn command is: spawn <entityID> [amount] [level(monster only)] <x> <y> <z>(monster only, optional)
The coordinate is optional
2022-06-03 03:19:59 -07:00
Magix
f548ae8972
Update NoStaminaCommand.java
2022-06-02 19:02:26 -04:00
tamilpp25
3d6331a3f5
Adding toggle feature to "nostamina" command similar to "godmode" command ( #1152 )
...
* stamina command enhancement
* added "ns" as command aliases for NoStaminaCommand
2022-06-02 03:33:46 -07:00
Tesutarin
c5c7e388a0
WeatherCommand: Make it clear
2022-06-01 06:27:07 -07:00
tester233
40ad81215f
Usage: Unified specification
2022-05-31 02:41:43 -07:00
Melledy
110d7812cf
Limit spawn amount if too many entities are in the world
...
Can be controlled in the config with `sceneEntityLimit`
2022-05-30 20:06:25 -07:00
Anush
f4c1904e34
Fix Aqua Simulacra & Fading Twilight not given by GiveAll command
2022-05-30 20:06:25 -07:00
Melledy
8ef99db9d3
Rename excel classes
2022-05-30 20:06:25 -07:00
tester233
d64685b9ec
CoopCommand: Fix usage
2022-05-28 21:34:38 -07:00
tester233
8ec55de107
Complement usage
2022-05-28 16:01:21 -07:00
tester233
bcee255554
Update translation keys
2022-05-28 04:22:53 -07:00
Luke H-W
2cb18e2457
Fix setstats command feedback for targeting others ( #1079 )
...
Co-authored-by: AnimeGitB <AnimeGitB@bigblueball.in >
2022-05-28 13:03:31 +02:00
Melledy
141b1913cb
Refactor accounts to not use a player uid
2022-05-27 00:22:55 -07:00
ProxyismGH
fc687a3bde
TeamManager avatar add refactor.
2022-05-26 22:54:36 -07:00
tester233
920891e2bb
Fix usage & update zh-CN.json
2022-05-24 14:19:24 -07:00
Luke H-W
e433b46ef5
Fix team command ( #1035 )
...
* Fix logic error in team command
* Sugar team command messages
Co-authored-by: AnimeGitB <AnimeGitB@bigblueball.in >
2022-05-23 02:45:03 -07:00
tester233
a254291245
Update translation keys
2022-05-22 12:55:45 -07:00
Luke H-W
afbeaf300c
Allow commands to target offline players ( #1022 )
...
* Add targetRequirement annotation for Command
* Added MTL lines for other langs
* Fix TargetRequirement enum scoping
* Adjust commands to targetRequirement system
* Add translation message sugar to prevent future messages from being translated for wrong player
* Temporarily disable offline targeting on /permission and /clear
* Preliminary README cleanup
* Readme commands cleanup
* Clean up command table in README, including column shuffle
Co-authored-by: AnimeGitB <AnimeGitB@bigblueball.in >
2022-05-22 01:02:11 -07:00
tester233
9abe656a46
Add translation key
2022-05-17 04:24:18 -07:00
tester233
3c2b4f355b
Modify usage
2022-05-17 04:24:18 -07:00
tester233
f87e459c3f
Fix usage & remove outdated text
2022-05-17 04:24:18 -07:00
RDsatan
67380d6f14
fixed
2022-05-16 21:53:16 -07:00
RDsatan
8aaf3c795d
Optimize the join and remove commands to team
2022-05-16 21:53:16 -07:00
AnimeGitB
2564fefe02
Fix logic error in remove command
2022-05-15 01:17:26 -07:00
AnimeGitB
9380e9cda4
Fix targeting on Join and Remove commands
2022-05-15 01:17:26 -07:00
lsCoding666
722d53c9c2
fix join command and remove command bug and update docs ( #904 )
...
* feat:new command "join" and "remove" to force join or remove avatar in your current team
* fix:change MaxAvatarsInTeam from 9 to 4
* feat:update & merge branch.Translate fix
* fix(command):fix remove command a stupid bug.Loop delete element bug.
* fix(command):fix join command. When adding avatars, repeat avatars skip and non repeat avatars join.
* fix(language):fix join command remove command translate
* fix(ReadMe):update README.md join and remove command.
2022-05-14 23:27:23 -07:00
muhammadeko
cde76e10b6
fix permission command
2022-05-14 21:06:57 -07:00
tiantian520
f1b12ccf63
Add a new command "nostamina" ( #877 )
...
* Add a new command " nostamina\
* Fix
* Fix 2
* Renamed some names.
* Update zh-CN.json
Fix an existing language expression error.
2022-05-14 16:06:48 -07:00
lsCoding666
afc2c8bbf2
new command join and remove to force join or remove avatars into your current team ( #549 )
...
* feat:new command "join" and "remove" to force join or remove avatar in your current team
* fix:change MaxAvatarsInTeam from 9 to 4
* feat:update & merge branch.Translate fix
2022-05-14 06:28:02 -07:00