By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
command name | description | permission | alias | player only |
---|---|---|---|---|
mission | Show mission | mission.command.mission | mi | Yes |
The mission
command allows you to specify a name, ID, and Short ID as arguments.
Returns a all missions list if no arguments are specified or the specified mission does not exist.
sub command name | description | permission | alias | player only |
---|---|---|---|---|
edit | Edit mission | mission.command.mission.edit | None | Yes |
setting | Settings | mission.command.mission.setting | set, config | Yes |
list | Show the missions list | mission.command.mission.list | l | Yes |
info | Show plugin information | mission.command.mission.info | i | No |
The edit
subcommand allows you to specify a name, ID, and Short ID as arguments.
Returns a all missions list if no arguments are specified or the specified mission does not exist.
The list
subcommand allows you to specify a group name as arguments.
Returns a all missions list if no arguments are specified.
permission name | default |
---|---|
mission.command.mission | true |
mission.command.mission.edit | op |
mission.command.mission.setting | op |
mission.command.mission.list | true |
mission.command.mission.info | op |
/mission edit
If it looks like this, it ’s a success.
pjz9n\mission\reward\Rewards::add(ExampleReward::class);
pjz9n\mission\mission\executor\Executors::add(ExampleExecutor::class);
pjz9n\mission\mission\MissionList
`pjz9n\mission\mission\progress\ProgressList`
See the source code for details
* The timing of each operation does not matter (basically, it is desirable to perform it at the plug-in activation timing)
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time