Skip to content

Commit

Permalink
tester
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelist1990 committed Sep 27, 2023
1 parent 92835b6 commit f2d0c74
Show file tree
Hide file tree
Showing 310 changed files with 61,959 additions and 57,380 deletions.
Binary file modified .vs/Paradox_AntiCheat/v16/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
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 entities/allay.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:allay",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
2 changes: 1 addition & 1 deletion entities/armor_stand.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": {
"identifier": "minecraft:armor_stand",
"is_spawnable": false,
"is_summonable": false,
"is_summonable": true,
"is_experimental": false
},
"components": {
Expand Down
2 changes: 1 addition & 1 deletion entities/arrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": {
"identifier": "minecraft:arrow",
"is_spawnable": false,
"is_summonable": false,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
4 changes: 2 additions & 2 deletions entities/axolotl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:axolotl",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
4 changes: 2 additions & 2 deletions entities/bat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:bat",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
4 changes: 2 additions & 2 deletions entities/bee.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:bee",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false,
"properties": {
"minecraft:has_nectar": {
Expand Down
4 changes: 2 additions & 2 deletions entities/blaze.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:blaze",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
2 changes: 1 addition & 1 deletion entities/boat.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": {
"identifier": "minecraft:boat",
"is_spawnable": false,
"is_summonable": false,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
5 changes: 3 additions & 2 deletions entities/camel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:camel",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down Expand Up @@ -178,6 +178,7 @@
"hard_distance": 6,
"max_distance": 10
},
"minecraft:balloonable": {},
"minecraft:type_family": {
"family": ["camel", "mob"]
},
Expand Down
4 changes: 2 additions & 2 deletions entities/cat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:cat",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
4 changes: 2 additions & 2 deletions entities/cave_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:cave_spider",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
2 changes: 1 addition & 1 deletion entities/chest_boat.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": {
"identifier": "minecraft:chest_boat",
"is_spawnable": false,
"is_summonable": false,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
2 changes: 1 addition & 1 deletion entities/chest_minecart.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"description": {
"identifier": "minecraft:chest_minecart",
"is_spawnable": false,
"is_summonable": false,
"is_summonable": true,
"is_experimental": false
},
"components": {
Expand Down
4 changes: 2 additions & 2 deletions entities/chicken.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:chicken",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
2 changes: 1 addition & 1 deletion entities/command_block_minecart.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": {
"identifier": "minecraft:command_block_minecart",
"is_spawnable": false,
"is_summonable": false,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
4 changes: 2 additions & 2 deletions entities/cow.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:cow",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
4 changes: 2 additions & 2 deletions entities/creeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:creeper",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down
8 changes: 5 additions & 3 deletions entities/dolphin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:dolphin",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down Expand Up @@ -331,7 +331,9 @@
"hard_distance": 6,
"max_distance": 10
},
"minecraft:balloonable": {},
"minecraft:balloonable": {
"mass": 0.4
},
"minecraft:conditional_bandwidth_optimization": {}
},
"events": {
Expand Down
18 changes: 9 additions & 9 deletions entities/donkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:donkey",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down Expand Up @@ -185,7 +185,7 @@
"value": "player"
},
{
"test": "is_sneaking",
"test": "is_sneak_held",
"subject": "other",
"value": false
}
Expand Down Expand Up @@ -235,11 +235,6 @@
}
],
"breed_items": ["golden_carrot", "golden_apple", "appleEnchanted"]
},
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": ["apple", "carrot", "golden_apple", "appleEnchanted", "golden_carrot", "carrotOnAStick", "hay_block", "sugar", "bread", "wheat"]
}
},
"minecraft:donkey_unchested": {
Expand Down Expand Up @@ -269,7 +264,7 @@
"value": "player"
},
{
"test": "is_sneaking",
"test": "is_sneak_held",
"subject": "other",
"value": false
}
Expand Down Expand Up @@ -460,6 +455,11 @@
"priority": 1,
"speed_multiplier": 1.2
},
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": ["golden_apple", "appleEnchanted", "golden_carrot"]
},
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.7
Expand Down
16 changes: 12 additions & 4 deletions entities/drowned.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"minecraft:entity": {
"description": {
"identifier": "minecraft:drowned",
"is_spawnable": false,
"is_summonable": false,
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
Expand Down Expand Up @@ -47,7 +47,8 @@
},
"minecraft:ranged_mode": {
"minecraft:shooter": {
"def": "minecraft:thrown_trident"
"def": "minecraft:thrown_trident",
"sound": "item.trident.throw"
},
"minecraft:behavior.ranged_attack": {
"priority": 3,
Expand All @@ -73,6 +74,7 @@
"damage": 3
},
"minecraft:behavior.melee_attack": {
"can_spread_on_fire": true,
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
Expand Down Expand Up @@ -124,7 +126,13 @@
"minecraft:type_family": {
"family": ["drowned", "zombie", "undead", "monster", "mob"]
},
"minecraft:equip_item": {},
"minecraft:equip_item": {
"excluded_items": [
{
"item": "minecraft:banner:15"
}
]
},
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
Expand Down
2 changes: 1 addition & 1 deletion entities/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"description": {
"identifier": "minecraft:egg",
"is_spawnable": false,
"is_summonable": false,
"is_summonable": true,
"is_experimental": false
},
"components": {
Expand Down
Loading

0 comments on commit f2d0c74

Please sign in to comment.