Skip to content

Commit 3636e41

Browse files
author
BuildTools
committed
release 1.0.2
1 parent 23c28f3 commit 3636e41

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🏹 UltimateBows
1+
# 🏹 UltimateBows 1.0.2
22

33
Adds new bows in your Minecraft server. Basically my first plugin, it will remain active, but I will only update it when there's a bug or a new feature proposal, even I find it useless.
44

@@ -10,7 +10,6 @@ It has only one command which is ```/ubows give <bowName>```, the permission for
1010

1111
## Bows
1212

13-
1413
These are the different bows (write them like this in the command, for example ```/ubows give playerBow```).
1514

1615
| Bow | Permission |
@@ -28,12 +27,13 @@ These are the different bows (write them like this in the command, for example `
2827
You can also type ```all``` to get every bow, for example ```/ubows give all```.
2928

3029
## Compatibility
31-
I only tested it on Minecraft 1.19.2, didn't test other versions, by the way it should work on most versions since it only adds some bows and effects.
30+
31+
The plugin should work from version ```1.13.2``` to version ```1.19.4```.
3232

3333
## Contributing
3434

3535
Pull requests are welcome. I obviously accept any constructive criticism.
3636

3737
## License
3838

39-
[MIT](https://choosealicense.com/licenses/mit/)
39+
[MIT](https://choosealicense.com/licenses/mit/)

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.nssj</groupId>
88
<artifactId>UltimateBows</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>UltimateBows</name>
@@ -44,14 +44,6 @@
4444
</execution>
4545
</executions>
4646
</plugin>
47-
<plugin>
48-
<groupId>org.apache.maven.plugins</groupId>
49-
<artifactId>maven-jar-plugin</artifactId>
50-
<version>2.3.1</version>
51-
<configuration>
52-
<outputDirectory>/home/dev/Desktop/development/minecraft/servers/spigot1194/plugins</outputDirectory>
53-
</configuration>
54-
</plugin>
5547
</plugins>
5648
<resources>
5749
<resource>
@@ -76,7 +68,7 @@
7668
<dependency>
7769
<groupId>org.spigotmc</groupId>
7870
<artifactId>spigot-api</artifactId>
79-
<version>1.13-R0.1-SNAPSHOT</version>
71+
<version>1.13.2-R0.1-SNAPSHOT</version>
8072
<scope>provided</scope>
8173
</dependency>
8274
</dependencies>

0 commit comments

Comments
 (0)