SwornRPG v2.4.1

Details

  • Filename
    SwornRPG.jar
  • Uploaded by
  • Uploaded
    Apr 21, 2013
  • Size
    187.92 KB
  • Downloads
    466
  • MD5
    852504545a5aff9556531becfebb3a4b

Supported Bukkit Versions

  • CB 1.5.1-R0.2

Changelog

2.4.1

  • Improvements:
    • Rewrote help command
    • Health bars now use hearts instead of numbers
    • Removed warzone check for chairs
    • Rewrote timers for frenzy, superpick, and unlimited ammo
  • Additions:
    • Added player health bars
    • Added /srpg version, which displays version info
    • Added disabled worlds feature
    • Added online time back as an xp gain method
  • Bug Fixes:
    • Fixed a possible crash when using /unride while sitting

2.3

  • Improvements:
    • Rewrote recurring threads to be much safer
  • Additions:
    • Add mob health tags above mob heads (Completely configurable)
  • Bug Fixes:
    • Fix a bug that would unregister PlayerListener if PVPGunPlus was not found

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.4:

NOTE: IF YOU PLAN TO USE PLAYER HEALTH TAGS, MAKE SURE YOU ARE USING THE LATEST BUKKIT VERSION AND YOU FIX YOUR CONFIG ACCORDINGLY (shown below) OR REGENERATE YOUR CONFIG

Add this to your config for player health tags

playerhealth:
# Player health tags
  enabled: true

Add this for disabled worlds

disabled-worlds:
# Worlds SwornRPG is disabled in
- disabled_world_name

Add this for online time

levelingmethods:
# How can players level up?
  mcxpgain:
    enabled: true
    xpgain: 15
    # How much xp a player gains when they level up using MC xp
  playerkills:
    enabled: true
    xpgain: 25
    # Xp gained when a player kills
    xploss: 10
    # Xp lost when a player dies
  mobkills:
    enabled: true
    xpgain: 5
    # Xp gain when a player kills a mob
  onlinetime:
    enabled: true
    xpgain: 1
    # Xp gained per minute of online time

2.3:
Add this to your config for mob health tags

healthtags:
# Mob health tags
  enabled: true