https://github.com/lullaby6/claims-data-pack
MC Data-Pack - Claims for multiplayer servers
https://github.com/lullaby6/claims-data-pack
data-pack datapack dp mc mc-data-pack mc-datapack mc-dp minecraft minecraft-data-pack minecraft-datapack minecraft-dp
Last synced: 3 months ago
JSON representation
MC Data-Pack - Claims for multiplayer servers
- Host: GitHub
- URL: https://github.com/lullaby6/claims-data-pack
- Owner: lullaby6
- License: mit
- Created: 2025-01-25T04:58:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T12:25:41.000Z (4 months ago)
- Last Synced: 2025-02-15T12:27:52.823Z (4 months ago)
- Topics: data-pack, datapack, dp, mc, mc-data-pack, mc-datapack, mc-dp, minecraft, minecraft-data-pack, minecraft-datapack, minecraft-dp
- Language: mcfunction
- Homepage: https://modrinth.com/datapack/claims
- Size: 328 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claims
[](https://github.com/lullaby6/claims-data-pack/releases)
[](https://discord.gg/5UdcDa5xNC)
[](https://modrinth.com/datapack/claims)
[](https://github.com/lullaby6/claims-data-pack/blob/main/LICENSE)
[](https://github.com/lullaby6/claims-data-pack/issues)
[](https://github.com/lullaby6/claims-data-pack)
[](https://github.com/lullaby6/claims-data-pack)
[](https://github.com/lullaby6/claims-data-pack/stargazers)
## 📖 Description
Protection for player's home!
Version: `1.21.2 - 1.21.3 - 1.21.4`
## 📂 Installation
Move the downloaded file in the path `.minecraft/saves/[world]/datapacks`
## 👾 Bugs/Issues
Please report any bug/issues to the [Discord Server](https://discord.gg/5UdcDa5xNC) in the `bugs` channel, or create a issue in the [Github Repostiroy](https://github.com/lullaby6/claims-data-pack/issues), or a comment in [Planet Minecraft](https://www.planetminecraft.com/data-pack/claims).
## ⌨️ Commands
### Player
Show Player ID:
```mcfunction
/trigger claim_show_id
```Create claim:
```mcfunction
/trigger claim_create
```You can alternate claim creation in `the nether` and in `the end` in the settings (`/function claims:settings`)
Delete claim:
```mcfunction
/trigger claim_delete
```Invite Player by ID:
```mcfunction
/trigger claim_invite set
```Kick Player by ID:
```mcfunction
/trigger claim_kick set
```Teleport to claim:
```mcfunction
/trigger claim_teleport
```You need to enable `Teleport` in settings (`/function claims:settings`)
### Admin
Settings:
```mcfunction
/function claims:settings
```- Beacon Particles
- Radius Particles
- Teleport to Claim
- Nether Claims
- End Claims
- Kill TNT Inside Claims
- Disable Creepers Inside Claims
- Auto Join on Invite (not ready)
- Show Player ID in List
- Sounds
- Nether Claims
- End Claims
- Claim Shape
- Auto Join (in progress)
- Teleport Cooldown (in progress)
- Cancel Teleport on Move (in progress)Change claim's radius:
```mcfunction
/scoreboard players set radius claims.settings
```Change claim's particles radius difference:
```mcfunction
/scoreboard players set radius_particles_diff claims.settings
```Change claim's radius particles speed:
```mcfunction
/scoreboard players set radius_particles_speed claims.settings
```Change beacon particles:
```mcfunction
/data modify storage claims:settings beacon_particles set value ""
```Change radius particles:
```mcfunction
/data modify storage claims:settings radius_particles set value ""
```Create `No Claim Zone`:
```mcfunction
/function claims:no_claim_zone/create {"radius":}
```Players will not be able to create a claim within the specified radius.
Delete nearest `No Claim Zone`:
```mcfunction
/function claims:no_claim_zone/delete_nearest
```Delete player claim:
```mcfunction
/scoreboard players set claim_delete 1
```or
```mcfunction
/execute as run function claims:player/delete_claim
```Disable:
```mcfunction
/datapack disable "file/claims.zip"
```Enable:
```mcfunction
/datapack enable "file/claims.zip"
```## 🪪 License
[MIT](https://github.com/lullaby6/claims-data-pack/blob/main/LICENSE)