Skip to content

Commit

Permalink
Rename all example packages and files to visit.
Browse files Browse the repository at this point in the history
Remove currently unnecessary classes.
  • Loading branch information
BONNe committed Jun 16, 2020
1 parent cc5bf98 commit e3c1b8f
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 449 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ${TEMPLATE} Addon
# Visit Addon
[![Discord](https://img.shields.io/discord/272499714048524288.svg?logo=discord)](https://discord.bentobox.world)
[![Build Status](https://ci.codemc.oi/buildStatus/icon?job=BONNePlayground/${TEMPLATE})](https://ci.codemc.oi/job/BONNePlayground/job/${TEMPLATE}/)
[![Build Status](https://ci.codemc.oi/buildStatus/icon?job=BentoBoxWorld/Visit)](https://ci.codemc.oi/job/BentoBoxWorld/job/Visit/)

This is ${TEMPLATE} Addon for BentoBox plugin.
This is Visit Addon for BentoBox plugin.

## How to use

Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
<modelVersion>4.0.0</modelVersion>

<groupId>world.bentobox</groupId>
<artifactId>${TEMPLATE}</artifactId>
<artifactId>visit</artifactId>
<version>${revision}</version>
<packaging>jar</packaging>

<name>${TEMPLATE}</name>
<name>Visit</name>

<description>This is simple addon for BentoBox plugin.</description>
<description>This is simple addon for BentoBox plugin that allows to visit other player islands.</description>

<url>https://github.com/BONNePlayground/${TEMPLATE}</url>
<url>https://github.com/BentoBoxWorld/Visit</url>
<inceptionYear>2020</inceptionYear>

<scm>
<connection>scm:git:https://github.com/BONNePlayground/${TEMPLATE}.git</connection>
<developerConnection>scm:git:git@github.com:BONNePlayground/${TEMPLATE}.git</developerConnection>
<url>https://github.com/BONNePlayground/${TEMPLATE}</url>
<connection>scm:git:https://github.com/BentoBoxWorld/Visit.git</connection>
<developerConnection>scm:git:git@github.com:BentoBoxWorld/Visit.git</developerConnection>
<url>https://github.com/BentoBoxWorld/Visit</url>
</scm>

<ciManagement>
<system>jenkins</system>
<url>http://ci.codemc.oi/job/BONNePlayground/job/${TEMPLATE}</url>
<url>http://ci.codemc.oi/job/BentoBoxWorld/job/Visit</url>
</ciManagement>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/BONNePlayground/${TEMPLATE}/issues</url>
<url>https://github.com/BentoBoxWorld/Visit/issues</url>
</issueManagement>

<distributionManagement>
Expand Down
95 changes: 0 additions & 95 deletions src/main/java/world/bentobox/example/commands/ExampleCommand.java

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e3c1b8f

Please sign in to comment.