@mcbeutils/claimapi
v1.0.0
Published
ClaimAPI is a [BeAPI](https://github.com/MCBE-Utilities/BeAPI) module that allows players to create claimed boundaries so that untrusted players can not interact with that claimed land.
Downloads
1
Readme
ClaimAPI
ClaimAPI is a BeAPI module that allows players to create claimed boundaries so that untrusted players can not interact with that claimed land.
The module can be either imported as a Minecraft Bedrock Addon or be used within another BeAPI project.
Installing as an Addon
- Requirements
To download and install, download the latest .mcpack release from here. Once you have downloaded the addon, import the .mcpack into Minecraft Bedrock. Then, create a new world, or add to existing, and make sure to enable Gametest Framework. Finally, you now have ClaimAPI installed on your Bedrock world.
Installing as a Dependency
- Requirements
To download and install, you can either git clone this repo and use the mcpe pack, or run the command below in your BeAPI project.
npm install @mcbeutils/claimapi
Once you have done that, you can now import "@mcbeutils/claimapi" into your main project.