More Fuels

Im from Germany so sorry for my bad English. If everyone want to help me with that PM me!!!

Features:

This plugin simply adds the ability to add more Fuels to Minecraft. There are Ingame-Commands and a Configuration.

Commands:

  • /addFuel <ItemID> <Length in Items> - This Command simple adds an fuel to minecraft. You have to set the ID and the Length od the burntime in items.
  • /delFuel <ItemID> - This Command removes a fuel added by this mod. You can remove one by using the itemID.
  • /editFuel <ItemID> <New Length in Items> - This command changes the burntime of an Fuel.
  • /listFuels - lists all Fuels added by the mod.

Permissions:

  • moreFuels.add - default: op - Node for the /addFuel-command
  • moreFuels.remove - default:op - Node for the /delFuel-command
  • moreFuels.edit - default: op - Node for the /editFuel-command
  • moreFuels.list - default: op - Node for the /listFuels-command

Configuration:

You can make the config by using the ingame commands or the config.yml file.

You can add a Fuel in the config.yml by adding a this to the Fuels-node:

- <ItemID>,<burntime in Items>

after that the whole File will look like this:

Fuels:
    - 324,6
    - 101,0.5
    - 31,9

You can add as many fuels as you want

Supporting me:

If everyone want to support me PM me.

Changelog

1.0.1

  • added the /listFuel-command

1.0.0

  • Added the /editFuel command
  • Added the Config
  • Update to 1.5.2,

alpha-v1.0

  • Added the Core of the plugin
  • Added the /addFuel command
  • Added the /delFuel command

Pre-releases

You can watch the current state of this project on my github repository (https:github.com/martin3398/MoreFuels)

for developers

I have added an API. You can simple add my jar as Dependency(if you use maven) or add it to the build path. There are the following public methods:

de.martin3398.moreFuels.API.addFuel(int ID, double burnTime)
de.martin3398.moreFuels.API.delFuel(int ID)
de.martin3398.moreFuels.API.editFuel(int ID, double newBurnTime)

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files