Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelist1990 committed Sep 27, 2023
1 parent ef541ab commit 6429488
Show file tree
Hide file tree
Showing 208 changed files with 29 additions and 857,866 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"semi": true,
"printWidth": 250,
"endOfLine": "lf"
}
}
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
# Changelog
## [v日本語版paradox v3.3.4] Paradox v3.3.4-Beta Js▶︎Ts

## [v日本語版paradox v3.3.4] Paradox v3.3.4-Beta Japanese version update!!
## [v3.3.6](https://github.com/Pete9xi/Paradox_AntiCheat/tree/v3.3.6) (2023-09-20)

## [v日本語版paradox v3.3.3] Paradox v3.3.4 Japanese version update!!
[Full Changelog](https://github.com/Pete9xi/Paradox_AntiCheat/compare/v3.3.5...v3.3.6)

## [v日本語版paradox v3.3.2] Paradox v3.3.3 Japanese version update!!
## [v3.3.5](https://github.com/Pete9xi/Paradox_AntiCheat/tree/v3.3.5) (2023-09-14)

## [v日本語版paradox v3.3.2] Paradox v3.3.3にアップデートしました!!
[Full Changelog](https://github.com/Pete9xi/Paradox_AntiCheat/compare/v3.3.4...v3.3.5)

## [Unreleased](https://github.com/Pete9xi/Paradox_AntiCheat/tree/HEAD)
## [v3.3.4](https://github.com/Pete9xi/Paradox_AntiCheat/tree/v3.3.4) (2023-08-30)

[Full Changelog](https://github.com/Pete9xi/Paradox_AntiCheat/compare/v3.3.3...HEAD)

**Merged pull requests:**

- Apply fixes from CodeFactor [\#29](https://github.com/Pete9xi/Paradox_AntiCheat/pull/29) ([Visual1mpact](https://github.com/Visual1mpact))
[Full Changelog](https://github.com/Pete9xi/Paradox_AntiCheat/compare/v3.3.3...v3.3.4)

## [v3.3.3](https://github.com/Pete9xi/Paradox_AntiCheat/tree/v3.3.3) (2023-08-30)

[Full Changelog](https://github.com/Pete9xi/Paradox_AntiCheat/compare/v3.3.2...v3.3.3)

**Merged pull requests:**

- Apply fixes from CodeFactor [\#29](https://github.com/Pete9xi/Paradox_AntiCheat/pull/29) ([Visual1mpact](https://github.com/Visual1mpact))

## [v3.3.2](https://github.com/Pete9xi/Paradox_AntiCheat/tree/v3.3.2) (2023-08-18)

[Full Changelog](https://github.com/Pete9xi/Paradox_AntiCheat/compare/v3.3.1...v3.3.2)
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://i.imgur.com/ZS38i7c.png" alt="Paradox AntiCheat Logo">
<br><br>
<div>
<em>Paradox japanese v.3.3.3 <h1>originator => "https://github.com/Pete9xi/Paradox_AntiCheat/tree/main"</h1></em>
<em>Updated for 1.20.30</em>
<br>
Paradox AntiCheat is a fork of Scythe AntiCheat, which was released under the GPLv3 License. Paradox was created to fix some differences within Scythe and to provide a more reliable and effective anti-cheat solution for Minecraft Bedrock. All original commit history pertaining to Scythe still exists within this project and is free to review.
</div>
Expand Down Expand Up @@ -61,11 +61,12 @@
<li>Edit the <code>config.js</code> file located at <code>/scripts/data/config.js</code>.</li>
<li>Scroll down to the <code>encryption</code> section.</li>
<li>Inside <code>encryption</code>, find <code>password</code>.</li>
<li>Enter your chosen password:</li>
</ol>
<pre><code class="language-javascript">encryption: {
<li>Enter your chosen password:
<pre><code class="language-javascript">encryption: {
password: "mypassword",
}</code></pre>
</li>
</ol>
<ol type="a" start="5">
<li>Keep your password safe and confidential.</li>
</ol>
Expand All @@ -78,7 +79,11 @@
<li>Once granted, you'll have Paradox AntiCheat features.</li>
<li>To give Paradox-Op permissions to others, use <code>&lt;prefix&gt;op &lt;player&gt;</code>.</li>
<li>Learn more by entering <code>&lt;prefix&gt;op help</code>.</li>
</ol>
<li>For Bedrock Dedicated Server (BDS), add the following to the <code>server.properties</code> file:
<pre><code>op-permission-level=2
#min=2
#max=4</code></pre>
</li>
</li>
</ol>
<p>Note: If you're using a password (Realm owners), use <code>&lt;prefix&gt;op &lt;password&gt;</code> for permission.</p>
Expand Down Expand Up @@ -200,4 +205,4 @@

<p>Please note that the project maintainers will review your pull request, and if they find it suitable, they will merge it into the main project. Keep an eye on your pull request for any feedback or updates from the maintainers.</p>

<p>Happy contributing to the Paradox AntiCheat project! If you have any further questions or need additional assistance, feel free to ask.</p>
<p>Happy contributing to the Paradox AntiCheat project! If you have any further questions or need additional assistance, feel free to ask.</p>
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"format_version": 2,
"header": {
"name": "Paradox AntiCheat日本版",
"description": "v3.3.6の日本版です!翻訳者:こう君",
"name": "Paradox AntiCheat",
"description": "A utility to fight against malicious hackers on Bedrock Edition ~ v3.3.6",
"uuid": "54edfea5-ab51-47ca-b992-724e255b5560",
"version": [3, 3, 6],
"min_engine_version": [1, 20, 30]
Expand Down
12 changes: 0 additions & 12 deletions node_modules/.bin/prettier

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/prettier.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/prettier.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/tsc

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/tsc.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/tsc.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/tsserver

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/tsserver.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/tsserver.ps1

This file was deleted.

57 changes: 0 additions & 57 deletions node_modules/.package-lock.json

This file was deleted.

9 changes: 0 additions & 9 deletions node_modules/7zip-bin/7x.sh

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/7zip-bin/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/7zip-bin/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions node_modules/7zip-bin/index.d.ts

This file was deleted.

Loading

0 comments on commit 6429488

Please sign in to comment.