TwerkTree icon

TwerkTree -----

Grow trees(or whatever) by twerking. Supports 1.5->1.16+




Nothing more, nothing less. View github for changes if you so wish.
----------, Aug 1, 2021


To use permissions toggle

use-permissions to true in config.

To toggle particles change the state of

allow-particles in config

To see the default config with these values look here.

https://github.com/JanTuck/TwerkTree/blob/master/src/main/resources/config.yml

Permissions are:

twerktree.twerk
twerktree.particles
----------, Aug 2, 2020

Now supports as low as 1.5
----------, Jul 31, 2020

Fixes issue regarding java 1.8
----------, Jul 31, 2020

Reupload to spigot
----------, Jul 30, 2020

Rework of codebase, and support 1.7 properly now.
----------, Jul 30, 2020

Fix download link? Probably.
----------, Jul 26, 2020

This just means it will bonemeal properly all over, this also adds a configurable material list for stuff you want to grow when you twerk.

Oh, and it actually plays the bonemeal effect now.
----------, Jul 26, 2020

Support for 1.13+ and remove support for legacy versions.
----------, Jul 8, 2020

Example:
Code (Text):
    public static void boneMeal(Location location) {
        ReflectionUtil.newCall().getMethod(CRAFT_WORLD, "getHandle")
                .get()
                .passIfValid(reflectionMethod -> {
                    Object world = reflectionMethod.invokeIfValid(location.getWorld());
                    ReflectionUtil.newCall().getMethod(ITEM_DYE, "a", NMS_ITEM_STACK, NMS_WORLD, NMS_BLOCK_POSITION)
                            .get()
                            .passIfValid(reflectionMethod1 -> {
                                ReflectionUtil.newCall().getConstructor(NMS_BLOCK_POSITION, int.class, int.class, int.class)
                                        .get()
                                        .passIfValid(reflectionConstructor -> {
                                            Object blockPosition = reflectionConstructor.newInstance((int) location.getX(), (int) location.getY(), (int) location.getZ());
                                            reflectionMethod1.invokeIfValid(null, NMSItemStack, world, blockPosition);
                                        });
                            });
                });
    }
----------, Feb 18, 2017

Resource Information
Author:
----------
Total Downloads: 10,320
First Release: Jan 28, 2017
Last Update: Aug 1, 2021
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings