0.12.0-DEV-7

Details

  • Filename
    rsp.jar
  • Uploaded by
  • Uploaded
    Apr 15, 2012
  • Size
    93.04 KB
  • Downloads
    469
  • MD5
    1203a37fbbbe10b10e4134356733948b

Supported Bukkit Versions

  • 1.2.5
  • 1.2.3

Changelog

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

[DEVELOPMENT VERSION - FEATURES ARE SET - INTERNAL CHANGES PENDING]

Small fixes, default settings changed: set all saving to flase / zero, it is unnecessary, currently.
Add configuration flags save-at-all and no-parking (defaults should be fine).
Add command '/rsp ping <perm1> ...' to get the state of permissions in the chat every second, deactivate with being logged out or sneaking for more than four seconds.
Configuration handling changed (adds single default values now, if missing.


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-7)
- (bugfix) Empty configuration was written, if none was present.

(0.12.0-DEV-6)
- (refactor) Reshaped configuration handling to always add defaults, put into one Settings class.
- (update) compatlayer to 0.2.0


(0.12.0-DEV-5)
- (add) no-parking and save-at-all flags.
- (add) Command '/rsp ping' to send permission states to the player repeatedly.
- (adjust) Set default settings to no saving at all.
- (bugfix) bPermissions: clear changed worlds list [might be obsolete anyway].
- (internals) Added default values to defualt settings (...).

(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.

* Vault support is a new DEV feature: it seems to work with PermissionsBukkit, but i can not test all available plugins for Vault, 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, or by Vault.