Inactive [MECH]MathHelper - Add, subtract, divide, multiply, all in game![1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by timoteo2000, Sep 14, 2012.

  1. Offline

    timoteo2000

    MathHelper - In-game math, done with a few simple commands!:
    Version: A1.01

    This is my first plugin, but I have a small background with modding the singleplayer environment.
    I hope you like it. Please post all questions on the BukkitDev page!

    Commands:

    • /a <number> <number> - Adds the two numbers together. - Permission: MathHelper.add
    • /s <number> <number> - Subtracts number two out of number one. - Permission: MathHelper.sub
    • /m <number> <number> - Multiplies the two numbers from each other. - Permission: MathHelper.multi
    • /d <number> <number> - Divides number one into number two parts. (Number 1 over Number 2.) - Permission: MathHelper.div
    Downloads:

    A1.00 for CB1.3.1-R2.0

    Known Bugs:

    When making the first number smaller than the second in /s, the result will read a positive number.
    When making the first number smaller than the second in /d, the result will not be a decimal, nor fraction, but a 0. When making a number that doesn't fit evenly into the first one, the result should round.

    Changelog:
    Show Spoiler

    • A1.01 - Fixed permission for /d
    • A1.00 - Released the plugin - 9/14/2012
     

Share This Page