All content on our site is free and will always be free.
Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!
You can upgrade to VIP membership and browse our site ADs-free. To get VIP membership click here.
Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock
MCPE/Bedrock FluffyLib [v1.0.0]
This addon is a library of tools made for developers. These tools are all described in the documentation linked below, please make sure to read the documentation thoroughly   Â
Important Info
If you are using this library for your addon, just add this link to your addon description. Also, make sure to specify to enable gametest framework in your addon description and what versions of this library it supports, as some critical features may change over time. However, this is unlikely.
You are not allowed to copy code from this library to your addon!
Â
How does it work?
All commands are tags (the reason for this is so you can use them in an addon, custom commands would require a player to type it in chat). To use a command run the following: /tag [selector] add "[command]" eg. /tag @p add "searchInv;minecraft:dirt;;;" (this command will search the players inventory for dirt). When adding a tag, remember to use quotation marks around the tag name, doing otherwise will result in an error
FluffyLib commands all take parameters. These are split by semicolons ;
Â
Some Commands:
- searchInv;itemid;;function;
- tagName;selector;
- execTagName;selector;;runAs;;function;
- summonName;type;;xPos;;yPos;;zPos;;event;
Â
Documentation
Â
Â
creator: https://twitter.com/Fluffyalien1422