Skip to content

Commit 9ca3d5f

Browse files
committed
format
1 parent fc1ad38 commit 9ca3d5f

File tree

24 files changed

+427
-278
lines changed

24 files changed

+427
-278
lines changed

.bettercodehub.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
component_depth: 100
22
languages:
3-
- java
4-
- script
3+
- java
4+
- script
55
exclude:
6-
- /src/main/resources
7-
- /src/test/
8-
- /.github
9-
- /.idea
10-
- /lib
6+
- /src/main/resources
7+
- /src/test/
8+
- /.github
9+
- /.idea
10+
- /lib
Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
11
---
2-
name: Bug report
3-
about: Report the bugs
4-
title: "[BUG]"
5-
labels: 'bug'
6-
assignees: ''
2+
name: Bug report about: Report the bugs title: "[BUG]"
3+
labels: 'bug' assignees: ''
74

85
---
6+
97
### Describe the bug:
8+
109
A clear and concise description of what the bug is.
1110

1211
### To Reproduce:
12+
1313
Steps to reproduce the behavior:
14+
1415
1. Go to '...'
1516
2. Click on '....'
1617
3. Scroll down to '....'
1718
4. See error
1819

1920
### Expected behavior:
21+
2022
A clear and concise description of what you expected to happen.
2123

2224
### Screenshots:
23-
If applicable, add screenshots to help explain your problem.
24-
Leave this section body empty if no screenshots provided.
25+
26+
If applicable, add screenshots to help explain your problem. Leave this section body empty if no screenshots provided.
2527

2628
### Paste link:
27-
Execute command `/qs paste`, and you will get a link contains your server information, paste it under this text.
28-
**You must create a paste, except plugin completely won't work.**
29-
If you create failed, you should find a paste file under the `plugins/QuickShop` folder.
29+
30+
Execute command `/qs paste`, and you will get a link contains your server information, paste it under this text.
31+
**You must create a paste, except plugin completely won't work.**
32+
If you create failed, you should find a paste file under the `plugins/QuickShop` folder.
33+
3034
- 【REPLACE ME TO PASTE LINK】
3135

3236
### Additional context:
33-
Add any other context about the problem here.
34-
Leave this section body empty if no additional context provided.
37+
38+
Add any other context about the problem here. Leave this section body empty if no additional context provided.

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
name: Feature request
3-
about: Request a feature
4-
title: "[Feature]"
5-
labels: 'enhancement'
6-
assignees: ''
2+
name: Feature request about: Request a feature title: "[Feature]"
3+
labels: 'enhancement' assignees: ''
74

85
---
6+
97
### Describe the Feature:
8+
109
A clear and concise description of what the feature is.
1110

1211
### Screenshots:
13-
If applicable, add screenshots to help explain your feature.
14-
Leave this section body empty if no screenshots provided.
12+
13+
If applicable, add screenshots to help explain your feature. Leave this section body empty if no screenshots provided.
1514

1615
### Additional context:
17-
Add any other context about the feature here.
18-
Leave this section body empty if no additional context provided.
16+
17+
Add any other context about the feature here. Leave this section body empty if no additional context provided.

.github/ISSUE_TEMPLATE/performance.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
2-
name: Performance report
3-
about: Report the performance issue
4-
title: "[PERFORMANCE]"
5-
labels: 'performance'
6-
assignees: ''
2+
name: Performance report about: Report the performance issue title: "[PERFORMANCE]"
3+
labels: 'performance' assignees: ''
74

85
---
96
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -17,6 +14,7 @@ A clear and concise description of what the bug is.
1714

1815
**To Reproduce**
1916
Steps to reproduce the behavior:
17+
2018
1. Go to '...'
2119
2. Click on '....'
2220
3. Scroll down to '....'
@@ -29,15 +27,17 @@ A clear and concise description of what you expected to happen.
2927
If applicable, add screenshots to help explain your problem.
3028

3129
**Paste link:**
32-
Execute command /qs paste, you will get a link contains your server information, paste it under this text.
33-
You must create a paste, except plugin completely won't work.
34-
If you create failed, you should find a paste file under the plugin/QuickShop folder.
30+
Execute command /qs paste, you will get a link contains your server information, paste it under this text. You must
31+
create a paste, except plugin completely won't work. If you create failed, you should find a paste file under the
32+
plugin/QuickShop folder.
33+
3534
- 【REPLACE ME TO PASTE LINK】
3635

3736
**Spark result link: (Require)**
38-
Install the spark at https://www.spigotmc.org/resources/spark.57242/, and execute /spark sampler --start to enable the spark sampler, wait 10mins and execute /spark sampler --stop to get sample result.
39-
- 【REPLACE ME TO SPARK PASTE LINK】
37+
Install the spark at https://www.spigotmc.org/resources/spark.57242/, and execute /spark sampler --start to enable the
38+
spark sampler, wait 10mins and execute /spark sampler --stop to get sample result.
4039

40+
- 【REPLACE ME TO SPARK PASTE LINK】
4141

4242
**Additional context**
4343
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/wiki_contribute.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
2-
name: Wiki Contribute
3-
about: Contributing the wiki
4-
title: "[Contribute WIKI]"
5-
labels: 'wiki'
6-
assignees: ''
2+
name: Wiki Contribute about: Contributing the wiki title: "[Contribute WIKI]"
3+
labels: 'wiki' assignees: ''
74

85
---
96
**Repository Address**

.github/dependabot.yml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
version: 2
22
updates:
3-
- package-ecosystem: maven
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: com.github.ben-manes.caffeine:caffeine
10-
versions:
11-
- "> 2.8.8"
12-
- dependency-name: com.github.TownyAdvanced:Towny
13-
versions:
14-
- "> 0.96.2.0"
15-
- dependency-name: io.sentry:sentry
16-
versions:
17-
- "> 3.1.1"
18-
- dependency-name: net.kyori:adventure-text-serializer-gson
19-
versions:
20-
- "> 4.2.0, < 5"
21-
- dependency-name: net.minidev:json-smart
22-
versions:
23-
- "> 1.3.2"
24-
- dependency-name: net.tnemc:Reserve
25-
versions:
26-
- "> 0.1.3.0"
27-
- dependency-name: org.junit.jupiter:junit-jupiter
28-
versions:
29-
- "> RELEASE"
30-
- dependency-name: org.slf4j:slf4j-nop
31-
versions:
32-
- "> 1.7.6"
33-
- dependency-name: com.massivecraft:Factions
34-
versions:
35-
- 1.6.9.5-2.6.8-STABLE
36-
- dependency-name: com.github.angeschossen:LandsAPI
37-
versions:
38-
- 5.2.1
39-
- 5.2.2
40-
- 5.3.2
41-
- 5.3.3
42-
- 5.5.5
43-
- dependency-name: com.github.seeseemelk:MockBukkit-v1.16
44-
versions:
45-
- 0.25.0
46-
- 0.27.0
47-
- 0.28.0
48-
- 0.32.1
49-
- 0.32.2
3+
- package-ecosystem: maven
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: com.github.ben-manes.caffeine:caffeine
10+
versions:
11+
- "> 2.8.8"
12+
- dependency-name: com.github.TownyAdvanced:Towny
13+
versions:
14+
- "> 0.96.2.0"
15+
- dependency-name: io.sentry:sentry
16+
versions:
17+
- "> 3.1.1"
18+
- dependency-name: net.kyori:adventure-text-serializer-gson
19+
versions:
20+
- "> 4.2.0, < 5"
21+
- dependency-name: net.minidev:json-smart
22+
versions:
23+
- "> 1.3.2"
24+
- dependency-name: net.tnemc:Reserve
25+
versions:
26+
- "> 0.1.3.0"
27+
- dependency-name: org.junit.jupiter:junit-jupiter
28+
versions:
29+
- "> RELEASE"
30+
- dependency-name: org.slf4j:slf4j-nop
31+
versions:
32+
- "> 1.7.6"
33+
- dependency-name: com.massivecraft:Factions
34+
versions:
35+
- 1.6.9.5-2.6.8-STABLE
36+
- dependency-name: com.github.angeschossen:LandsAPI
37+
versions:
38+
- 5.2.1
39+
- 5.2.2
40+
- 5.3.2
41+
- 5.3.3
42+
- 5.5.5
43+
- dependency-name: com.github.seeseemelk:MockBukkit-v1.16
44+
versions:
45+
- 0.25.0
46+
- 0.27.0
47+
- 0.28.0
48+
- 0.32.1
49+
- 0.32.2

.github/icons/Discord.svg

Lines changed: 23 additions & 1 deletion
Loading

.github/icons/Jenkins.svg

Lines changed: 140 additions & 1 deletion
Loading

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@
1515
![Rating](https://img.shields.io/spiget/rating/62575?label=rating)
1616
---
1717

18-
QuickShop is a shop plugin that allows players to easily sell/buy any items from a chest without any commands.
19-
In fact, none of the commands that QuickShop provides are ever needed by a player.
20-
QuickShop-Reremake is a fork of QuickShop NotLikeMe with more features, bug fixes and other improvements.
21-
QuickShop-Reremake is made by PotatoCraft Studio from [KaiKikuchi's QuickShop upstream repository](https://github.com/KaiKikuchi/QuickShop).
18+
QuickShop is a shop plugin that allows players to easily sell/buy any items from a chest without any commands. In fact,
19+
none of the commands that QuickShop provides are ever needed by a player. QuickShop-Reremake is a fork of QuickShop
20+
NotLikeMe with more features, bug fixes and other improvements.
21+
QuickShop-Reremake is made by PotatoCraft Studio
22+
from [KaiKikuchi's QuickShop upstream repository](https://github.com/KaiKikuchi/QuickShop).
2223

2324
## Support
24-
| <a href="https://discord.gg/bfefw2E"/> <img src="/.github/icons/Discord.svg" width="100" height="100" /> | <a href="https://github.com/Ghost-chu/QuickShop-Reremake/issues"><img src="/.github/icons/Github.png" width="100" height="100" /> |
25-
| :-: | :-: |
26-
| **Discord** | **Github Issues** |
25+
26+
| <a href="https://discord.gg/bfefw2E"/> <img src="/.github/icons/Discord.svg" width="100" height="100" />
27+
| <a href="https://github.com/Ghost-chu/QuickShop-Reremake/issues"><img src="/.github/icons/Github.png" width="100" height="100" />
28+
| | :-: | :-: | | **Discord** | **Github Issues** |
2729

2830
## Features
2931

@@ -45,9 +47,10 @@ QuickShop-Reremake is made by PotatoCraft Studio from [KaiKikuchi's QuickShop up
4547
- Optimized performance [Reremake]
4648

4749
## Downloads
50+
4851
| <a href="https://www.spigotmc.org/resources/62575/"><img src="/.github/icons/Spigot.png" width="100" height="90" /></a> | <a href="https://dev.bukkit.org/projects/quickshop-reremake"><img src="/.github/icons/Bukkit.png" width="100" height="100" /></a></a> | <a href="http://www.mcbbs.net/thread-809496-1-1.html"><img src="/.github/icons/MCBBS.png" width="100" height="100" /></a> | <a href="https://ci.codemc.io/job/Ghost-chu/job/QuickShop-Reremake-SNAPSHOT/"><img src="/.github/icons/Jenkins.svg" width="85" height="100" /></a>
4952
| --- | --- | --- | --- |
50-
| **Spigot** | **BukkitDev** | **MCBBS** | **Jenkins** |
53+
| **Spigot** | **BukkitDev** | **MCBBS** | **Jenkins** |
5154

5255
## Contribute
5356

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216

217217
</relocations>
218218
<transformers>
219-
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
219+
<transformer
220+
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
220221
<mainClass>org.maxgamer.quickshop.javaw.bootstrap.Bootstrap</mainClass>
221222
</transformer>
222223
</transformers>

0 commit comments

Comments
 (0)