Skip to content

Commit

Permalink
Merge pull request #73 from Relluem94s/v4.1.6
Browse files Browse the repository at this point in the history
v4.1.6
  • Loading branch information
Relluem94 authored Feb 28, 2024
2 parents 4dc63e8 + 8744611 commit 0acec79
Show file tree
Hide file tree
Showing 172 changed files with 2,452 additions and 3,716 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
codacy-security-scan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
security-events: write # for GitHub/codeQl-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by GitHub/codeQl-action/upload-sarif to get the Action run status
name: Codacy Security Scan
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .idea/.gitignore

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

22 changes: 22 additions & 0 deletions .idea/compiler.xml

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

533 changes: 533 additions & 0 deletions .idea/dbnavigator.xml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .idea/encodings.xml

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

6 changes: 6 additions & 0 deletions .idea/google-java-format.xml

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

8 changes: 8 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

35 changes: 35 additions & 0 deletions .idea/jarRepositories.xml

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

12 changes: 12 additions & 0 deletions .idea/misc.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

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

7 changes: 7 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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# How to
* Create an Issue (Bug, New Feature)
* Make an linked Pull Request
* Make a linked Pull Request
1 change: 0 additions & 1 deletion MinecraftDevelopmentEnvironment.sh

This file was deleted.

20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ Find out how to get the plugin and how to use it.

## Usage of Plugin
1. [Download](https://github.com/Relluem94s/RelluEssentials/packages) or [Build](https://github.com/Relluem94s/RelluEssentials#build) the plugin jar
1. Copy the jar into the `plugin` Directory
1. Start and Stop the Server
1. Set Host, User and Password of your MySQL Server in the config.yml
1. Start your Server again
1. Enjoy
2. Copy the jar into the `plugin` Directory
3. Start and Stop the Server
4. Set Host, User and Password of your MySQL Server in the config.yml
5. Start your Server again
6. Enjoy

## Build
1. ```shell
git clone https://github.com/Relluem94/RelluEssentials.git
```

1. ```shell
2. ```shell
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
```

1. ```shell
3. ```shell
mvn clean install
```


## Deploy Package
1. Make sure that your github token is in your maven settings.xml (~/.m2/settings.xml)
1. ```shell
1. Make sure that your GitHub token is in your maven settings.xml (~/.m2/settings.xml)
2. ```shell
mvn --batch-mode deploy
```

Expand All @@ -44,7 +44,7 @@ it will run a specified Dev-Sever (with docker mysql and phpmyadmin) check [Rell
What does the plugin include?

## Commands
* Admin gives Clearing Chat, Fake AFK, Teleport to highest Block and Custom NPCs (`/admin`)
* Admin gives Clearing Chat, Fake AFK, Teleport to the highest Block and Custom NPCs (`/admin`)
* Away from Keyboard (`/afk`)
* Teleports to the latest Checkpoint (on spawn, teleport, world, warp and home) (`/back`)
* Opens Bag Pack Menu (`/bags`)
Expand Down
2 changes: 1 addition & 1 deletion RelluBash-Script-Collection
12 changes: 0 additions & 12 deletions RelluEssentials.code-workspace

This file was deleted.

4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@


| Version | Supported |
| ------- | ------------------ |
|---------|--------------------|
| <3.3 | :white_check_mark: |
| >3.2 | :x: |

## Reporting a Vulnerability

Please create an Issue with the Vulnerability / Libary
Please create an Issue with the Vulnerability / Library
Loading

0 comments on commit 0acec79

Please sign in to comment.