Skip to content

Commit 4bbd4ef

Browse files
committed
added usage to the readme and updated readme
+ added usage to the readme + updated readme
1 parent 5bf5b23 commit 4bbd4ef

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

README.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,41 @@
1+
> `This project discounted atm.`
2+
3+
> This is premium resource of TaskTimer usage information. You can check premium one: [BuiltByBit](https://builtbybit.com/resources/tasktimer-schedule-automated-commands.25268/)
4+
5+
![Usage](img/usage.png)
6+
### [Click for current usage](https://bstats.org/plugin/bukkit/TaskTimer/16351)
7+
18
# TaskScheduler
29

3-
Basicly schedule multiple commands for desired week-day & hour to execute.
10+
TaskScheduler is a type of scheduling plugin. It assists you in running one or more commands at a specified time on a specific day (days of the week: SUN, MON, TUE, etc.) or every day of the week at the specified hour.
11+
12+
## Configuration file
13+
<details>
14+
<summary>config.yml</summary>
15+
16+
# You have to open HaveDate setting if you want to use it only one day.
17+
Tasks:
18+
0:
19+
Time: '22:04:00'
20+
HaveDate: true
21+
Day: 'Mon'
22+
Command:
23+
- 'say This is a task for 22:04:00 only for Monday'
24+
1:
25+
Time: '22:04:05'
26+
HaveDate: false
27+
Day: ''
28+
Command:
29+
- 'say This is a task for 22:04:05 every day'
30+
</details>
431

5-
This project created when i was learning java.
32+
## Contributing
633

7-
Have lot's of duplications and bad code style.
34+
We welcome contributions from the community! If you would like to contribute, please follow these guidelines:
835

9-
You can use it as document or learning java as beginner.
36+
1. Fork the repository and clone it to your local machine.
37+
2. Create a new branch for your feature or bug fix.
38+
3. Make your changes, and ensure that your code is well-tested.
39+
4. Create a pull request with a detailed description of your changes.
1040

11-
### This plugin have bad code style and duplications but working fine and do what is desired
41+
By contributing to this project, you agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md).

img/usage.png

817 KB
Loading

0 commit comments

Comments
 (0)