Skip to content

Commit

Permalink
Merge pull request #619 from Ghost-chu/hikari
Browse files Browse the repository at this point in the history
3.6.0.1
  • Loading branch information
Ghost-chu committed Dec 19, 2022
2 parents 7d5f553 + 9657378 commit e08c067
Show file tree
Hide file tree
Showing 74 changed files with 402 additions and 82 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
#patreon: # Replace with a single Patreon username
#open_collective: # Replace with a single Open Collective username
#ko_fi: # Replace with a single Ko-fi username
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
#liberapay: # Replace with a single Liberapay username
#issuehunt: # Replace with a single IssueHunt username
#otechie: # Replace with a single Otechie username
#lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ["https://imgur.com/a/fgES06K"]
2 changes: 1 addition & 1 deletion addon/discordsrv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.addon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion addon/discount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.addon</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void onEnable() {
CommandContainer
.builder()
.prefix("discount")
.description((locale) -> plugin.text().of("addon.discount.command.discount.description").forLocale(locale))
.description((locale) -> plugin.text().of("addon.discount.commands.discount.description").forLocale(locale))
.permission("quickshopaddon.discount.use")
.executor(new DiscountCommand(this, plugin))
.build());
Expand Down
2 changes: 1 addition & 1 deletion addon/discount/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [ Ghost_chu ]
permissions:
quickshopaddon.discount.use:
default: true
description: Bypass the permission check to on any discount code operation
description: Use discount basic feature
quickshopaddon.discount.bypass:
default: op
description: Bypass the permission check to on any discount code operation
Expand Down
2 changes: 1 addition & 1 deletion addon/plan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.addon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/advancedregionmarket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/bentobox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/clearlag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/griefprevention/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/lands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/nocheatplus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/openinv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/plotsquared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/residence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/superiorskyblock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/worldedit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/worldguard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ghostchu</groupId>
<artifactId>quickshop-hikari</artifactId>
<version>3.6.0.0</version>
<version>3.6.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.ghostchu.quickshop.compatibility</groupId>
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/af-ZA/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Basic]'
list:
- '{0} was released. You are still using {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Unknown
restricted-prices: '<red>Restricted price for {0}: Min {1}, max {2}'
nearby-shop-this-way: <green>Shop is {0} blocks away from you.
owner-bypass-check: <yellow>Bypassed all checks. Trade successful! (You are now the shop owner!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Out of Space
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/ar-SA/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Basic]'
list:
- '{0} was released. You are still using {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Unknown
restricted-prices: '<red>Restricted price for {0}: Min {1}, max {2}'
nearby-shop-this-way: <green>Shop كتل بعيد عنك ب{0} كتلة.
owner-bypass-check: <yellow>Bypassed all checks. Trade successful! (You are now the shop owner!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Out of Space
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/bg-BG/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Basic]'
list:
- '{0} was released. You are still using {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Unknown
restricted-prices: '<red>Restricted price for {0}: Min {1}, max {2}'
nearby-shop-this-way: <green>Shop is {0} block(s) away from you.
owner-bypass-check: <yellow>Bypassed all checks. Trade successful! (You are now the shop owner!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Out of Space
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/ca-ES/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Basic]'
list:
- '{0} ja ha sortit. Encara fas servir {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Desconegut
restricted-prices: '<red>Preu restringit per {0}: Mínim {1}, màxim {2}.'
nearby-shop-this-way: <green>La botiga és a {0} blocs de tu.
owner-bypass-check: <yellow>Intercanviat amb èxit! (Ara ets el propietari de la botiga!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Sense espai
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/cs-CZ/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Basic]'
list:
- '{0} byla vydána. Stále používáte {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Nezname
restricted-prices: '<aqua>▪<dark_gray>▏ <aqua>System <dark_gray>› <red>Omezená cena za {0}: Min {1}, max {2}'
nearby-shop-this-way: <aqua>▪<dark_gray>▏ <aqua>System <dark_gray>› <gray>Shop je od vás {0} bloků.
owner-bypass-check: <aqua>▪<dark_gray>▏ <aqua>System <dark_gray>› <gray>Prošel všechny kontroly. Obchod byl úspěšný! (Nyní jste vlastníkem obchodu!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Nedostatek místa
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/da-DK/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Basic]'
list:
- '{0} was released. You are still using {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Unknown
restricted-prices: '<red>Restricted price for {0}: Min {1}, max {2}'
nearby-shop-this-way: <green>Shop is {0} blocks away from you.
owner-bypass-check: <yellow>Bypassed all checks. Trade successful! (You are now the shop owner!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Out of Space
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/de-DE/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Grundlegendes]'
list:
- '{0} wurde veröffentlicht. Du verwendest noch immer {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Unbekannt
restricted-prices: '<red>Eingeschränkter Preis für {0}: Mindestens {1}, maximal {2}'
nearby-shop-this-way: <green>Shop ist {0} Blöcke von dir entfernt.
owner-bypass-check: <yellow>Alle Prüfungen wurden umgangen. Handel erfolgreich! (Sie sind jetzt der Besitzer des Ladens!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Kein Platz
Expand Down
8 changes: 8 additions & 0 deletions crowdin/lang/el-GR/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ updatenotify:
papermc: '[PaperMC]'
bukkitdev: '[BukkitDev]'
polymart: '[Polymart]'
modrinth: '[Modrinth]'
basic: '[Basic]'
list:
- '{0} was released. You are still using {1}!'
Expand Down Expand Up @@ -270,6 +271,13 @@ unknown-owner: Unknown
restricted-prices: '<red>Restricted price for {0}: Min {1}, max {2}'
nearby-shop-this-way: <green>Shop is {0} blocks away from you.
owner-bypass-check: <yellow>Bypassed all checks. Trade successful! (You are now the shop owner!)
april-rick-and-roll-easter-egg: |
<green>---------------------------------------------------</green>
<rainbow><bold>LIMITED TIME EVENT -- QuickShop-Hikari</bold></rainbow>
<yellow>Get your <gold>PREMIUM</gold> particle effect on all QuickShop server!</yellow>
<aqua>Claim it by watch the video tutorial below!</aqua>
<hover:show_text:'<gold>Click to open rewards claim page in your browser.</gold><click:open_url:'https://youtu.be/dQw4w9WgXcQ'>https://youtu.be/dQw4w9WgXcQ</click></hover>
<green>---------------------------------------------------</green>
signs:
item-right: ''
out-of-space: Out of Space
Expand Down
Loading

0 comments on commit e08c067

Please sign in to comment.