GlowstoneMC/Glowstone

Command blocks

Open

#338 opened on Aug 16, 2016

View on GitHub
 (6 comments) (1 reaction) (0 assignees)Java (1,825 stars) (278 forks)batch import
Category: gameplay featureCategory: server featureType: storyhelp wanted

Description

I am currently working on Command Blocks (with >1.8 functionality). This is to track the progress of these branches: API & Server implementation.

To-Do:

  • Update the Command block API for the new functions
  • Place the new command blocks
  • Save TileEntity and MaterialData for command blocks
  • Incomplete Open command blocks when clicked
    • Save data when closed
    • Fix a bug with duplicate interaction packets (opening the command block twice)
    • Incomplete Use op permission levels
      • Set permission level when joining the server (EntityStatus)
      • Add permission level to configuration
  • Make command blocks reactive to redstone
  • Execute commands on behalf of the block
  • Chain command blocks

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Contributor guide