-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
77 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.ear | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
# Eclipse | ||
.classpath | ||
.project | ||
.settings/ | ||
|
||
# Intellij | ||
.idea/ | ||
*.iml | ||
*.iws | ||
|
||
# Mac | ||
.DS_Store | ||
|
||
# Maven | ||
log/ | ||
target/ | ||
|
||
# Inclusions | ||
!lib/** | ||
|
||
# Compiled Files | ||
*.class | ||
bin/ | ||
build/ | ||
/bin1/ | ||
java/build/** | ||
|
||
# Server files | ||
/server/ | ||
buildtools/* | ||
/bundler/ | ||
CraftBukkit/ | ||
/gradle/ | ||
/logs/ | ||
/out/ | ||
/.gradle/ | ||
/.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# GifCreator | ||
|
||
A Spigot 1.19.4 GIF creation plugin utilizing the GIPHY API. | ||
|
||
## What is GifCreator | ||
|
||
GifCreator is a plugin you can use to create GIFs on maps in Minecraft. The plugin uses the [Giphy API](https://developers.giphy.com/) to retrieve GIFs using searches performed by users. | ||
|
||
## Commands | ||
|
||
* `/gif [search]` - Gets a GIF from GIPHY using the search term | ||
|
||
## Permissions | ||
|
||
* `gifcreator.gif` - Allows a user to run the `/gif` command | ||
|
||
## Setup | ||
|
||
> You will need a GIPHY API key. You can sign up for GIPHY and get one [here](https://developers.giphy.com/) | ||
1. Download the JAR file. | ||
2. Install the JAR file in the `plugins` folder of your server | ||
3. Reload/Restart your server | ||
4. Open the `config.yml` file in the `plugins/GifCreator` folder and put your GIPHY API key in the `giphyApiKey` field |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rootProject.name = 'SuperPlugin' | ||
rootProject.name = 'GifCreator' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters