Skip to content

Commit e8d37b6

Browse files
committed
Update README & description
1 parent 5362644 commit e8d37b6

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Seed
22

3-
!!seed can get world seed
3+
!!seed to get world seed.
4+
5+
## Preview
46

57
![image](https://user-images.githubusercontent.com/106148777/221347169-1764fb31-db0c-40e5-82cf-77c1915a638c.png)
68

9+
## Configure
10+
11+
`config/seed/config.json`
12+
- `command`: Command to get seed in console
13+
- `parser`: Parser for the command result
14+
15+
The default configuration already supports most server software (without plugin/mods).
16+
17+
## More
718

8-
(yes, a very simple plugin
19+
This plugn was inspired by [`MCDReforged/Seed`](https://github.com/MCDReforged/Seed)

mcdreforged.plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "seed",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"name": "Seed",
5-
"description": "Get world seed quickly!",
5+
"description": "Get world seed without op permission.",
66
"author": [
77
"OptiJava"
88
],

0 commit comments

Comments
 (0)