Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simylein authored Oct 17, 2020
1 parent b21e440 commit a261818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ In this file, you can automate things as follows:

Suggestion:

Example: (In order to work, please replace the variable with your own ones)
Example: (In order to work, please replace the variables with your own ones)
```
# minecraft ${servername} server restart at 02:00
00 02 * * * ${serverdirectory}/restart.sh
Expand All @@ -190,7 +190,7 @@ Example: (In order to work, please replace the variable with your own ones)
```
You may also do it differently:

Example: (In order to work, please replace the variable with your own ones)
Example: (In order to work, please replace the variables with your own ones)
```
# minecraft ${servername} server stop at 02:00
00 02 * * * ${serverdirectory}/stop.sh
Expand All @@ -203,7 +203,7 @@ Example: (In order to work, please replace the variable with your own ones)
```
Also, if you want your server to be online from a certain time to time:

Example: (In order to work, please replace the variable with your own ones)
Example: (In order to work, please replace the variables with your own ones)
```
# minecraft ${servername} server start at 16:00
00 16 * * * ${serverdirectory}/start.sh
Expand All @@ -217,7 +217,7 @@ Example: (In order to work, please replace the variable with your own ones)

If you want to start up your minecraft server at boot of your Linux server:

Example: (In order to work, please replace the variable with your own ones)
Example: (In order to work, please replace the variables with your own ones)
```
# minecraft ${servername} server start at boot
@reboot ${serverdirectory}/start.sh
Expand Down

0 comments on commit a261818

Please sign in to comment.