11mcd_task :
22 help_msg : |
3- §7-----§r MCDR {1 } v{2 } §7-----§r
3+ §7-----§r MCDR {name } v{ver } §7-----§r
44 §d【Command Help】§r
5- §7{0} help§r Show this help message
6- §7{0} list§r List all tasks
7- §7{0} detail §6<task>§r Show detail of the specified task
8- §7{0} detail-all§r Show detail of all the tasks
9- §7{0} add §6<task> §a[desc(optional)]§r Add a new task
10- §7{0} remove §6<task>§r Delete a task
11- §7{0} rename §6<task> <new_name>§r Rename a task
12- §7{0} change §6<task> §a<desc>§r Edit a task description
13- §7{0} done §6<task>§r Mark a task as done
14- §7{0} undone §6<task>§r Mark a task as undone
15- §7{0} deadline §6<task> §b<period(d)>§r Set a task deadline
16- §7{0} player §e<player> §rShow tasks of a player
17- §7{0} priority §6<task> §9<priority>§rSet a task priority
18- §7{0} res§8ponsible §6<task> §e<name>§r Set task responsibles
19- §7{0} unres§8ponsible §6<task> §e<name> §rDel responsibles
20- §7{0} list-res§8ponsibles §6<task> §rList task responsibles
5+ §7{pre} overview§r Show task overview
6+ §7{pre} help§r Show this help message
7+ §7{pre} list§r List all tasks
8+ §7{pre} reload§r Reload this plugin
9+ §7{pre} detail §e<task>§r Show detail of the specified task
10+ §7{pre} list-all§r List full map of the tasks
11+ §7{pre} add §e<task> §a[desc(optional)]§r Add a new task
12+ §7{pre} remove §e<task>§r Delete a task
13+ §7{pre} rename §e<task> <new_name>§r Rename a task
14+ §7{pre} change §e<task> §a<desc>§r Edit a task description
15+ §7{pre} done §e<task>§r Mark a task as done
16+ §7{pre} undone §e<task>§r Mark a task as undone
17+ §7{pre} deadline §e<task> §c<period(d)>§r Set a task deadline
18+ §7{pre} player §e<player> §rShow tasks of a player
19+ §7{pre} priority §e<task> §6<priority>§rSet a task priority
20+ §7{pre} res§8ponsible §e<task> §3<name>§r Set task responsibles
21+ §7{pre} unres§8ponsible §e<task> §3<name> §rDel responsibles
2122 §d【Tips】§r
22- 1. You can click task text to show detail or plus mark to add a task
23- 2. All the §6<task>§r above can be replaced by §6 <task>.<sub_task>§r to access the sub-tasks
23+ 1. Click task text to show detail or plus mark to add a task
24+ 2. Use §e <task>.<sub_task>§r to access the sub-tasks
2425 3. §cDO NOT§r name the task with §cdot(.)§r
2526 §d【Command Example】§r
26- If task §ewitch_farm§r exists, you can add a sub-task to it with this command:
27- §7!!task add §6witch_farm .floor §aAFK lay black glass§r
27+ You can add a sub-task to task §ewitch_farm§r with this command:
28+ §7{pre} add §ewitch_farm .floor §aAFK lay black glass§r
2829 mcdr_help : Manage progression of project tasks
2930 overview_help : |
3031 §7{0} list§r Show full task list
@@ -37,21 +38,20 @@ mcd_task:
3738 invalid_number : Invalid number, click to reinput a number
3839 resuggest_cmd_hover : Click here to refill command {}
3940 rename_task_hover : Click here to rename this task
40- info_player_hover : Click here to browse player info
41+ info_player_hover : Click here to §6browse §eplayer info§r
4142 mark_task_done_hover : Click here to mark task as §edone§r
4243 mark_task_undone_hover : Click here to mark task as §eundone§r
43- info_task_hover : Click here to browse task info
4444 time_format : ' %b.%d %Y %H:%M:%S'
45- ddl_set : Task {} now has a deadline for {} days ({})
46- task_renamed : ' Task {} has been renamed to {}: '
47- player_tasks_title : ' Player {} has {} tasks to do: '
48- info_task_title : ' Task information list: '
49- add_task_hover : Click here to add a new task
50- info_task_single_title : ' Task detailed information: '
45+ ddl_set : " Task deadline has been changed"
46+ task_renamed : ' Task §e{}§a§l has been renamed: '
47+ player_tasks_title : ' Player §3{}§a§l has §3{}§a§l tasks to do: '
48+ list_task_title : ' Task information list: '
49+ add_task_hover : Click here to §6add§e a new task§r
50+ add_sub_task_hover : Click here to §6add§e a new sub-task§r
51+ info_task_title : ' Task detailed information: '
5152 done_task_button : ' [Finished tasks...]'
5253 done_task_hover : Click here to browse tasks marked as §edone§r
53- edit_task_hover : Click here to edit description
54- show_desc_hover : Click here to browse description
54+ info_task_hover : Click here to §6browse§r task §e{} §rdetail
5555 task_already_exist : Task already exist, click to browse task list
5656 new_task_created : ' New task created: '
5757 detailed_info_task_title : ' Task detailed information list: '
@@ -60,17 +60,30 @@ mcd_task:
6060 done_task_list_title : ' Finished task lists: '
6161 on_player_joined : You have {} outdated tasks, please hurry up!
6262 on_player_renamed : Detected your nickname changed, inherited {} tasks
63- list_responsible_title : ' This task has {} responsibles: '
64- removed_responsibles_title : ' Removed {} responsibles: '
65- added_responsibles_title : ' Added {} responsibles: '
63+ list_responsible_title : ' This task has §3{}§a§l responsibles: '
64+ removed_responsibles_title : ' Removed §3{}§a§l responsibles: '
65+ added_responsibles_title : ' Added §3{}§a§l responsibles: '
6666 illegal_call : This command without argument can only be called as player
67- set_ddl_hover : Click here to set deadline
67+ set_ddl_hover : Click here to §6set§e deadline
6868 help_msg_suggest_hover : Click here to fill §7{}§r
69- reloaded : " [Task] Plugin reloaded"
69+ reloaded : " [Task] §a§lPlugin reloaded§r "
7070 overview_headline : " Top priorities:"
7171 no_priority : No priorities found, check full list for more tasks
7272 date_approaching : |
7373 Deadline is approaching or already passed:
7474 {}
7575 has_a_high_priority : " This task has a high priority: {}"
76- detail_priority : " Priority: {}"
76+ detail_priority : " Priority: §6{} §r[✎]"
77+ priority_hover : Click to §6set§e priority of this task
78+ priority_set : Task priority has been changed
79+ detail_desc : ' Task description: §7{} §r[✎]'
80+ desc_hover : Click here to §6edit§e description
81+ detail_deadline : " Deadline: §c{} §r[✎]"
82+ detail_sub : " Sub-tasks: "
83+ not_set : Not set yet
84+ changed_desc_title : Task description changed
85+ done_task_title : Task was marked as done
86+ undone_task_title : Task was marked as undone
87+ detail_res : " Responsibles: §5§l[+]§r"
88+ add_res_hover : Click to §6add§e responsibles§r to this task
89+ rm_res_hover : Click to §6remove§e {} as reponsible§r from this task
0 commit comments