v0.6b

Details

  • Filename
    rscPermissions_v0.6b.jar
  • Uploaded by
  • Uploaded
    Nov 7, 2013
  • Size
    73.64 KB
  • Downloads
    261
  • MD5
    471ed10023dc93449738725699990503

Supported Bukkit Versions

  • 1.6.4

Changelog

This version should be compatible with servers from 1.4.x to 1.6.4. If not, please report.

v0.6b

  • Ladders are working! You can give players permissions and they can promote/demote each other on different ladders!
  • Ladders can work as prototypes like groups! I will write a guide for this feature.
  • If there was a memory leak (I do no sure if it was) — it should be gone. Please report ticket if you find memory leak.
  • New table will be created — servers. Now it is write-only with the settings from config.yml.
  • All tables have explicit collocation set to utf8_general_ci (case insensitive).
  • Added command /rscp fetch with the old /rscp reload behavior — only fetches rows from database and updates permissions for online users. /rscp reload still completely disables and re-enables plugin.
  • As every time — some fixes and refactoring.
  • You will see exceptions with the "climber_UNIQUE" text, but this is normal and you should not worry about this.

Latest Vault release still doesn't support rscPermissions, but you can download it's sources and compile them yourself or download .jar compiled by me.

Use on production servers at your own risk.
Since project started I have no one report about errors so I think it is quite stable, but firstly make some tests on private servers, please. Hovewer, if you have tested it and it shows good stability you can use it as you want, but tell me that it really stable. I should to know it!

In-game/console commands available:
/rscp lock | unlock | examplerows | fetch | reload — admin features.
/promote <player> <ladder>[.<instance>] — rank player up on ladder ladder.instance
/demote <player> <ladder>[.<instance>] — rank player down on ladder ladder.instance
/reward — player features.

We recommend to use MySQL Workbench (free official GUI tool for Windows) to edit database row, but feel free to use any SQL editor you want (myPHPAdmin, etc.).