Skip to content

Commit ec0c473

Browse files
committed
initial release
1 parent 78f666b commit ec0c473

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/bl4ckscor3/plugin/animalessentials/core/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ private static String getHeader()
5858
" When disabled, untamed animals will also show.",
5959
"",
6060
" keyword: This is the keyword used to determine wether the command is coming from clicking the chat, or from actually inputting the command into the chat.",
61-
" It basically disabled users from using /aetp as a normal teleport command.",
62-
" You can change this to anything, and it will still work. Think of it as a password needed to execute the command.",
61+
" It basically disabled users from using /aetp as a normal teleport command.",
62+
" You can change this to anything, and it will still work. Think of it as a password needed to execute the command.",
6363
"############################################################################################################################################### #",
6464
};
6565
String all = "";

src/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: AnimalEssentials
22
main: bl4ckscor3.plugin.animalessentials.core.AnimalEssentials
3-
version: 0.1.0
3+
version: 1.0.0
44
author: [bl4ckscor3,JustRamon]
55
description: Several animal essentials such as spawning, naming, teleporting and much more!
66
commands:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
1.0.0

0 commit comments

Comments
 (0)