Skip to content

Commit

Permalink
updated to beta package
Browse files Browse the repository at this point in the history
  • Loading branch information
PMK744 committed Mar 5, 2022
1 parent 829f27f commit 9eb6d1b
Show file tree
Hide file tree
Showing 7 changed files with 5,548 additions and 34 deletions.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Slappers
Slappers

Slappers is a [BeAPI](https://github.com/MCBE-Utilities/BeAPI) module made for creating custom server NPCs. Slappers is a very popular server plugin for both Java Edition and Bedrock Edition of Minecraft. This module allows you to create Slappers that will work on personal worlds and even bedrock realms.

The module can be either imported as a Minecraft Bedrock Addon or be used within another BeAPI project.

## Installing as an Addon
* Requirements
* [Minecraft Bedrock ^1.18.20.x](https://minecraft.net/)

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 Slapper installed on your Bedrock world.

To open the creation and edit forms, use the commands listed below.
```js
tag @s add "beapi:create_slapper" // Opens slapper creation form
tag @s add "beapi:editshop" // Opens slapper editor form
```
## Installing as a Dependency
* Requirements
* [node.js](https://nodejs.org/)
* [BeAPI](https://github.com/MCBE-Utilities/BeAPI)
* [Minecraft Bedrock ^1.18.20.x](https://minecraft.net/)

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/slappers```
Once you have done that, you can now import "@mcbeutils/slappers" into your main project.
![image](public/import.png)
13 changes: 13 additions & 0 deletions Slappers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Slappers

Slappers is a [BeAPI](https://github.com/MCBE-Utilities/BeAPI) module made for creating custom server NPCs. Slappers is a very popular server plugin for both Java Edition and Bedrock Edition of Minecraft. This module allows you to create Slappers that will work on personal worlds and even bedrock realms.

## Installing
* Requirements
* [node.js](https://nodejs.org/)
* [BeAPI](https://github.com/MCBE-Utilities/BeAPI)

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/slappers```
Once you have done that, you can now import "@mcbeutils/slappers" into your main project.
![image](public/import.png)
Loading

0 comments on commit 9eb6d1b

Please sign in to comment.