Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Nov 30, 2022
1 parent d8665ce commit b047d5c
Show file tree
Hide file tree
Showing 58 changed files with 281 additions and 166 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rubedo Version 2.5.6-beta
# Rubedo Version 2.6.0-beta

Welcome to Rubedo, an anti-cheat designed to protect your world from cheaters. Rubedo is designed to be smarter than cheaters by giving users access to advanced tools to protect
their world from hacked items, nuker, crashes, griefing, and so much more. Rubedo makes it possible to protect permissions and manage performance with the click of a button!
Expand Down Expand Up @@ -332,6 +332,8 @@ Or You can remove all regions using:

- **ban bad Blocks/items**: Checks if player has a banned item in there inventory, or if a player places a banned block. This list can be configurable in the `-settings`

- **movment**: Added flags that will check for movements like jetpack, fly, speed etc.

# View Player's inventories & Ender Chests

First, you will need to make sure you have admin permission on your server, look at [Permissions](#permissions) for more details
Expand Down
4 changes: 4 additions & 0 deletions entities/player.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,16 @@
"event": "rubedo:dosent_have_container_open"
}
]
},
"minecraft:on_death": {
"event": "on_death"
}
},
"events": {
"rubedo:becomeAdmin": {},
"rubedo:has_container_open": {},
"rubedo:dosent_have_container_open": {},
"on_death": {},
"kick": {
"add": {
"component_groups": ["kick"]
Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
"header": {
"name": "pack.name",
"description": "pack.description",
"min_engine_version": [1, 19, 41],
"min_engine_version": [1, 19, 50],
"uuid": "d98b03cc-38f8-4a82-81c6-5fb7ede55cb8",
"version": [2, 5, 6]
"version": [2, 6, 0]
},
"modules": [
{
"description": "Data Module",
"type": "data",
"uuid": "1e866a8b-1807-4689-8329-192a43404d5b",
"version": [2, 5, 6]
"version": [2, 6, 0]
},
{
"description": "Gametest Module",
"language": "javascript",
"type": "script",
"uuid": "9d7fbe86-68ed-4aac-8fe8-dfe980e671fc",
"version": [2, 5, 6],
"version": [2, 6, 0],
"entry": "scripts/index.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.0.0-beta"
"version": "1.1.0-beta"
},
{
"module_name": "@minecraft/server-ui",
Expand Down
64 changes: 18 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"dependencies": {
"@minecraft/server": "^1.0.0-beta.11940b24",
"@minecraft/server-ui": "^1.0.0-beta.11940b24",
"@types/mojang-minecraft": "^0.1.7",
"@types/mojang-minecraft-ui": "^0.1.0",
"@minecraft/server": "^1.1.0-beta.preview.1.19.50.24",
"@minecraft/server-ui": "^1.0.0-beta.preview.1.19.50.24",
"esbuild": "^0.15.9",
"fs-extra": "^10.1.0",
"i": "^0.3.7",
Expand All @@ -12,7 +10,7 @@
},
"name": "rubedo",
"description": "Welcome to Rubedo, Rubedo is a brand new Anti-cheat designed for Realms, Servers, Worlds and anyone who wants to protect there worlds from Hackers! Rubedo Uses Minecrafts Most advanced functionality so that includes Gametest.",
"version": "2.5.6-beta",
"version": "2.6.0-beta",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit b047d5c

Please sign in to comment.