Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.1.6 #73

Merged
merged 37 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
41fc21a
bumped version
Relluem94 Feb 27, 2024
b2f1177
RE-146 added SQLs
Relluem94 Feb 27, 2024
73c767a
RE-146 added patch 7 to DatabaseHelper
Relluem94 Feb 27, 2024
e19aedb
RE-156 add MiningBagChange SQL
Relluem94 Feb 27, 2024
a3d5930
RE-156 add sql to DatabaseHelper
Relluem94 Feb 27, 2024
ffefdbb
RE-158 Fixed README.md and CONTRIBUTING.md
Relluem94 Feb 27, 2024
81b9e48
RE-159 Added Intellij Project
Relluem94 Feb 27, 2024
c1fdfcc
RE-159 Added Intellij Project
Relluem94 Feb 27, 2024
f87cb1a
RE-159 Added Intellij Project
Relluem94 Feb 27, 2024
1f1859e
RE-148 Chorusplant Harvesting quicksave
Relluem94 Feb 27, 2024
b8e2196
RE-148 Chorusplant Harvesting quicksave
Relluem94 Feb 27, 2024
1fcf512
RE-148 Chorusplant Harvesting quicksave
Relluem94 Feb 27, 2024
6fed83c
RE-148 Chorusplant Harvesting
Relluem94 Feb 28, 2024
df34c0c
RE-160 Fixed Speed
Relluem94 Feb 28, 2024
6c068c0
RE-147 Fixed Missing Message and Name not Updating
Relluem94 Feb 28, 2024
d3f3ae6
RE-147 Fixed CustomName
Relluem94 Feb 28, 2024
4b8ae55
RE-162 Added Lombock
Relluem94 Feb 28, 2024
8d4a5c5
RE-163 Added Database Mapping
Relluem94 Feb 28, 2024
4f83ff1
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
f31ae8a
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
86ec7d2
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
99ac63c
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
812372d
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
f4d784b
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
1d3b7f9
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
f924446
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
435bbd6
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
2e5ca2e
Merge branch 'master' of ssh://github.com/Relluem94s/RelluEssentials …
Relluem94 Feb 28, 2024
7777eaa
RE-164 Cleanup of Codebase
Relluem94 Feb 28, 2024
39ad761
RE-164 Test Commit (should fail in Build)
Relluem94 Feb 28, 2024
c9d0776
RE-164 Test Commit (should work in Build)
Relluem94 Feb 28, 2024
f848adf
RE-164 Test Commit (should work in Build)
Relluem94 Feb 28, 2024
ef19b51
RE-164 Cleanup Code
Relluem94 Feb 28, 2024
a69424f
RE-164 Cleanup Code
Relluem94 Feb 28, 2024
40fac8e
RE-164 Cleanup Code
Relluem94 Feb 28, 2024
febfbcc
RE-147 Fixed Group Rename
Relluem94 Feb 28, 2024
8744611
RE-149 Fixed Repair Command
Relluem94 Feb 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading