Skip to content

Commit

Permalink
Bukkit specification
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDBartek committed Aug 7, 2021
1 parent 85c7be5 commit 34e05f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.amdbartek</groupId>
<artifactId>FakeElytra</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>

<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.ArrayList;
import java.util.List;

public class Main extends JavaPlugin implements Listener, CommandExecutor {
public class FakeElytra extends JavaPlugin implements Listener, CommandExecutor {

public List<Player> flyingPlayers = new ArrayList<>();

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: FakeElytra
description: Allows you to glide without an Elytra.
version: 1.0-SNAPSHOT
version: 1.1-SNAPSHOT
api-version: 1.17
author: AMDBartek
website: https://github.com/AMDBartek/FakeElytra/
main: com.amdbartek.FakeElytra.Main
main: com.amdbartek.FakeElytra.FakeElytra

permissions:
fakeelytra.glide:
Expand Down

0 comments on commit 34e05f3

Please sign in to comment.