This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
108 additions
and
17 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Builds the project with Gradle and uploads to GitHub artifacts. | ||
name: Java CI with Gradle | ||
|
||
on: | ||
push: | ||
|
||
permissions: | ||
contents: read | ||
checks: write | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
if: "!contains(github.event.commits[0].message, '[ci-skip]')" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '17' | ||
distribution: 'temurin' | ||
cache: gradle | ||
- name: Make Gradlew executable | ||
run: chmod +x ./gradlew | ||
- name: Build with Gradle | ||
uses: gradle/gradle-build-action@v2 | ||
with: | ||
arguments: build | ||
- name: Upload RealWorldSync | ||
uses: actions/[email protected] | ||
with: | ||
name: RealWorldSync Dev Artifacts | ||
path: "build/libs/RealWorldSync-*.jar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!--suppress ALL --> | ||
<div align="center"> | ||
<h1>RealWorldSync</h1> | ||
<a href="https://github.com/BX-Team/RealWorldSync/actions/workflows/build.yml"> | ||
<img src="https://img.shields.io/github/actions/workflow/status/BX-Team/RealWorldSync/build.yml?branch=master&logo=github"/> | ||
</a> | ||
<a href="https://discord.gg/p7cxhw7E2M"> | ||
<img src="https://img.shields.io/discord/931595732752953375.svg?label=&logo=discord&logoColor=fff&color=7389D8&labelColor=6A7EC2" /> | ||
</a> | ||
<br> | ||
<b> | ||
<a href="https://modrinth.com/plugin/rws">Modrinth</a> | ||
</b> — | ||
<b> | ||
<a href="">Setup</a> | ||
</b> | ||
<b> — | ||
<a href="https://github.com/BX-Team/RealWorldSync/wiki">Docs</a> | ||
</b> — | ||
<b> | ||
<a href="https://github.com/BX-Team/RealWorldSync/issues">Issues</a> | ||
</b> | ||
</div> | ||
|
||
**RealWorldSync (RWS)** is a simple and lightweight plugin that allows you to sync the time and weather of your server with any location(s) in the real world. | ||
|
||
### 🤖 Features | ||
- Time synchronization with any timezone of the world | ||
- Weather synchronization with any location in the world | ||
- Customizable update times for weather and time | ||
- PlaceholderAPI support | ||
- HEX colors support (MiniMessage) | ||
- Lightweight and fast :) | ||
|
||
### 🔨 Requirements | ||
RealWorldSync requires the following: | ||
|
||
- **Minecraft Paper/Purpur/etc. (1.16.5+)** | ||
- **Java version 17+** | ||
|
||
### ❓ Links | ||
|
||
- **[Docs](https://github.com/BX-Team/RealWorldSync/wiki)** — Check the RealWorldSync docs! | ||
- **[Discord](https://discord.gg/p7cxhw7E2M)** — Get support, ask questions! | ||
- **[bStats](https://bstats.org/plugin/bukkit/RealWorldSync/19076)** — Check out the plugin metrics! | ||
- **[GitHub](https://github.com/BX-Team/RealWorldSync)** — Check out the plugin source code! | ||
- **Setup** — Read the setup instructions! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0 | ||
1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
group = gq.bxteam | ||
version = 0.1.0 | ||
# Gradle daemon options | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.parallel=true | ||
|
||
# Plugin properties | ||
group=gq.bxteam | ||
version=1.0.0 | ||
|
||
# Dependencies | ||
paper_api=1.20.1-R0.1-SNAPSHOT | ||
placeholder_api=2.11.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters