NbPlus 1.0.7

Details

  • Filename
    NetherBanPls.jar
  • Uploaded by
  • Uploaded
    Feb 16, 2013
  • Size
    33.06 KB
  • Downloads
    671
  • MD5
    fedcbc8f8587fcb7c3fc45e78e669869

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Version 1.0.7
  • /nbban command will write the name of the player correctly in the file .txt and not replace the name that is already there
  • Corrected message giving wrong information
  • Messages do not go to the configuration file
  • Bugs Fixed
  • Other things were done, but I can not remember all, excuse me for that
  • Sorry me for bad English
Version 1.0.6
  • Configuration file name changed to NetherBanPls.CONF
  • Added translation system, now anyone can edit the messages of banishment
  • No bugs
Version 1.0.5
  • Bugs related version 1.0.4 fixed
  • Mute Player System implemented again!
  • Added Banished-Cant-Use-The-Portal on NetherBan.prop
  • Added Cant-Place-Anvil on NetherBan.prop
  • More Bugs Fixed
Version 1.0.4
  • Mute player system removed
  • Bug Fixes
  • Config.yml was Removed
Version 1.0.3
  • Config is in correct place
  • Bug Fixes
Version 1.0
  • BugFix
  • Plugin Restored
  • Removed loadProcedureMessage() of system String for configuration file (this was the reason the messages flowing into the configuration file)
  1. Code > output = new BufferedWriter(new FileWriter(file));
  2. Substituted by > output = new BufferedWriter (new FileWriter (file, true));text + = System.getProperty ("line.separator");
  3. Causing the command nbban write the player's name correctly in the file banished.txt
  • And again I'm sorry for bad english