GoldenApple v1.0.0

Details

  • Filename
    GoldenApple.jar
  • Uploaded by
  • Uploaded
    Feb 1, 2013
  • Size
    195.49 KB
  • Downloads
    192
  • MD5
    b19b73721969aaf058d943b6bddf62a4

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Initial release of GoldenApple. The following modules are currently in and working:

  • Permissions
    • Integrates with Bukkit Permissions
    • Stores users and groups
    • Three groups created by default: (No permissions are assigned automatically)
      • default - All users
      • admin - Anybody who is an op (Members will not be removed if their op status is removed. Beware!)
      • dev - GoldenApple developers
  • Antigrief
    • Blocks TNT from exploding under certain triggers. Default settings are as follows:
      • TNT does nothing when subjected to a redstone current
      • Only admins can use Flint + Steel to ignite TNT
      • TNT will not be ignited by any explosions
      • Fire arrows will not ignite TNT
    • Creeper prevention. Possible settings are
      • Creepers are completely passive and will never explode
      • Creepers explode, but do not damage blocks
      • Creepers act as normal
    • Enderman griefing prevention
    • Fireball nerfing
    • Potion blocking
      • Ability to cause certain potions to do nothing when drunk
      • Ability to cause splash potions to not inflict status effects
        • Player effects and mob effects are configured separately
  • Chat
    • Multiple channels each with a unique identifier
    • Users can switch between channels or leave them whenever they choose
    • Each user or group can be assigned an access level
      • Groups accumulate to the highest possible level, whereas user levels override group levels
      • None - Cannot join channel at all
      • Join - Can join channel, but can't chat
      • Chat - Can join and chat
      • VIP - Reserved for future use
      • Mod - Can kick from the chat and change the MOTD
      • Supermod - Can edit user and group access levels
      • Administrator - Has full control over the channel
    • Regex expressions can be used for censoring
      • Two censor modes for channels: Normal and Strict
      • Fully configurable
  • Locks
    • Users can lock chests, furnaces and redstone triggers (levers and buttons)
    • Automatic locking is supported
      • Each user can turn on or off independently
      • Block IDs that are automatically locked are customizable
    • Users can choose from either public or private locks
    • Users or groups can be given an access level
      • None - Cannot use the locked block at all
      • Use - Can use the block, but cannot delete or edit properties about the block
      • Invite - Can use the block, or give other users/groups use level
      • Modify - Can delete the block, give other users and groups any access level (except full), and switch between public and private access
      • Full - Has full control over the block
    • Users and groups can be given global access using permissions
    • Completely extensible by other plugins
  • Warp
    • Only basic functionality has been added
      • /spawn
      • /tp and /tphere
      • /back
  • SQLite is not yet working. You will need to have MySQL in order for GoldenApple to work properly.
  • Warp system is extremely basic and does not yet support homes or warps at all.
  • Chat system does not yet have the ability for chat prefixes or colors.
  • Due to the beta nature of this release, the database schema is almost guaranteed to change. Databases created using this version of GoldenApple may or may not work with future releases.