ContextManager 2.8.6

Details

  • Filename
    contextmanager.jar
  • Uploaded by
  • Uploaded
    Oct 13, 2014
  • Size
    148.83 KB
  • Downloads
    419
  • MD5
    9dff26edc384ff84f59903f885270eba

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

ContextManager 2.8.6

Update for 1.7.10 (possibly runs on 1.7.x).

Because GitHub hasn't been updated in a while some points might be repetitions:


General:

  • @player now supports tab-completion.
  • Store UUIDs with data to prevent mix up (unlikely because it's only runtime data).
  • Use UUIDs with pex now and use player.hasPermission instead of historic utilities.
  • Some internal changes for command prefixes (cxfind).

Regions hook:

  • Add permissions for region finding (cx find), all lower case:
    • A specific region: regions.find.w.worldname.r.regionname
    • All regions: regions.find.w.worldname.*
    • Public regions (shop hook, rbuy, such): regions.find.w.worldname.public [Not yet.]
  • Add clickable support for region finding (might not check permissions) on some contexts.

ChestShop hook:

  • Tell stock/space on right clicking shop chests.
  • Allow prefixes in "cx find", e.g. for items.
  • Trapped chest support.

Currently prefixes are fetched based on some timing (every 4 seconds at most). This can be confusing with rank changing (from admin to player-admin for instance) and with changing recipients (main reason for this to get changed in the future!).