Power Machine

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

 

Features:

  • No commands necessary.
  • No permissions required. (But are supported)
  • No configuration required. (Unless you want to use permissions, then just set config variable to true and add permission nodes)

Command:

  • /getWrench: Gives the super Wrench.
  • /powermachine: Gives the number of machine.
  • /addenergy: Gives energy
  • /energy:  View current energy value

Type of Machine:

Type of machine

  • Wind turbine: Produces energy
  • Coobblestone generator: Produces coobblestone
  • Mining Drill: Digs the ground under itself
  • Energy Display: Shows the energy of the owner of the machine
  • Stirling Engine: Burns the item inside the chest to produce energy
  • Dark Hopper: Picks the item around itself
  • Block breaker: Breaks the block under itself 
  • Rain Generator: Produce energy when it is raining

How to create a machine

  1. Build the multiblock structure
  2. Add a sign and write "[Machine]" in the first line

Configuration file:

Enable permission: false

#Id of the item of the wrench

Wrench item id: 280  

#Name of the file that containts the energy of the player
energy file: energy.data 

#Name of the file that containts the machine in the world
machine file: machine.data 

#Number of tick between every fast machine update
Machine update: 5.0 

#Energy limit
Energy limit: 100000.0 

#Number of tick between every slow machine update
speed of the drill: 80 

 

# Id of block to create the multiblock structures

# $0 Means the block at the bottom

# $1 Means the block at the top


Wind turbine $0: 33
Wind turbine $1: 18
Coobblestone generator $0: 33
Coobblestone generator $1: 45
Mining Drill $0: 33
Mining Drill $1: 42
Energy Display $0: 33
Energy Display $1: 20
Stirling Engine $0: 54
Stirling Engine $1: 89
Dark Hopper $0: 54
Dark Hopper $1: 20
Block breaker $0: 33
Block breaker $1: 49

 

#Energy consume to produce 1 block of coobblestone
cost of coobblestone: 50.0 
cost per block break by the mining drill: 200.0 
cost per block break by the block breaker: 150.0

#Energy per smelted item by the Stirling Engine
Energy per smelted item: 100.0 
Dark Hopper Range: 5

Permissions:

  • powermachine.*: Gives access to all the functionality of the plugin (default: op only)
  • powermachine.create: Allows players to create new machine (default: op only)
  • powermachine.energy: Allows player to use /energy command (default: everyone)

Version:

I have develped this plugin for minecraft 1.11, but it should work with the previous versions.

Bug Report / Feature Request:

This plugin is still in Beta so fell free to give me any suggestion.

If you have found a bug, please report it.

 

 


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    269765
  • Created
    Jun 13, 2017
  • Last Released File
    Jun 16, 2017
  • Total Downloads
    785
  • License

Categories

Members

Recent Files