Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v4
Expand All @@ -33,4 +35,5 @@ jobs:

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
if: github.event_name == 'push'
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ TNE is pushed as being "feature-packed," but it's not feature-packed in the norm
a bunch of useless features
into the core plugin, but rather using modules.

<p align="center">
<img src="logo.png" width="500" />
</p>
<p align="center">
<i><b>The economy plugin for server owners that want more out of their economy.</b></i>
</p>
Expand Down
Binary file removed logo.png
Binary file not shown.
3 changes: 0 additions & 3 deletions resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ TNE is pushed as being "feature-packed," but it's not feature-packed in the norm
a bunch of useless features
into the core plugin, but rather using modules.

<p align="center">
<img src="https://raw.githubusercontent.com/TheNewEconomy/EconomyCore/main/logo.png" width="500" />
</p>
<p align="center">
<i><b>The economy plugin for server owners that want more out of their economy.</b></i>
</p>
Expand Down
Loading