-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added usage to the readme and updated readme
+ added usage to the readme + updated readme
- Loading branch information
1 parent
5bf5b23
commit 4bbd4ef
Showing
2 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,41 @@ | ||
> `This project discounted atm.` | ||
> This is premium resource of TaskTimer usage information. You can check premium one: [BuiltByBit](https://builtbybit.com/resources/tasktimer-schedule-automated-commands.25268/) | ||
![Usage](img/usage.png) | ||
### [Click for current usage](https://bstats.org/plugin/bukkit/TaskTimer/16351) | ||
|
||
# TaskScheduler | ||
|
||
Basicly schedule multiple commands for desired week-day & hour to execute. | ||
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. | ||
|
||
## Configuration file | ||
<details> | ||
<summary>config.yml</summary> | ||
|
||
# You have to open HaveDate setting if you want to use it only one day. | ||
Tasks: | ||
0: | ||
Time: '22:04:00' | ||
HaveDate: true | ||
Day: 'Mon' | ||
Command: | ||
- 'say This is a task for 22:04:00 only for Monday' | ||
1: | ||
Time: '22:04:05' | ||
HaveDate: false | ||
Day: '' | ||
Command: | ||
- 'say This is a task for 22:04:05 every day' | ||
</details> | ||
|
||
This project created when i was learning java. | ||
## Contributing | ||
|
||
Have lot's of duplications and bad code style. | ||
We welcome contributions from the community! If you would like to contribute, please follow these guidelines: | ||
|
||
You can use it as document or learning java as beginner. | ||
1. Fork the repository and clone it to your local machine. | ||
2. Create a new branch for your feature or bug fix. | ||
3. Make your changes, and ensure that your code is well-tested. | ||
4. Create a pull request with a detailed description of your changes. | ||
|
||
### This plugin have bad code style and duplications but working fine and do what is desired | ||
By contributing to this project, you agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.