This is a plugin for create build dynamic.
Usage
- Use `/buildmode` to toggle build mode for yourself
- take a wooden shovel and right click for set origine point (north-west down corner)
- take a wooden hoe and right click for set firt point and left click for set second point (same worldEdit)
- use `/addbuild <name> <frameTick> <airReplace>` to add a build
- repeat step 3 and 6 for add more build
- use `/addbuild <name>` to add build to existing build
- use `/activatebuild <name> <true/false>` to activate or deactivate a build
- use `/settickinterval <name> <frameTick>` to set the frame tick interval for a build
Features
Easy to use
Multi-version support
Multi-language support
Upcoming features
- Add more commands
- Add more permissions
- Add more configuration options
- Add more languages
- Add gui support
- Add more features
Commands
-
/buildmode - Toggles build mode
-
/buildmode
<player> - Toggles build mode for a player
-
/addbuild
<name> <frameTick> <airReplace> - Adds a build
-
/addbuild
<name> - Adds build to existing build
-
/delbuild
<name> - Removes a build
-
/listbuilds - Lists all builds
-
/activatebuild
<name> <true/false> - Activates or deactivates a build
-
/settickinterval
<name> <frameTick> - Sets the frame tick interval for a build
Permissions
- `dynamicbuild.buildmode` - Allows player to use build mode
- `dynamicbuild.addbuild` - Allows player to add a build
- `dynamicbuild.delbuild` - Allows player to remove a build
- `dynamicbuild.listbuilds` - Allows player to list all builds
- `dynamicbuild.activatebuild` - Allows player to activate or deactivate a build
- `dynamicbuild.settickinterval` - Allows player to set the frame tick interval for a build
- `dynamicbuild.*` - Allows player to use all commands
Configuration
Code (YAML):
# DynamicBuild configuration
version
: 1.1
# Plugin version
defaultMode
: true
# Default build mode
tickInterval
: 1
# Minimal frame tick interval (20 ticks = 1 second)
language
: en
# Language [en/fr/de/it/es/pt/ru]
Tutorial