Skip to content

Commit a0836de

Browse files
committed
Release v1.1.1
1 parent 2178a1f commit a0836de

File tree

6 files changed

+70
-7
lines changed

6 files changed

+70
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ For Maven projects use:
8080

8181
For Gradle projects use:
8282
```kts
83-
compileOnly("com.eternalcode:eternalcore-api:1.1.0")
83+
compileOnly("com.eternalcode:eternalcore-api:1.1.1")
8484
```
8585

8686
For Maven projects use:
8787
```xml
8888
<dependency>
8989
<groupId>com.eternalcode</groupId>
9090
<artifactId>eternalcore-api</artifactId>
91-
<version>1.1.0</version>
91+
<version>1.1.1</version>
9292
<scope>provided</scope>
9393
</dependency>
9494
```

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.1.0"
7+
version = "1.1.1"
88

99
checkstyle {
1010
toolVersion = "10.12.5"

buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.1.0"
7+
version = "1.1.1"
88

99
java {
1010
withSourcesJar()
@@ -34,4 +34,4 @@ publishing {
3434
from(components["java"])
3535
}
3636
}
37-
}
37+
}

eternalcore-docs-generate/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ dependencies {
2626
runtimeOnly("commons-io:commons-io:${Versions.APACHE_COMMONS}")
2727
runtimeOnly("dev.triumphteam:triumph-gui:${Versions.TRIUMPH_GUI}")
2828
runtimeOnly("org.bstats:bstats-bukkit:${Versions.BSTATS}")
29+
runtimeOnly("com.eternalcode:multification-core:${Versions.MULTIFICATION}")
30+
runtimeOnly("com.eternalcode:eternalcode-commons-bukkit:${Versions.ETERNALCODE_COMMONS}")
31+
runtimeOnly("com.eternalcode:eternalcode-commons-adventure:${Versions.ETERNALCODE_COMMONS}")
2932
}

raw_commands_docs.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,33 @@
168168
""
169169
]
170170
},
171+
{
172+
"name": "catboy ",
173+
"aliases": [],
174+
"permissions": [
175+
"eternalcore.catboy"
176+
],
177+
"descriptions": [
178+
"Mark yourself as a catboy."
179+
],
180+
"arguments": [
181+
"[type]"
182+
]
183+
},
184+
{
185+
"name": "catboy ",
186+
"aliases": [],
187+
"permissions": [
188+
"eternalcore.catboy",
189+
"eternalcore.catboy.others"
190+
],
191+
"descriptions": [
192+
"Mark a player as a catboy."
193+
],
194+
"arguments": [
195+
"\u003cplayer\u003e [type]"
196+
]
197+
},
171198
{
172199
"name": "chat clear",
173200
"aliases": [
@@ -1247,6 +1274,32 @@
12471274
"\u003cplayer\u003e"
12481275
]
12491276
},
1277+
{
1278+
"name": "sudo ",
1279+
"aliases": [],
1280+
"permissions": [
1281+
"eternalcore.sudo.player"
1282+
],
1283+
"descriptions": [
1284+
"Execute command as player"
1285+
],
1286+
"arguments": [
1287+
"\u003cplayer\u003e \u003ccommand\u003e"
1288+
]
1289+
},
1290+
{
1291+
"name": "sudo -console",
1292+
"aliases": [],
1293+
"permissions": [
1294+
"eternalcore.sudo.console"
1295+
],
1296+
"descriptions": [
1297+
"Execute command as console"
1298+
],
1299+
"arguments": [
1300+
"\u003ccommand\u003e"
1301+
]
1302+
},
12501303
{
12511304
"name": "sun ",
12521305
"aliases": [],

raw_features_docs.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
]
102102
},
103103
{
104-
"name": "Player First Join",
104+
"name": "Player Join",
105105
"permissions": [],
106106
"descriptions": [
107-
"Teleport to spawn on first join"
107+
"Teleport to spawn on first join or spawn on join"
108108
]
109109
},
110110
{
@@ -142,6 +142,13 @@
142142
"It allows you to play sound after message in chat"
143143
]
144144
},
145+
{
146+
"name": "Spy sudo",
147+
"permissions": [],
148+
"descriptions": [
149+
"Allows you to spy on other players\u0027 sudo commands execution, permission to spy: eternalcore.sudo.spy"
150+
]
151+
},
145152
{
146153
"name": "Standard help message",
147154
"permissions": [

0 commit comments

Comments
 (0)