Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cycodly committed Nov 14, 2024
2 parents 7c43b9b + e1842fd commit 10cd267
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 22 deletions.
44 changes: 27 additions & 17 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
<div align="center">

<img src="https://raw.githubusercontent.com/Argantiu/WorldSystem-dev/master/.github/Worldsystemlogo_renewed.png" width="500"></br>
<img src="https://img.shields.io/github/downloads/Argantiu/WorldSystem-dev/total?color=green&label=All%20Downloads&style=plastic" />
<img src="https://img.shields.io/github/downloads/Argantiu/WorldSystem-dev/v2.4.37-dev/total?style=plastic&label=v2.4.37%20(latest)" /></br>
<a>A spigot plugin to give every user his own world</a>
<a>1.7 - 1.21.3 Support</a>
<h2>About</h2>
<a>WorldSystem is a plugin where every player can get a world.</a>
<a>There they can build, play and do anything they want without creating stress in a single world. The world owner can also add other players and manage their permissions on his world like is he allowed to build, teleport or changing his gamemode.</a></br>
<a>When a player creates a new world you can also set a template which will then be cloned.</a>
<img src="https://img.shields.io/github/downloads/Argantiu/WorldSystem-Updated/total?color=green&label=All%20Downloads&style=plastic" />
<img src="https://img.shields.io/github/downloads/Argantiu/WorldSystem-Updated/v2.4.38-dev/total?style=plastic&label=v2.4.38%20(latest)" /></br>
<strong>A spigot plugin to give every user his own world</strong></br>
1.7 - 1.21.3 Support

***
</div>
<h3>About</h3>
WorldSystem is a plugin where every player can get a world.</br></br>
There they can do anything they want without creating stress in a single world.</br>
The world owner can also add other players and manage their permissions on his world.</br>
When a player creates a new world you can also set a template which will then be cloned.</br>
<h3>Features</h3>
<ul>
<li>Every player can create a world</li>
<li>Players can manage their world</li>
<li>Worlds can be preconfigured</li>
<li>Worlds unload if the player disconnects</li>
</ul>

<h2>How to help making this resource better</h2>
<a>Contributing code</a></br></br>
<a>Creating useful issues</a></br></br>
<a>Helping other users</a></br></br>
<a>Leaving a good review</a>

***
<a href="https://discord.gg/WYz7Qck">Discord server</a></br></br>
<h3>How to help making this resource better</h3>
<ul>
<li>Contributing code</li>
<li>Creating useful issues</li>
<li>Helping other users</li>
<li>Leaving a good review</li>
</ul>
<a href="https://discord.gg/WYz7Qck">Discord Support</a>
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ on: [push]
jobs:
build:

runs-on: ubuntu-24.04.1
runs-on: ubuntu-latest
# We want to run on external PRs, but not on our own internal PRs as they'll be run
# by the push to the branch.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository


#if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

steps:
- name: Set up JDK 21
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradleup.shadow' version '8.3.4'
id 'com.gradleup.shadow' version '8.3.5'
id 'io.freefair.lombok' version '8.10.2'
id 'java'
id 'jacoco'
Expand Down

0 comments on commit 10cd267

Please sign in to comment.