Skip to content

lullaby6/claims-data-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claims

Latest Discord Modrinth License Issues Code Size Repo Size Stars

bg

📖 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 in the bugs channel, or create a issue in the Github Repostiroy, or a comment in Planet Minecraft.

⌨️ Commands

Player

Show Player ID:

/trigger claim_show_id

Create claim:

/trigger claim_create

You can alternate claim creation in the nether and in the end in the settings (/function claims:settings)

Delete claim:

/trigger claim_delete

Invite Player by ID:

/trigger claim_invite set <player_id>

Kick Player by ID:

/trigger claim_kick set <player_id>

Teleport to claim:

/trigger claim_teleport

You need to enable Teleport in settings (/function claims:settings)

Admin

Settings:

/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:

/scoreboard players set radius claims.settings <value>

Change claim's particles radius difference:

/scoreboard players set radius_particles_diff claims.settings <value>

Change claim's radius particles speed:

/scoreboard players set radius_particles_speed claims.settings <value>

Change beacon particles:

/data modify storage claims:settings beacon_particles set value "<particle_id>"

Change radius particles:

/data modify storage claims:settings radius_particles set value "<particle_id>"

Create No Claim Zone:

/function claims:no_claim_zone/create {"radius":<radius>}

Players will not be able to create a claim within the specified radius.

Delete nearest No Claim Zone:

/function claims:no_claim_zone/delete_nearest

Delete player claim:

/scoreboard players set <player> claim_delete 1

or

/execute as <player> run function claims:player/delete_claim

Disable:

/datapack disable "file/claims.zip"

Enable:

/datapack enable "file/claims.zip"

🪪 License

MIT