SwornRPG v2.2

Details

  • Filename
    SwornRPG.jar
  • Uploaded by
  • Uploaded
    Apr 8, 2013
  • Size
    180.04 KB
  • Downloads
    282
  • MD5
    27bcf9585a64ba2cb1c12a08731a53b2

Supported Bukkit Versions

  • CB 1.5.1-R0.1

Changelog

2.2

  • Improvements:
    • Levelup event is cancellable (for my fellow devs out there)
    • Add slime to "10 xp tier" for mob xp gain
  • Additions:
    • Unlimited ammo ability (Requires PVPGunPlus)
  • Bug Fixes:
    • Fix bugs that would make cooldowns inaccurate
    • Fix message bugs

2.1

  • Improvements:
    • Completely rewrote salvaging (Now configurable)
    • Completely rewrote messages
    • Completely rewrote block drops (Now configurable)
  • Additions:
    • Configurable block drops and salvaging
    • Level, Spouse, and Levelr commands can be used for offline players
    • Now sends a message when cooldowns are done

2.0

  • Improvements:
    • Completely rewrote how all commands are handled (much more efficient, much less code)
    • Super pickaxe and Frenzy now have a cooldown, dependent on duration
    • Block drops are now configurable
  • Additions:
    • Added /mine (A superpickaxe based upon level)
    • Added /addxp (Manually adds xp to a player)
  • Fixes:
    • Fixed many typo's
    • Fixed a bug that would ignore if a block break event was cancelled
    • Fixed a bug that would cause a player to glitch into the air while sitting
    • Handled an unhandled exception in /eject
    • Completely rewrote death coordinates, made it much more efficient
    • Fixed many small bugs, accounted for plugins not being enabled

If you would like to use unlimited ammo ability, you must have PVPGunPlus installed, as well as this in your config:

unlimitedammo:
  enabled: true
  #Is unlimited ammo ability enabled?
  baseduration: 10
  #Unlimited ammo base duration (Formula = base duraton + (level multiplier x level))
  levelmultiplier: 2
  cooldownmultiplier: 2
  #Unlimited ammo cooldown multiplier (Formula = duraton x cooldown multiplier)