Skip to content

Commit af74e88

Browse files
committed
Release v1.0.1
1 parent 1b3c898 commit af74e88

File tree

4 files changed

+92
-37
lines changed

4 files changed

+92
-37
lines changed

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.0.1-SNAPSHOT"
7+
version = "1.0.1"
88

99
checkstyle {
1010
toolVersion = "10.12.3"

eternalcore-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ eternalShadowCompiler {
2121
}
2222

2323
shadowJar {
24-
archiveFileName.set("EternalCore v${project.version} (MC 1.17.x-1.19.x).jar")
24+
archiveFileName.set("EternalCore v${project.version} (MC 1.17.x-1.20.x).jar")
2525

2626
exclude(
2727
"META-INF/**",

raw_commands_docs.json

Lines changed: 69 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,20 @@
270270
"\u003chome\u003e"
271271
]
272272
},
273+
{
274+
"name": "delwarp",
275+
"aliases": [],
276+
"permissions": [
277+
"eternalcore.warp",
278+
"eternalcore.delwarp"
279+
],
280+
"descriptions": [
281+
"Remove warp"
282+
],
283+
"arguments": [
284+
""
285+
]
286+
},
273287
{
274288
"name": "disposal ",
275289
"aliases": [],
@@ -591,6 +605,19 @@
591605
"\u003cmessage\u003e"
592606
]
593607
},
608+
{
609+
"name": "home ",
610+
"aliases": [],
611+
"permissions": [
612+
"eternalcore.home"
613+
],
614+
"descriptions": [
615+
"Teleports to the first home if the player has no other homes set, if player has eternalcore.teleport.bypass permission, eternalcore will be ignore teleport time"
616+
],
617+
"arguments": [
618+
""
619+
]
620+
},
594621
{
595622
"name": "home ",
596623
"aliases": [],
@@ -968,6 +995,32 @@
968995
"\u003cmessage\u003e"
969996
]
970997
},
998+
{
999+
"name": "rtp ",
1000+
"aliases": [],
1001+
"permissions": [
1002+
"eternalcore.rtp.other"
1003+
],
1004+
"descriptions": [
1005+
"Teleportation of a player to a random location."
1006+
],
1007+
"arguments": [
1008+
"\u003cplayer\u003e"
1009+
]
1010+
},
1011+
{
1012+
"name": "rtp ",
1013+
"aliases": [],
1014+
"permissions": [
1015+
"eternalcore.rtp"
1016+
],
1017+
"descriptions": [
1018+
"Teleportation of the sender to a random location."
1019+
],
1020+
"arguments": [
1021+
""
1022+
]
1023+
},
9711024
{
9721025
"name": "sethome ",
9731026
"aliases": [],
@@ -1007,6 +1060,20 @@
10071060
""
10081061
]
10091062
},
1063+
{
1064+
"name": "setwarp",
1065+
"aliases": [],
1066+
"permissions": [
1067+
"eternalcore.setwarp",
1068+
"eternalcore.warp"
1069+
],
1070+
"descriptions": [
1071+
"Create warp"
1072+
],
1073+
"arguments": [
1074+
""
1075+
]
1076+
},
10101077
{
10111078
"name": "skull ",
10121079
"aliases": [],
@@ -1473,7 +1540,7 @@
14731540
]
14741541
},
14751542
{
1476-
"name": "warp ",
1543+
"name": "warp",
14771544
"aliases": [],
14781545
"permissions": [
14791546
"eternalcore.warp"
@@ -1486,7 +1553,7 @@
14861553
]
14871554
},
14881555
{
1489-
"name": "warp ",
1556+
"name": "warp",
14901557
"aliases": [],
14911558
"permissions": [
14921559
"eternalcore.warp"
@@ -1498,34 +1565,6 @@
14981565
""
14991566
]
15001567
},
1501-
{
1502-
"name": "warp add",
1503-
"aliases": [],
1504-
"permissions": [
1505-
"eternalcore.warp",
1506-
"eternalcore.warp.create"
1507-
],
1508-
"descriptions": [
1509-
"Create warp"
1510-
],
1511-
"arguments": [
1512-
""
1513-
]
1514-
},
1515-
{
1516-
"name": "warp remove",
1517-
"aliases": [],
1518-
"permissions": [
1519-
"eternalcore.warp.delete",
1520-
"eternalcore.warp"
1521-
],
1522-
"descriptions": [
1523-
"Remove warp"
1524-
],
1525-
"arguments": [
1526-
""
1527-
]
1528-
},
15291568
{
15301569
"name": "whois ",
15311570
"aliases": [],

raw_features_docs.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@
4545
]
4646
},
4747
{
48-
"name": "CommandBlocker",
49-
"permissions": [
50-
"eternalcore.commandblocker.bypass"
51-
],
48+
"name": "CommandConfigurator",
49+
"permissions": [],
5250
"descriptions": [
53-
"It allows you to block commands with custom message"
51+
"Adds support for command configuration, which allows you to change the name, aliases, permissions and disable the command"
5452
]
5553
},
5654
{
@@ -137,13 +135,31 @@
137135
"It allows you to play sound after message in chat"
138136
]
139137
},
138+
{
139+
"name": "Standard help message",
140+
"permissions": [
141+
"eternalcore.commandblocker.bypass"
142+
],
143+
"descriptions": [
144+
"It allows you to replace the standard help message"
145+
]
146+
},
140147
{
141148
"name": "Translations",
142149
"permissions": [],
143150
"descriptions": [
144151
"EternalCore can use multiple languages at once, the player can determine which EternalCore language I want to use, or you can determine from above what language all players want to use"
145152
]
146153
},
154+
{
155+
"name": "Updater",
156+
"permissions": [
157+
"eternalcore.receiveupdates"
158+
],
159+
"descriptions": [
160+
"Sends a message to the player when a new plugin update is available after joining the server."
161+
]
162+
},
147163
{
148164
"name": "Warp System",
149165
"permissions": [],

0 commit comments

Comments
 (0)