main/Full Changelog

THOR

3/30/15 - 3.1

  • Performance improvements and renaming
  • Updated to use players' UUID
  • Updated to Java 7

7/9/13 - 3.0

Noteable Changes:

  • Speed enhancements, bug fixes, and rewrite.
  • You can now throw Thor's hammer and do damage (right click).
  • Fixed bug which stated you should contact number1_Master.
  • Command cooldowns!!!

Abilities:

  • Thor's hammer now has a chance to cause rain.
    • Configurable chance in abilities.yml
  • Walking on ice now has a configurable interval.
  • Config option for lightning to create fireworks.

Commands:

  • -l argument renamed to "look"
  • -p argument renamed to "player"
  • Added Tab Completion
  • Improved help menu.
  • Added /thor ragequit -d
  • Config option for /thor's hammer to give you Thor's Hammer (item).

Configurations:

  • Added Polish Language
  • Thor's hammer is now a material name rather than item ID
  • config.yml now has option to give Thor's hammer.
  • config.yml now has option to create firework explosion on lightning.
  • abilities.yml now has interval for mobs spawning when on ice.
  • abilities.yml now has rain chance options for using Thor's hammer.

3/29/13 - 2.4.1

  • Various code rewrites
  • Added various abilities for when a player is on high ground.
    • Player must be OP or have permission node 'thor.height.high' !
  • Added various abilities for when a player is on low ground.
    • Player must be OP or have permission node 'thor.height.low' !
  • Added configuration updaters
  • Added abilities.yml
    • Contains Ice configuration (config-updater moves that into the abilities.yml automatically)
    • Contains abilities for when you are on high ground.
    • Contains abilities for when you are on low ground.
  • Updates to messages.yml
    • Added Thor's hammer enable message if the hammer is painful
    • Added Thor's hammer disable message if the hammer is painful
  • Updates to config.yml
    • Removed Ice configuration (config-updater moves that into the abilities.yml automatically)

11/24/12 - 2.3.5

  • Rewrote entire plugin
  • Fixed various issues with Thor's Hammer
  • Changed thor.ice.attack to thor.ice
  • Reduced some lag?
  • Rewrote Config file
  • Added Messages.yml files
    • English message file
    • Spanish message file
  • Added /thors alias to /thor's

I highly recommend you delete the config.yml! After download Thor v2.3.5, there will be a config updater!

7/28/12 - 2.3

  • Complied against Craftbukkit 1.2.5-R5.0
  • Fixed Mob Spawning issue
    • In the config, I fixed /changed the Spawn radius setting! To change it, delete the following from the config:
      Ice:
        Spawn:
          Radius: 4
      

6/6/12 - 2.1

  • Added /thor's hammer -d
  • Added storms occurring after striking too many times with Thor's hammer
  • Changed up permission nodes
    • YOU MOST LIKELY WILL NEED TO REDO YOUR PERMISSIONS
  • Changed config.yml
    • YOU WILL NEED TO DELETE THE CONFIG.YML
  • Replaced /thorr with /thor
  • Replaced /thor permissions

Before, you might of noticed that the versions seemed a bit "random." I have no clue what I was thinking. So, from this point on, the versions won't seem "random."

3/22/12 - 2.0.5

  • CHANGED Next Spawn delay so it is in seconds
    • YOU WILL NEED TO DELETE THIS OPTION OR EVEN DELETE THE CONFIG.YML
  • Add all my names to the authors and startup.
  • Added command alias to /thorr
    • You can now type /thor or /thorr

3/3/12 - 2.0.3

  • FIXED reloading config command
  • FIXED / changed help menu
    • Removed Permission Nodes from it
    • Cleaned it up / updated it
  • Added /thorr permissions
    • This lists all the Permission Nodes
  • Updated to CB R6
  • Added Permission node thor.destroy.*
    • Allows use of all /thorr destroy commands

2/29/12 - 2.0

  • Added Config file
  • Added Thor's Hammer
    • Configurable item (look in config.yml)
    • Command is /thor's hammer
    • Permission node is thor.hammer
  • Added when a player is on ice, monsters will spawn
    • Configurable time until next spawn in config.yml
    • Configurable radius for monsters to spawn
  • Added /thorr reload Command
  • Made Command Handling more efficient and simpler
  • Cleaned Code
  • Commands can't be used in console anymore
  • Removed Lightning strikes when striking a player isn't online

2/9/12 - 1.7

  • Fixed some messages
    • One message fix is when a player was killed, it said -p (or -d)
  • Added /thorr ragequit
    • Permission node: thor.ragequit
    • This ragequit's you, Thor style!
  • Added /thor help
    • Permission node: thor.help
    • Brings up a help menu
  • Changed log out message (doesn't spam anymore)
  • Changed login message
  • Fixed Permissions?
  • Fixed console be able to type commands
    • Only available command for console is /thorr [-d] -p <playername> and /thorr help

1/28/12 - 1.5

  • Added Command logging in console/server log

1/25/12 - 1.4.7

  • Updated to CB 1.1-R1
  • Fixed/Added few more messages when there is an unknown argument, or a player does not have a permission
  • Added -l argument which (when used) will Thor where you are looking at (compatible with -d argument)
  • It is now required you type -p before a player's name. This way, the plugin will understand the text after it is a player's name!

1/6/12 - 1.4

  • Added thor.* permission node, which gives you all the permission nodes.
  • Added thor.destroy.me permission nodes, which gives you the ability to strike yourself.
  • Added /thorr before the /destroy command.
    • It is /thorr so it would not interfere with CommandBook's /thor
  • Added a -d argument found after destroy in /thorr destroy
  • Fixed/Added better messages when using any of the commands, or when one isn't found.
    • This includes [Thor] before all (besides login and log-out) messages.
  • Cleaned up the code a little, making it slightly more simpler.

1/5/12 - 1.0

Initial Release