Skip to content

Commit 1425806

Browse files
sandtechnologydependabot[bot]NlkomaruWarriorrrrGhost-chu
authored
* Bump paperlib from 1.0.6 to 1.0.7 Bumps [paperlib](https://github.com/PaperMC/PaperLib) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/PaperMC/PaperLib/releases) - [Changelog](https://github.com/PaperMC/PaperLib/blob/master/CHANGELOG.md) - [Commits](PaperMC/PaperLib@1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: io.papermc:paperlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [WorldGuardIntegration] Fix global region issue * New translations messages.json (Korean) * Try to fix sync issue * Fix shade issue * Change to common-lang3, adapt to spigot 1.18 lib changes * Revert wrong changes * Volatile the dev-mode, prevent some issues * Target to 1.18-rc3 * Remove lombok.NonNull and javax.annotation.Nonnull usage * Fix auto despawn watcher * Deprecated DisplayWatcher * Re-add "Enchantment name shows on enchanted books" feature * Fix ShopPurger * Update crowdin.yml * Fixed a bug in which the Find command would display the result multiple times. * Fix case-sensitive and underscore issue in enabled languages * Fix NoClassDefFoundError not handled by catch statement * Bump junit-jupiter-api from 5.8.1 to 5.8.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.1...r5.8.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Adapt to 1.18 * Fix item namespace method finding issue, also fix fallback * Fix caching issue, invalidate cache when getting * Fix case-sensitive issue in enabled languages * Switch access token to new one * Bump IridiumSkyblock from 3.1.2 to 3.2.2 Bumps IridiumSkyblock from 3.1.2 to 3.2.2. --- updated-dependencies: - dependency-name: com.iridium:IridiumSkyblock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * PotatoCraft-Studio#16 Try to fix cache method issue * Delete incorrect reloaction * Fix mistaken on update message * Fix price command bypassing the integer only option. * Bump advanced-region-market from 3.3.5 to 3.3.6 Bumps advanced-region-market from 3.3.5 to 3.3.6. --- updated-dependencies: - dependency-name: com.github.alex9849:advanced-region-market dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump SongodaCore from 2.5.14 to 2.6.3 Bumps SongodaCore from 2.5.14 to 2.6.3. --- updated-dependencies: - dependency-name: com.songoda:SongodaCore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix PotatoCraft-Studio#20, correct the event using * Fix PotatoCraft-Studio#17 * Change misleading configuration description * Backport for NPE fix * Don't use SimplixStorage * Refactor new language system [1/3] preparing local language files * Fix color issue with certain input * Fix testing and bump spigot-api to 1.18.1-R0.1-SNAPSHOT * Fix test * Fix comment missing issue, implement itself comment updater * Delete backup when update successful * Handle local files loading * Fix plugin loading stuck on i18n loading * Printing errors when cannot create column * Fix misleading message and apply tradeAllWord to trade message * Fix NoSuchFileException * Loading bundled file for not internet connection * Language System improvement Let cachedGameLanguageCode only caching default one Fix stuck loading issue for textManager Add related languages code matching, Fix PotatoCraft-Studio#1 * Update languagesCache only when no cache * Fix misleading sell messages * Fix misleading sell messages * Try to fix crowdin issue * Update Crowdin configuration file * Try to fix crowdin issue again * New translations messages.json (Romanian) * New translations messages.json (Dutch) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Vietnamese) * New translations messages.json (English) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (French) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hungarian) * New translations messages.json (Hebrew) * New translations messages.json (Finnish) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Catalan) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Spanish) * New translations messages.json (Chinese Traditional, Hong Kong) * Only apply right language-version for client * Fix local file not loading and language not matching * Update README.md * Fix local file UTF-8 issue * Fix broken potion effect * New Crowdin updates (PotatoCraft-Studio#28) * Update source file messages.json * New translations messages.json (Chinese Simplified) * New translations messages.json (Swedish) * New translations messages.json (Romanian) * New translations messages.json (Dutch) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Vietnamese) * New translations messages.json (English) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (French) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hungarian) * New translations messages.json (Hebrew) * New translations messages.json (Finnish) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Catalan) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Spanish) * New translations messages.json (Chinese Traditional, Hong Kong) * Fix broken potion effect again * Add missed findRelativeLanguages * Deleted getContributors which not supported by 1.15 * Bump to 5.1.0.0 * 5.1.0.0 (PotatoCraft-Studio#29) (PotatoCraft-Studio#30) * Allow addon to hook the Inventory getting * bump ver * New translations messages.json (Dutch) * Update config.yml * Bump sqlite-jdbc from 3.34.0 to 3.36.0.3 Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.34.0 to 3.36.0.3. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.34.0...3.36.0.3) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump okhttp from 4.9.2 to 4.9.3 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix broken readme * Fix broken readme again * [FactionUUID] Drop support for 0.5.x and support 0.6.x * New translations messages.json (English) * New translations messages.json (Korean) * Bump paperlib from 1.0.6 to 1.0.7 Bumps [paperlib](https://github.com/PaperMC/PaperLib) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/PaperMC/PaperLib/releases) - [Changelog](https://github.com/PaperMC/PaperLib/blob/master/CHANGELOG.md) - [Commits](PaperMC/PaperLib@1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: io.papermc:paperlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [WorldGuardIntegration] Fix global region issue * New translations messages.json (Korean) * Try to fix sync issue * Fix shade issue * Change to common-lang3, adapt to spigot 1.18 lib changes * Revert wrong changes * Volatile the dev-mode, prevent some issues * Target to 1.18-rc3 * Remove lombok.NonNull and javax.annotation.Nonnull usage * Fix auto despawn watcher * Deprecated DisplayWatcher * Re-add "Enchantment name shows on enchanted books" feature * Fix ShopPurger * Update crowdin.yml * Fixed a bug in which the Find command would display the result multiple times. * Fix case-sensitive and underscore issue in enabled languages * Fix NoClassDefFoundError not handled by catch statement * Bump junit-jupiter-api from 5.8.1 to 5.8.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.1...r5.8.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Adapt to 1.18 * Fix item namespace method finding issue, also fix fallback * Fix caching issue, invalidate cache when getting * Fix case-sensitive issue in enabled languages * Switch access token to new one * Bump IridiumSkyblock from 3.1.2 to 3.2.2 Bumps IridiumSkyblock from 3.1.2 to 3.2.2. --- updated-dependencies: - dependency-name: com.iridium:IridiumSkyblock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * PotatoCraft-Studio#16 Try to fix cache method issue * Delete incorrect reloaction * Fix mistaken on update message * Fix price command bypassing the integer only option. * Bump advanced-region-market from 3.3.5 to 3.3.6 Bumps advanced-region-market from 3.3.5 to 3.3.6. --- updated-dependencies: - dependency-name: com.github.alex9849:advanced-region-market dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump SongodaCore from 2.5.14 to 2.6.3 Bumps SongodaCore from 2.5.14 to 2.6.3. --- updated-dependencies: - dependency-name: com.songoda:SongodaCore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix PotatoCraft-Studio#20, correct the event using * Fix PotatoCraft-Studio#17 * Change misleading configuration description * Backport for NPE fix * Don't use SimplixStorage * Refactor new language system [1/3] preparing local language files * Fix color issue with certain input * Fix testing and bump spigot-api to 1.18.1-R0.1-SNAPSHOT * Fix test * Fix comment missing issue, implement itself comment updater * Delete backup when update successful * Handle local files loading * Fix plugin loading stuck on i18n loading * Printing errors when cannot create column * Fix misleading message and apply tradeAllWord to trade message * Fix NoSuchFileException * Loading bundled file for not internet connection * Language System improvement Let cachedGameLanguageCode only caching default one Fix stuck loading issue for textManager Add related languages code matching, Fix PotatoCraft-Studio#1 * Update languagesCache only when no cache * Fix misleading sell messages * Fix misleading sell messages * Try to fix crowdin issue * Update Crowdin configuration file * Try to fix crowdin issue again * New translations messages.json (Romanian) * New translations messages.json (Dutch) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Vietnamese) * New translations messages.json (English) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (French) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hungarian) * New translations messages.json (Hebrew) * New translations messages.json (Finnish) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Catalan) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Spanish) * New translations messages.json (Chinese Traditional, Hong Kong) * Only apply right language-version for client * Fix local file not loading and language not matching * Update README.md * Fix local file UTF-8 issue * Fix broken potion effect * New Crowdin updates (PotatoCraft-Studio#28) * Update source file messages.json * New translations messages.json (Chinese Simplified) * New translations messages.json (Swedish) * New translations messages.json (Romanian) * New translations messages.json (Dutch) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Vietnamese) * New translations messages.json (English) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (French) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hungarian) * New translations messages.json (Hebrew) * New translations messages.json (Finnish) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Catalan) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Spanish) * New translations messages.json (Chinese Traditional, Hong Kong) * Fix broken potion effect again * Add missed findRelativeLanguages * Deleted getContributors which not supported by 1.15 * Bump to 5.1.0.0 Co-authored-by: Ghost_chu <2908803755@qq.com> Co-authored-by: Ghost_chu <30802565+Ghost-chu@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nikomaru <76208219+nlkomaru@users.noreply.github.com> Co-authored-by: Warrior <50800980+Warriorrrr@users.noreply.github.com> Co-authored-by: Ghost_chu <30802565+Ghost-chu@users.noreply.github.com> Co-authored-by: Ghost_chu <2908803755@qq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nikomaru <76208219+nlkomaru@users.noreply.github.com> Co-authored-by: Warrior <50800980+Warriorrrr@users.noreply.github.com> * Fix purging wrong shop issue How can this code was write????? * Make a backup before purging * 5.1.0.1 * Fix silent command throwing exception when input is invalid * Bump to 5.1.0.2 * Fix "§r" is not working * Fix coloring issue * Add comment for code and fix pending comment bug * Fix unlimited and free shop counting issue * Fix coloring issue again * Fix sign-dye-color is missing in config.yml * Fix broken find command * New Crowdin updates (PotatoCraft-Studio#32) * Update source file messages.json * New translations messages.json (Chinese Simplified) * New translations messages.json (Swedish) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (German) * New translations messages.json (German) * Bump SongodaCore from 2.6.3 to 2.6.6 (PotatoCraft-Studio#33) Bumps SongodaCore from 2.6.3 to 2.6.6. --- updated-dependencies: - dependency-name: com.songoda:SongodaCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump PlotSquared-Core from 6.1.4 to 6.2.0 (PotatoCraft-Studio#34) Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.1.4 to 6.2.0. - [Release notes](https://github.com/IntellectualSites/PlotSquared/releases) - [Commits](IntellectualSites/PlotSquared@6.1.4...6.2.0) --- updated-dependencies: - dependency-name: com.plotsquared:PlotSquared-Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix debug command not respect local config.yml * Handle NBTApi broken issue * Fix misleading message * Fix world-guard integration not checking applicableRegionSet * Bump version * Remove the usage of NbtApiException * Stop to use Ghost_chu's FOSSA services Stop to use Ghost_chu's FOSSA services * Update FOSSA service badge * Fix the mistaken importing causes InaccessibleObjectException when changing staffs * Fix display disappeared when enabled display-auto-despawn * Fix Issue PotatoCraft-Studio#42 - Be mindful of non-symmetric matching functions (PotatoCraft-Studio#43) * Handle empty case and lazy load unlimited-shop-owner * Handle fake player case in TextManager * Fix wrong sender limit in transfer command * Fix misleading debug logs and variable names * Bump PlotSquared-Core from 6.2.0 to 6.2.1 (PotatoCraft-Studio#37) Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/IntellectualSites/PlotSquared/releases) - [Commits](IntellectualSites/PlotSquared@6.2.0...6.2.1) --- updated-dependencies: - dependency-name: com.plotsquared:PlotSquared-Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Let disabled command could be hot loaded * Optimize silent command class structure * Add a new command for always counting in unlimited shops * Fix color formatting with item hover issue * Fix alwayscounting command and function bugs * Fix licence header * Fix misleading variable names isShopUnlimited->isContainerCountingNeeded * Workaround for certificate expired IridiumDevelopment maven repo * Fix broken readme badge * Fix compatibility module not working Introduced by a cleanup commit * Bump item-nbt-api-plugin from 2.8.0 to 2.9.0 (PotatoCraft-Studio#40) Bumps item-nbt-api-plugin from 2.8.0 to 2.9.0. --- updated-dependencies: - dependency-name: de.tr7zw:item-nbt-api-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump SuperiorSkyblockAPI from latest to 1.8.3 (PotatoCraft-Studio#49) Bumps SuperiorSkyblockAPI from latest to 1.8.3. --- updated-dependencies: - dependency-name: com.bgsoftware:SuperiorSkyblockAPI dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump placeholderapi from 2.10.10 to 2.11.1 (PotatoCraft-Studio#48) Bumps placeholderapi from 2.10.10 to 2.11.1. --- updated-dependencies: - dependency-name: me.clip:placeholderapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump SongodaCore from 2.6.6 to 2.6.10 (PotatoCraft-Studio#47) Bumps SongodaCore from 2.6.6 to 2.6.10. --- updated-dependencies: - dependency-name: com.songoda:SongodaCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * New Crowdin updates (PotatoCraft-Studio#45) * New translations messages.json (Russian) * New translations messages.json (Chinese Traditional) * New translations messages.json (English) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Japanese) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Czech) * New translations messages.json (Romanian) * New translations messages.json (Dutch) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Vietnamese) * New translations messages.json (English) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (French) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hungarian) * New translations messages.json (Hebrew) * New translations messages.json (Finnish) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Catalan) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Spanish) * New translations messages.json (Chinese Traditional, Hong Kong) * New translations messages.json (English) * New translations messages.json (Chinese Simplified) * New translations messages.json (German) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional, Hong Kong) * Fix PotatoCraft-Studio#51, cancels the menu for broken shop block * New translations messages.json (Korean) * Fix "String too big" error when showing certain item on chat * Improve plain stack copying * Fix out-stock message not respect to custom item name * New translations messages.json (Hungarian) * Update messages.json * Update messages.json * Update messages.json * New Crowdin updates (PotatoCraft-Studio#54) * New translations messages.json (Romanian) * New translations messages.json (Dutch) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Vietnamese) * New translations messages.json (English) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (French) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hungarian) * New translations messages.json (Hebrew) * New translations messages.json (Finnish) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Catalan) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Spanish) * New translations messages.json (Chinese Traditional, Hong Kong) * New translations messages.json (Romanian) * New translations messages.json (Dutch) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Vietnamese) * New translations messages.json (English) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (French) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hungarian) * New translations messages.json (Hebrew) * New translations messages.json (Finnish) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Catalan) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Spanish) * New translations messages.json (Chinese Traditional, Hong Kong) * New translations messages.json (Thai) * New translations messages.json (Korean) * clean up * Halt the process if signature verify failed or incorrect file detected * open browser if we need * bug fix * bug fix * refactor security system * New Crowdin updates (PotatoCraft-Studio#55) * New translations messages.json (Chinese Simplified) * New translations messages.json (Swedish) * New translations messages.json (Chinese Traditional) * Fix size command not working * Bump PlotSquared-Core from 6.2.1 to 6.2.2 (PotatoCraft-Studio#53) Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/IntellectualSites/PlotSquared/releases) - [Commits](IntellectualSites/PlotSquared@6.2.1...6.2.2) --- updated-dependencies: - dependency-name: com.plotsquared:PlotSquared-Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump SpartanAPI from 1.0 to 2.0 (PotatoCraft-Studio#56) Bumps SpartanAPI from 1.0 to 2.0. --- updated-dependencies: - dependency-name: me.vagdedes.spartan:SpartanAPI dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * New translations messages.json (Thai) (PotatoCraft-Studio#58) * Add a comment for user guide if override file is empty * Improve language related comment in config.yml * Add a txt file for guiding user update messages.json * Bump helper from 5.6.8 to 5.6.9 Bumps [helper](https://github.com/lucko/helper) from 5.6.8 to 5.6.9. - [Release notes](https://github.com/lucko/helper/releases) - [Commits](https://github.com/lucko/helper/commits) --- updated-dependencies: - dependency-name: me.lucko:helper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Only use internal ConfigCommentUpdater when server software not support comment * Clean comments when server software support comment, then re-add it * Fix duplicate comments again * Fix duplicate comments again, correct the method arg * PotatoCraft-Studio#42 Fix item matching issue for real, revert previous wrong fixes * PotatoCraft-Studio#42 Revert reverted fixes, it does fix unfair comparing issue * Fix wrong warnings in display-items-check-ticks * Fix stored potion i18n not take effected * Improve KILL_SERVER logic when jar check failed * Improve always counting command logic * Throwing exception for default setAlwaysCountingContainer * New Crowdin updates (PotatoCraft-Studio#61) * New translations messages.json (Swedish) * New translations messages.json (Swedish) * New translations messages.json (Italian) * New translations messages.json (Italian) * Fix typo * Optimize shop purge feature 1.Disable purge command when purge not enabled 2.Stop making run method public 3.Add option at-server-startup and backup to optimize user experience 4.Fix config files always updating shop.sign-dye-color option when first install * Fix typo * fix no message will be sent if hit limit * use Short#MAX_VALUE * New Crowdin updates (PotatoCraft-Studio#62) * New translations messages.json (Norwegian) * New translations messages.json (Norwegian) * Fix missing comment and improve some comments * Send cancelled message to player when block was broken * Update external lib, switch openInv to maven repo * PotatoCraft-Studio#42 Fix item matching issue again, revert previous fix and correct raw item matching * Fix typo * A solution for setting offline owner and offline staff * Fix tab-completing player name not returning online players when enabled include-offlineplayer-list * Fix spigot based server test not catching Throwable * Remove unused dep * Revert "Remove unused dep" This reverts commit 1a0b21b. * Remove usage for Short.MAX_VALUE, is the vanilla server limit * Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (PotatoCraft-Studio#63) Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nikomaru <76208219+nlkomaru@users.noreply.github.com> Co-authored-by: Warrior <50800980+Warriorrrr@users.noreply.github.com> Co-authored-by: Ghost_chu <30802565+Ghost-chu@users.noreply.github.com> Co-authored-by: Ghost_chu <2908803755@qq.com> Co-authored-by: Ryan <ramsden.ryan@live.com>
1 parent 1cafc4a commit 1425806

File tree

96 files changed

+2048
-753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2048
-753
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# QuickShop-Reremake
22

3-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8e9a5689cb3f4d6b8315a270a1252c2b)](https://www.codacy.com/gh/PotatoCraft-Studio/QuickShop-Reremake/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PotatoCraft-Studio/QuickShop-Reremake&amp;utm_campaign=Badge_Grade)
4-
[![CodeFactor](https://www.codefactor.io/repository/github/ghost-chu/quickshop-reremake/badge)](https://www.codefactor.io/repository/github/PotatoCraft-Studio/quickshop-reremake)
3+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e33e2fafe3ac4d4eb9048d154bbd874e)](https://www.codacy.com/gh/PotatoCraft-Studio/QuickShop-Reremake/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PotatoCraft-Studio/QuickShop-Reremake&amp;utm_campaign=Badge_Grade)
4+
[![CodeFactor](https://www.codefactor.io/repository/github/potatocraft-studio/quickshop-reremake/badge)](https://www.codefactor.io/repository/github/potatocraft-studio/quickshop-reremake)
55
![BuildStatus](https://ci.codemc.io/job/Ghost-chu/job/QuickShop-Reremake/21/badge/icon)
66
![TestsPassed](https://img.shields.io/jenkins/tests?compact_message&jobUrl=https://ci.codemc.io/job/Ghost-chu/job/QuickShop-Reremake)
7-
![Contributors](https://img.shields.io/github/contributors/Ghost-chu/QuickShop-Reremake)
8-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FPotatoCraft-Studio%2FQuickShop-Reremake.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FGhost-chu%2FQuickShop-Reremake?ref=badge_shield)
7+
![Contributors](https://img.shields.io/github/contributors/potatocraft-studio/QuickShop-Reremake)
8+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FPotatoCraft-Studio%2FQuickShop-Reremake.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FPotatoCraft-Studio%2FQuickShop-Reremake?ref=badge_shield)
99
---
1010

1111
![Java](https://img.shields.io/badge/java-version%208%2B%20(currently%20is%208--16)-orange)
@@ -89,7 +89,7 @@ To compile the QuickShop and debug it by yourself, please follow these steps:
8989

9090
## License
9191

92-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FGhost-chu%2FQuickShop-Reremake.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FGhost-chu%2FQuickShop-Reremake?ref=badge_large)
92+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FPotatoCraft-Studio%2FQuickShop-Reremake.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FPotatoCraft-Studio%2FQuickShop-Reremake?ref=badge_large)
9393

9494
## Developer API
9595

crowdin/lang/af-ZA/messages.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"owner": "&aOwner: {0}",
9797
"item": "&aItem: &e{0}",
9898
"item-holochat-error": "&c[Error]",
99+
"item-holochat-data-too-large": "&c[Error] Item NBT is too large for showing",
99100
"preview": "&b[Item Preview]",
100101
"space": "&aSpace: &e{0}",
101102
"stock": "&aStock &e{0}",
@@ -122,6 +123,10 @@
122123
"unlimited": "&aShop is now unlimited",
123124
"limited": "&aShop is now limited"
124125
},
126+
"toggle-always-counting": {
127+
"counting": "&aShop is now always counting container even is unlimited",
128+
"not-counting": "&aShop is now respect if shop is unlimited"
129+
},
125130
"transfer-success": "&aTransferred &e{0} &ashop(s) to &e{1}",
126131
"transfer-success-other": "&aTransferred &e{0} {1}&a's shop(s) to &e{2}",
127132
"some-shops-removed": "&e{0} &ashop(s) removed",
@@ -203,6 +208,8 @@
203208
"freeze": "Trading disabled"
204209
},
205210
"controlpanel": {
211+
"alwayscounting": "&aAlways counting: {0} &e[&d&lChange&e]",
212+
"alwayscounting-hover": "&eClick to toggle if the shop is always counting container.",
206213
"setowner": "&aOwner: &b{0} &e[&d&lChange&e]",
207214
"infomation": "&aShop Control panel:",
208215
"setowner-hover": "&eClick to switch owner.",
@@ -271,7 +278,8 @@
271278
"Ahhhhhhh! New update {0}! Update!",
272279
"What do you think? {0} has been released! Update!",
273280
"Doctor, QuickShop has a new update {0}! You should update~",
274-
"Ko~ko~da~yo~ QuickShop has a new update {0} ~"
281+
"Ko~ko~da~yo~ QuickShop has a new update {0} ~",
282+
"Paimon want told you the QuickShop have new update {0}!"
275283
],
276284
"remote-disable-warning": "&cThis version of QuickShop is marked as disabled by the remote server, which means this version may have serious problem, get details from our SpigotMC page: {0}. This warning will continue to appear until you switch to a stable version, but it will not affect your server's performance.",
277285
"label": {
@@ -348,5 +356,7 @@
348356
"display-turn-off": "&aSuccessfully turn off the shop display.",
349357
"shop-purged-start": "&aShop purge started, check the console for details.",
350358
"purchase-out-of-stock": "&cThis shop run out of the stock, Contact shop owner or staffs to refill the stock.",
351-
"purchase-out-of-space": "&cThis shop run out of the space, Contact shop owner or staffs to empty the shop."
359+
"purchase-out-of-space": "&cThis shop run out of the space, Contact shop owner or staffs to empty the shop.",
360+
"safe-mode": "&cQuickShop now in safe-mode, you cannot open this shop container, please contact with server administrator to fix the errors.",
361+
"safe-mode-admin": "&c&lWARNING: &cThe QuickShop on this server now running under safe-mode, no features will working, please type &e/qs &c command to check any errors."
352362
}

crowdin/lang/ar-SA/messages.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"owner": "&aOwner: {0}",
9797
"item": "&aItem: &e{0}",
9898
"item-holochat-error": "&c[Error]",
99+
"item-holochat-data-too-large": "&c[Error] Item NBT is too large for showing",
99100
"preview": "&b[Item Preview]",
100101
"space": "&aSpace: &e{0}",
101102
"stock": "&aStock &e{0}",
@@ -122,6 +123,10 @@
122123
"unlimited": "&aShop is now unlimited",
123124
"limited": "&aShop is now limited"
124125
},
126+
"toggle-always-counting": {
127+
"counting": "&aShop is now always counting container even is unlimited",
128+
"not-counting": "&aShop is now respect if shop is unlimited"
129+
},
125130
"transfer-success": "&aTransferred &e{0} &ashop(s) to &e{1}",
126131
"transfer-success-other": "&aTransferred &e{0} {1}&a's shop(s) to &e{2}",
127132
"some-shops-removed": "&e{0} &ashop(s) removed",
@@ -203,6 +208,8 @@
203208
"freeze": "Trading disabled"
204209
},
205210
"controlpanel": {
211+
"alwayscounting": "&aAlways counting: {0} &e[&d&lChange&e]",
212+
"alwayscounting-hover": "&eClick to toggle if the shop is always counting container.",
206213
"setowner": "&aOwner: &b{0} &e[&d&lChange&e]",
207214
"infomation": "&aلوحة تحكم المتجر:",
208215
"setowner-hover": "&eانقر لتبديل المالك.",
@@ -271,7 +278,8 @@
271278
"Ahhhhhhh! New update {0}! Update!",
272279
"What do you think? {0} has been released! Update!",
273280
"Doctor, QuickShop has a new update {0}! You should update~",
274-
"Ko~ko~da~yo~ QuickShop has a new update {0} ~"
281+
"Ko~ko~da~yo~ QuickShop has a new update {0} ~",
282+
"Paimon want told you the QuickShop have new update {0}!"
275283
],
276284
"remote-disable-warning": "&cThis version of QuickShop is marked as disabled by the remote server, which means this version may have serious problem, get details from our SpigotMC page: {0}. This warning will continue to appear until you switch to a stable version, but it will not affect your server's performance.",
277285
"label": {
@@ -348,5 +356,7 @@
348356
"display-turn-off": "&aSuccessfully turn off the shop display.",
349357
"shop-purged-start": "&aShop purge started, check the console for details.",
350358
"purchase-out-of-stock": "&cThis shop run out of the stock, Contact shop owner or staffs to refill the stock.",
351-
"purchase-out-of-space": "&cThis shop run out of the space, Contact shop owner or staffs to empty the shop."
359+
"purchase-out-of-space": "&cThis shop run out of the space, Contact shop owner or staffs to empty the shop.",
360+
"safe-mode": "&cQuickShop now in safe-mode, you cannot open this shop container, please contact with server administrator to fix the errors.",
361+
"safe-mode-admin": "&c&lWARNING: &cThe QuickShop on this server now running under safe-mode, no features will working, please type &e/qs &c command to check any errors."
352362
}

crowdin/lang/ca-ES/messages.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"owner": "&aPropietari/a: {0}",
9797
"item": "&aÍtem: &e{0}",
9898
"item-holochat-error": "&c[Error]",
99+
"item-holochat-data-too-large": "&c[Error] Item NBT is too large for showing",
99100
"preview": "&b[Previsualització]",
100101
"space": "&aEspai: &e{0}",
101102
"stock": "&aEstoc: &e{0}",
@@ -122,6 +123,10 @@
122123
"unlimited": "&aLa botiga ara és il·limitada.",
123124
"limited": "&aLa botiga ara és limitada."
124125
},
126+
"toggle-always-counting": {
127+
"counting": "&aShop is now always counting container even is unlimited",
128+
"not-counting": "&aShop is now respect if shop is unlimited"
129+
},
125130
"transfer-success": "&aS'han transferit &e{0} &abotigues a &e{1}",
126131
"transfer-success-other": "&aS'han transferit les botigues de &e{0} {1}&a a &e{2}",
127132
"some-shops-removed": "&e{0} &abotigues eliminades",
@@ -203,6 +208,8 @@
203208
"freeze": "Intercanvi desactivat"
204209
},
205210
"controlpanel": {
211+
"alwayscounting": "&aAlways counting: {0} &e[&d&lChange&e]",
212+
"alwayscounting-hover": "&eClick to toggle if the shop is always counting container.",
206213
"setowner": "&aPropietari: &b{0} &e[&d&lCanvia&e]",
207214
"infomation": "&aPanell de control de la botiga:",
208215
"setowner-hover": "&eFes clic per canviar de propietari.",
@@ -271,7 +278,8 @@
271278
"Ahhhhhhh! Nova actualització {0}! ACTUALITZACIÓ!",
272279
"Què en penses? {0} ha sortit! Actualitza!",
273280
"Doctor, QuickShop té una nova actualització: {0}! Hauries d'actualitzar...",
274-
"Tra~la~la~ QuickShop té una nova actualització {0}~"
281+
"Tra~la~la~ QuickShop té una nova actualització {0}~",
282+
"Paimon want told you the QuickShop have new update {0}!"
275283
],
276284
"remote-disable-warning": "&cAquesta versió de QuickShop està marcada com a desactivada pel servidor remot, això vol dir que aquesta versió pot tenir un problema greu, pots veure'n més detalls a la nostra pàgina d'SpigotMC: {0}. Aquest aviís continuarà apareixent fins que canviïs a una versió estable, però no afectarà el rendiment del servidor.",
277285
"label": {
@@ -348,5 +356,7 @@
348356
"display-turn-off": "&aSuccessfully turn off the shop display.",
349357
"shop-purged-start": "&aShop purge started, check the console for details.",
350358
"purchase-out-of-stock": "&cThis shop run out of the stock, Contact shop owner or staffs to refill the stock.",
351-
"purchase-out-of-space": "&cThis shop run out of the space, Contact shop owner or staffs to empty the shop."
359+
"purchase-out-of-space": "&cThis shop run out of the space, Contact shop owner or staffs to empty the shop.",
360+
"safe-mode": "&cQuickShop now in safe-mode, you cannot open this shop container, please contact with server administrator to fix the errors.",
361+
"safe-mode-admin": "&c&lWARNING: &cThe QuickShop on this server now running under safe-mode, no features will working, please type &e/qs &c command to check any errors."
352362
}

crowdin/lang/cs-CZ/messages.json

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"translation-contributors": "Přispěli: Timtower, Netherfoam, KaiNoMood, Mgazul, JackTheChicken and Andre_601",
77
"translation-country": "Jazyková Zóna: Czech (cs_CZ)",
88
"language-version": "63",
9-
"not-looking-at-valid-shop-block": "&cCould not find a block for creating shop. You need to look at one.",
9+
"not-looking-at-valid-shop-block": "&cNelze najít blok pro vytvoření obchodu. Musíte se na něj dívat.",
1010
"not-looking-at-shop": "&cNelze najít QuickShop. Musíš se na něj podívat.",
1111
"no-anythings-in-your-hand": "&cNemáš v ruce žádný předmět.",
1212
"no-permission": "&cNa tuto akci nemáš práva.",
@@ -96,6 +96,7 @@
9696
"owner": "&r &fVlastník: &b{0}",
9797
"item": "&r &fItem: &b{0}",
9898
"item-holochat-error": "&r &c[Error]",
99+
"item-holochat-data-too-large": "&c[Error] Item NBT is too large for showing",
99100
"preview": "&r &b[Náhled itemu]",
100101
"space": "&r &fMezera: &b{0}",
101102
"stock": "&r &fSkladem: &b{0}",
@@ -110,8 +111,8 @@
110111
},
111112
"bypassing-lock": "&cObcházíte zámek QuickShopu!",
112113
"that-is-locked": "&cTento obchod je uzamčen.",
113-
"how-many-buy": "&aEnter in chat, how many you wish to &bBUY&a. You can buy &e{0}&a. Enter &b{1}&a to buy them all.",
114-
"how-many-sell": "&aEnter in chat, how much you wish to &dSELL&a. You can sell &e{0}&a. Enter &b{1}&a in chat, to sell all.",
114+
"how-many-buy": "&7Napište do chatu, kolik si přejete &bKoupit&7. Můžete si koupit &b{0}&7. Zadejte &b{1}&7 pro zakoupení všech.",
115+
"how-many-sell": "&7Zadejte do chatu, kolik si přejete &bProdat&7. Máte k dispozici &b{0}&7. Zadejte &b{1}&7 do chatu, k prodeji všeho.",
115116
"not-allowed-to-create": "&b▪&8▏ &bSystem &8› &cZde nemůžete vytvořit obchod.",
116117
"blacklisted-item": "&b▪&8▏ &bSystem &8› &cNemůžete prodat tento item, protože je na černé listině",
117118
"how-much-to-trade-for": "&7Zadejte do chatu: Cenu za kolik chcete prodávat &b{1}x {0}&7.",
@@ -122,6 +123,10 @@
122123
"unlimited": "&7Obchod je nyní neomezený",
123124
"limited": "&7Obchod je nyní omezený"
124125
},
126+
"toggle-always-counting": {
127+
"counting": "&aShop is now always counting container even is unlimited",
128+
"not-counting": "&aShop is now respect if shop is unlimited"
129+
},
125130
"transfer-success": "&7Přeneseno &b{0} &7obchodů &b{1}",
126131
"transfer-success-other": "&7Přeneseno &b{0} &7obchodů &b{1}",
127132
"some-shops-removed": "&b{0} &7obchod(ů) odstraněno",
@@ -203,6 +208,8 @@
203208
"freeze": "Obchod je zakázán"
204209
},
205210
"controlpanel": {
211+
"alwayscounting": "&aAlways counting: {0} &e[&d&lChange&e]",
212+
"alwayscounting-hover": "&eClick to toggle if the shop is always counting container.",
206213
"setowner": "&fVlastník: &b{0} &7[&d&3Změna&7]",
207214
"infomation": "Ovládací panel &bShop:",
208215
"setowner-hover": "&bKlikni pro přepnutí vlastníka.",
@@ -271,7 +278,8 @@
271278
"Ahhhhhh! Nový update {0}! Updatujte plugin!",
272279
"Co si myslíte? {0} byla vydána! Updatujte plugin!",
273280
"Doktor, QuickShop má novou aktualizaci {0}! Měl byste aktualizovat~",
274-
"Ko~ko~da~yo~ QuickShop má nový update {0}~"
281+
"Ko~ko~da~yo~ QuickShop má nový update {0}~",
282+
"Paimon want told you the QuickShop have new update {0}!"
275283
],
276284
"remote-disable-warning": "&cTato verze QuickShopu je označena jako zakázaná vzdáleným serverem, což znamená, že tato verze může mít vážný problém, získejte podrobnosti na naší SpigotMC stránce: {0}. Toto varování se bude objevovat dokud nepřepnete na stabilní verzi, ale neovlivní to výkon vašeho serveru.",
277285
"label": {
@@ -307,8 +315,8 @@
307315
"shop-cannot-trade-when-freezing": "&cNemůžete obchodovat s tímto obchodem, protože je zmražený.",
308316
"shop-freezed-at-location": "&bVáš obchod {0} v {1} byl zmražen!",
309317
"denied-put-in-item": "&cTuto položku nelze vložit do vašeho obchodu!",
310-
"how-many-buy-stack": "&eEnter in chat, how many bulks you wish to &bBUY&a. There are &e{0}&a items in each bulk and you can buy &e{1}&a bulks. Enter &b{2}&a in chat to buy all.",
311-
"how-many-sell-stack": "&aEnter in chat, how many bulk you wish to &dSELL&a. There are &e{0}&a items per bulk and you can sell &e{1}&a bulks. Enter &b{2}&a in chat to sell all.",
318+
"how-many-buy-stack": "&7Zadej do chatu, kolik stacků si přejete &bKoupit&7. Existuje &b{0}&7 položek v každém balíku a můžete koupit &b{1}&7 stacků. Vložte &b{2}&7 do chatu pro nákup všech.",
319+
"how-many-sell-stack": "&7Zadej do chatu, kolik stacků si přejete &bProdat&7. Existuje &b{0}&7 položek v každém balíku a můžete koupit &b{1}&7 stacků. Vložte &b{2}&7 do chatu pro nákup všech.",
312320
"language": {
313321
"name": "&fJméno: &b{0}",
314322
"code": "&fKod: &b{0}",
@@ -339,14 +347,16 @@
339347
"failed": "&cZnovunačtení selhalo, zkontroluj konzoli",
340348
"scheduled": "&bZnovunačtení dokončeno. Některé změny budou mít efekt za chvíli"
341349
},
342-
"client-language-changed": "&aQuickShop detected your client language setting has been changed, we're now using {0} locale for you.",
343-
"client-language-unsupported": "&eQuickShop doesn't support your client language, we're fallback to {0} locale now.",
344-
"taxaccount-set": "&aThis shop's tax account has been set to &e{0}",
345-
"taxaccount-unset": "&aThis shop's tax account now following server global setting.",
346-
"taxaccount-invalid": "&cTarget account not invalid, please enter a valid player name or uuid(with dashes).",
347-
"display-turn-on": "&aSuccessfully turn on the shop display.",
348-
"display-turn-off": "&aSuccessfully turn off the shop display.",
349-
"shop-purged-start": "&aShop purge started, check the console for details.",
350-
"purchase-out-of-stock": "&cThis shop run out of the stock, Contact shop owner or staffs to refill the stock.",
351-
"purchase-out-of-space": "&cThis shop run out of the space, Contact shop owner or staffs to empty the shop."
350+
"client-language-changed": "&aQuickShop zjistil, že nastavení jazyka vašeho klienta bylo změněno, nyní pro Vás používáme {0} locales.",
351+
"client-language-unsupported": "&eQuickShop nepodporuje váš klientský jazyk, nastavili jsme vám tedy záložní na {0} locales.",
352+
"taxaccount-set": "Daňový účet tohoto obchodu byl nastaven na &e{0}",
353+
"taxaccount-unset": "&aTento účet obchodu nyní následuje globální nastavení serveru.",
354+
"taxaccount-invalid": "&cCílový účet není platný, zadejte prosím platné jméno hráče nebo uuid(s pomlčkami).",
355+
"display-turn-on": "&aÚspěšně zapnuto zobrazení obchodu.",
356+
"display-turn-off": "&aÚspěšně vypnuto zobrazení obchodu.",
357+
"shop-purged-start": "&aShop čištění začalo, zkontrolujte konzoli pro podrobnosti.",
358+
"purchase-out-of-stock": "&cTumuto obchodu došli zásoby, kontaktujte majitele obchodu pro doplňování zásob.",
359+
"purchase-out-of-space": "&cTomuto obchodu došlo místo, Kontaktuj jeho majitele aby ho vyprázdnil.",
360+
"safe-mode": "&cQuickShop now in safe-mode, you cannot open this shop container, please contact with server administrator to fix the errors.",
361+
"safe-mode-admin": "&c&lWARNING: &cThe QuickShop on this server now running under safe-mode, no features will working, please type &e/qs &c command to check any errors."
352362
}

0 commit comments

Comments
 (0)