v0.6.2b

Details

  • Filename
    rscPermissions_v0.6.2b.jar
  • Uploaded by
  • Uploaded
    Nov 11, 2013
  • Size
    78.46 KB
  • Downloads
    276
  • MD5
    7f1484ed79566f2f3ffd5e483b65cee3

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.6.2b

  • Improvements in destinations working: now you can replace regionId or world's name with symbol ? and this will mean to use instantiator of group (user) inheritance.
    For example, group Citizens has permission worldguard.region.teleport.? inside destination ?:@RolePlay, and player is inside group Citizens.MyTown (Citizens = group template, MyTown = instance), so when player is inside region called MyTown, he can teleport to city's spawn.
    Sorry, but you cannot use symbol ? as a serverId value.
  • Fixed prefix/suffix visibility for groups/users with upper-case chars.
  • New commands:
    • /rscp user <user> list permissions
    • /rscp user <user> prefix [prefix]
    • /rscp user <user> suffix [suffix]
    • /rscp group <group> prefix [prefix]
    • /rscp group <group> suffix [suffix]
  • To set null prefix/suffix values just enter empty doublequotes ("").

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!

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