SkyTechBytes / PlayerStatueBuilder

SkyTechBytes' Player Statue Builder. Supports basically all skin formats!
GNU General Public License v3.0
5 stars 5 forks source link

PlayerStatueBuilder / SkinStatueBuilder

SkyTechBytes' Player Statue Builder. Supports basically all skin formats!

PlayerStatueBuilderX

Description

Need something to decorate your server? Tired of building player statues by hand? A tad bit conceited? If you answered yes to any of these questions, this player statue builder is perfect for you!

Installation

  1. Download the .jar below
  2. Move the .jar to your "plugins" folder in your spigot/bukkit/craftbukkit etc. server folder
  3. Restart your server
  4. Type /statue USERNAME to generate a statue for the specified USERNAME

Basics

Examples

Example Command Description
EXAMPLE 1 /statue [USERNAME] glass creates a statue made of glass only
EXAMPLE 2 /statue [USERNAME] concrete creates a statue made of concrete only
EXAMPLE 3 /statue [USERNAME] terracotta planks creates a statue made of only terracotta and wood planks
EXAMPLE 4 /statue [USERNAME] gray creates a grayscale statue
EXAMPLE 5 /statue [USERNAME] slim gray creates a grayscale statue that has the slim skin format (3px arms)
EXAMPLE 6 /statue [USERNAME] wool xz creates a statue made of only wool. The statue is lying down because of the xz parameter
EXAMPLE 7 /statue [USERNAME] diamond_armor concrete creates a statue with diamond armor made only out of concrete
EXAMPLE 8 /statue [USERNAME] wool glass chainmail_helmet iron_chestplate golden_boots creates a statue with a chainmail helmet, iron chestplate, and golden boots, made only out of wool and glass
EXAMPLE 9 /statue [USERNAME] head right_arm slim creates the head and right arm components of the statue only with slim arms (Use this to build a statue in parts)
EXAMPLE 10 /statue [USERNAME] hue:.2 contrast:.3 posterize:3 saturation:.4 brightness:.5 shifts the hue of the image by .2, sets contrast at .3 (decreases contrast), posterizes the image with 3 levels, saturation reduced to .4, brightness reduced to .5
CONSOLE EXAMPLE 11 /statue [USERNAME] x:-593 y:32 z:269 direction:North world:world console/command block only; builds a statue with the specified coordinates and world
CONSOLE EXAMPLE 12 /statue [USERNAME] x:-593 y:32 z:269 direction:North world:world hue:.34 posterize:3 wool console/command block only; builds a statue with the specified coordinates and world with parameters

Features

# PlayerStatueBuilderX Configuration File
# For the number of blocks below inside the statue total, add one of the "charge" item to the total
# So if rate is 16 and the total blocks in the statue is 512, the player would need 512/16 = 32 of the "charge" item (in this case, Diamond)
  rate: 16
# Cooldown time for using the command in MINUTES (No decimals, set to zero for no cooldown). So 1 means 1 minute between SUCCESSFUL statue CREATIONS (or statue parts).
  cooldown: 1
# The "rate" determines how many extra of this "charge" item a player will need. Ex: EMERALD, REDSTONE, DIAMOND, etc.
  charge: DIAMOND
# Whether the plugin requires exact materials (ex: 10 blue_concrete and 7 red_concrete INSTEAD of 17 white_concrete)
  exact: false
# Cost (in $ - EssentialsX/Vault support) per block that will be placed (ex: 1000 block statue adds $2500 to the cost if priceRate is 2.5)
  priceRate: 0.0

Gallery

2019-12-24_14 56 38

2019-12-24_14 56 21
Or Use Imgur to see them (click here)
1.7 Example (click)
1.10 Example:

image