0.12.0-DEV-4

Details

  • Filename
    rsp.jar
  • Uploaded by
  • Uploaded
    Apr 12, 2012
  • Size
    90.46 KB
  • Downloads
    436
  • MD5
    7189d64c1464ff256ef899ef5eb46575

Supported Bukkit Versions

  • CB 1.2.5-R1.0
  • CB 1.2.4-R1.0
  • CB 1.2.3-R0.2

Changelog

0.12.0-DEV-4 (beta) [1.2.3 ... 1.2.5]

[DEVELOPMENT VERSION - FEATURES MIGHT BE INCOMPLETE]

Internal changes, add lower case option for permission plugin compatibility, attempt to imrpove PermissionsBukkit compatibility (letter case problem).


REQUIRES:

  • CB for 1.2.3...1.2.5
  • WorldGuard
  • A permissions plugin:
    • PermissionsEx
    • bPermissions
    • Vault - however it is not guaranteed, that your permission plugin supports adding or removing groups during runtime. Furthermore you might have to alter the RSP settings to achieve compatibility via Vault.
      Should work without adaption (or despite): PermissionsBukkit (RSP 0.12.0-DEV-4)

CHANGELOG:

(0.12.0-DEV-4)
- (bugfix) Add hard coded adaption for Vault+PermissionsBukkit to force some settings (Global groups, use default settings).
- (add) lower-case settings for permissions.
- (refactor) Let Permission hooks use a settings object to get specific settings.
- (refactor) Split off permdef management form core to PermDefManager (stage 1).
- (refactor) Split off HookManager from core to clean up code (stage 1).

(0.12.0-DEV-3)
- (add) use-worlds flag under permissions in the configuration.
- (add) Error message if adding or removing groups fails.
- (add) Log name of permissions plugin for Vault.
- (bugfix) PEX: Check permissions world specific.
- (bugfix) Label on /rsp stats has been corrected.

(0.12.0-DEV-2)
- (add) Vault support.
- (add) Group manipulations: add boolean for result + add warning messages for that.
- (add) load-plugins configuration option.
- (adjust) Ensure that permissions hooks are checked on reloading.

(0.12.0-DEV-1)
- (add) Vault support.
- (add) Group manipulations: add boolean for result + add warning messages for that.
- (add) load-plugins configuration option.
- (adjust) Ensure that permissions hooks are checked on reloading.

(0.11.11)
- (add) Do add color to stats output.

* The new group uses (have-outside etc.) are not tested individually, however some refer to internals that have already been in use since the first version and should work in general.
* Vault support is a new DEV feature: it seems to work with PermissionsBukkit, and some compatibility options are present for the configuration, but i can not test all available plugins, so i am dependent on feedback there.
* Vault+PermissionsBukkit might lead to a lot of log messages, this will be fixed lateron, by hooking into PermissionsBukkit directly.