Skip to content

Commit 0bf9139

Browse files
committed
Updated in-using.md and readme.md.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 45080b8 commit 0bf9139

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

documentation/in-using.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,31 @@ After that, go into a single world, then try to write the `/essentials cooldown`
4242
We just made the commands for you:
4343

4444
```
45-
/essentials cooldown
45+
/cooldown
4646
4747
OR
4848
49-
/essentials cooldown version
49+
/cooldown version
5050
5151
- description: base command of cooldown api module; just send you about message.
5252
53-
- permission: ess.cooldown or ess.stuff or ess.cooldown.version
53+
- permission: ess.cooldown or ess.cooldown.version
5454
```
5555

5656
```
57-
/essentials cooldown save
57+
/cooldown save
5858
5959
- description: save cooldown configuration.
6060
61-
- permission: ess.cooldown.save or ess.stuff
61+
- permission: ess.cooldown.save
6262
```
6363

6464
```
65-
/essentials cooldown reload
65+
/cooldown reload
6666
6767
- description: reload cooldown configuration !!!without saving.
6868
69-
- permission: ess.cooldown.save or ess.stuff
69+
- permission: ess.cooldown.save
7070
```
7171

7272
## 2. For developing and developers:
@@ -192,4 +192,4 @@ When you register your command with aliases, for cooldowns you need register ali
192192
CommandAliases.aliases["mycommand"] = mutableListOf("mcmd", "mycommandalias")
193193
```
194194

195-
### For all questions, be sure to write issues!
195+
### For all questions, be sure to write issues!

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
compile(
2020
group: "com.github.projectessentials",
2121
name: "ProjectEssentials-Cooldown",
22-
version: "v1.14.4-1.0.1.0"
22+
version: "v1.14.4-1.0.2.0"
2323
)
2424
}
2525
```
@@ -38,7 +38,7 @@ dependencies {
3838
<dependency>
3939
<groupId>com.github.projectessentials</groupId>
4040
<artifactId>ProjectEssentials-Cooldown</artifactId>
41-
<version>v1.14.4-1.0.1.0</version>
41+
<version>v1.14.4-1.0.2.0</version>
4242
</dependency>
4343
```
4444

@@ -63,8 +63,8 @@ dependencies {
6363

6464
```
6565
Additional information:
66-
- kotlin-std lib version: 1.3.50
67-
- kotlinx serialization version: 0.12.0
66+
- kotlin-std lib version: 1.3.61
67+
- kotlinx serialization version: 0.14.0
6868
- target jvm version: 1.8
6969
```
7070

0 commit comments

Comments
 (0)