PlayerStatueBuilderX

Details

  • Filename
    PlayerStatueBuilderX.jar
  • Uploaded by
  • Uploaded
    Jan 3, 2020
  • Size
    2.26 MB
  • Downloads
    408
  • MD5
    be7e64309738bf185093605a4c7fc800

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13

Changelog

Worldguard, Rotation, Configuration, Survival, etc. Update
v1.3.0
New Features
  • WorldGuard Support (also works without WorldGuard)!!!
  • Spawns the statue two blocks above the player to prevent suffocation.
  • If used by a survival/normal player, the plugin won't delete blocks- only modifies air. This prevents accidental modification of the terrain, and eliminates the possibility that the statue will destroy bedrock or other stuff it shouldn't destroy.
  • Rotates the statue so that it faces you (Supports 4 directions + the aforementioned xy,xz,yz, so 12 orientations in total!)
  • Multithreaded so it shouldn't lag your server
  • Allows building of a statue ONLY if the uncolored/undyed blocks are in inventory (Admins bypass this) w/ Terracotta, Wood, Wool, and Diamonds (Diamond Cost = number of blocks divided by 16) - for survival/normal players. Configurable!
  • Informs the player of what blocks/items are needed to build the statue
  • Cooldowns between statue creations
  • Config file supports cooldowns (min), extra items required, and # of extra items required
Permissions
   playerstatuebuilderx.createStatue:

      description: Allow creation of a statue

      default: true

   playerstatuebuilderx.bypass:

      description: Create a statue, bypassing material requirements

      default: op

   playerstatuebuilderx.specialOrientation:

      description: Allows creation of statues in the xz and yz plane. Orientation unpredictable so Admin only!

      default: op

   playerstatuebuilderx.override:

      description: Player statue is created and overwrites blocks (usually just skips if not air)

      default: op

   playerstatuebuilderx.noWait:

      description: The player does not need to wait out the cooldown to make the statue - 5 minutes is default

      default: op
 
Configuration File Details:
 
# 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 5 means 5 minutes between SUCCESSFUL statue CREATIONS.

      cooldown: 5

    # The "rate" determines how many extra of this "charge" item a player will need. Ex: EMERALD, REDSTONE, DIAMOND, etc.

      charge: DIAMOND
 
 
Bugs
Please report any bugs you may happen to come across ASAP so I can fix them.
 
Gallery