Details

  • Filename
    bSpace-v2.jar
  • Uploaded by
  • Uploaded
    Dec 25, 2011
  • Size
    150.03 KB
  • Downloads
    4,237
  • MD5
    67eaba9bb140886c9e255d66ca3ea3b4

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

v2:

  • Added new world creating & loading system, now ID based instead of list based
  • Added lang.yml to allow translating messages to your own language
  • Added ability to use your own .schematic-files as populators (if you want some populators, make them yourself!) - however tile entities are not yet supported (?)
  • Added permission node to bypass all suit & helmet checks no matter what config says
  • Added a black hole block (Spout), will generate randomly and suck entities into it and kill them
  • Added @jblaske 's Ping to see usage stats (here: http://pluginstats.randomappdev.com/index.aspx) and modified to make it more suited to bSpace
  • Added & fixed some API classes (most are static now for ease of use)
  • Added a space texture pack for SpoutCraft users, you can however use your own
  • Added fake Pail & Register .jars to libs/ so when cloning Maven will handle all dependencies for you
  • Added a configuration file converter to nicely turn your worlds in config.yml into ids*Added /space about to see a bit of information about bSpace
  • Added config values for individual Spout features
  • Added feature to stop drowning when suit is on.
  • Register support changed to require the plugin running on your server instead of it being supplied with bSpace
  • Merged both asteroid populators together to save classes
  • Rewrote planet generator to correctly work with multiple planet worlds
  • Switched to the new YamlConfiguration & merged configuration file handlers
  • Commands now have a gold/gray color scheme instead of green/dark green
  • Moved suit & helmet checks to their own method to clean up onPlayerMove for other features (however it is still messy)
  • Cleaned up the code by removing useless variables, adding JavaDocs etc
  • Renamed SpaceListener to SpaceMiscListener and removed an useless implements (API)
  • Silverfish & cave spiders will no longer spawn in space (endermen will, they are aliens)
  • Updated Pail tab, it is now pretty
  • New SpaceLeaveEvent and TeleportToSpace has been changed to SpaceEnterEvent
  • Made SpaceWorldHandler static
  • Removed nethermode since environment is now completely decided by the world manager used
  • Fixed helmet giving not working like it should
  • Fixed suffocating not stopping after death (actually fixed in v1.4_2, but not in the changelog)
  • Fixed zombies in space not receiving an alien skin
  • Fixed some bugs with suffocation
  • Black Hole spawning chance is not configurable
  • Using /space enter does not activate Spout features
  • On server restart(not reload, necessarily), Black Holes are reskinned back to Stone, but still continue to act like black holes