Skip to content

Commit ac18935

Browse files
committed
Added usage of new feature and bump version
1 parent b6b6df3 commit ac18935

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add this project as a dependency to your project, add the following to your p
3737
<dependency>
3838
<groupId>com.github.Despical</groupId>
3939
<artifactId>CommandFramework</artifactId>
40-
<version>1.2.2</version>
40+
<version>1.2.4</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
```
@@ -50,7 +50,7 @@ repositories {
5050
```
5151
```
5252
dependencies {
53-
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.2.2";
53+
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.2.4";
5454
}
5555
```
5656

@@ -94,6 +94,7 @@ public class ExampleClass extends JavaPlugin {
9494
min = 1,
9595
max = 5,
9696
cooldown = 10,
97+
onlyOp = false, // this option will ignore permission if it is set
9798
senderType = Command.SenderType.CONSOLE
9899
)
99100
public void exampleCommand(CommandArguments arguments) {

0 commit comments

Comments
 (0)