Skip to content

Commit d59ab4b

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # pom.xml
2 parents fd3c2b8 + bd5dcd5 commit d59ab4b

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Clickable-TPA
2+
3+
This plugin hooks into any `/tpa` or `/tpahere` command and adds a configurable message with clickable *Accept* and *Deny* buttons.
4+
5+
To set this up just edit the config so the message fits with the color scheme of your `/tpa` plugin and change the permissions to the ones that your plugin uses.
6+
7+
By default this is set up to work with a plain (default configuration) Essentials installation.

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.perceivedev</groupId>
5-
<artifactId>clickable-tpa</artifactId>
5+
<artifactId>clickabletpa</artifactId>
66
<version>1.0</version>
7-
<name>Clickable-TPA</name>
8-
7+
<name>Clickable TPA</name>
98
<repositories>
109
<repository>
1110
<id>spigotmc-repo</id>
@@ -22,7 +21,7 @@
2221
</dependencies>
2322

2423
<build>
25-
<finalName>${project.name}-${project.version}</finalName>
24+
<finalName>${project.name} ${project.version}</finalName>
2625
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
2726
<defaultGoal>clean package</defaultGoal>
2827
<resources>

0 commit comments

Comments
 (0)