SwornRPG v2.2.1

Details

  • Filename
    SwornRPG.jar
  • Uploaded by
  • Uploaded
    Apr 10, 2013
  • Size
    180.86 KB
  • Downloads
    329
  • MD5
    d71d5064870f009661129196543f8603

Supported Bukkit Versions

  • CB 1.5.1-R0.1

Changelog

2.2.1

  • Bug Fixes:
    • Fix multiple bugs that would arise if PVPGunPlus was not found
  • Improvements:
    • Check for abilities to be enabled before initializing cooldowns
    • Camping radius is now configurable

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

2.2.1:
Add "campingradius: <radius>" to your config file

2.2:
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)