v0.6.4b

Details

  • Filename
    rscPermissions_v0.6.4b.jar
  • Uploaded by
  • Uploaded
    Nov 20, 2013
  • Size
    80.69 KB
  • Downloads
    290
  • MD5
    487328cd748b3c49c893cf3b2fc7beea

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

  • Permissions for promotion are changed slightly.
    • rscp.promote.<ladder>[.<instance>]
      rscp.demote.<ladder>[.<instance>]
      to promote/demote other people on simple or templated ladder.
      <ladder> can be replaced by * if no instance is specified; <instance> can be replaced by * for specified ladder template.
    • rscp.promotable.<ladder>[.<instance>]
      rscp.demotable.<ladder>[.<instance>]
      to be able to be moved on some ladder by others.
    • rscp.admin.promote
      Admin can promote/demote anybody on any ladder ignoring all other permissions.
    • Read Pages/Ladders explained for details.
  • Fixed 'collate' for Rewards and Bans tables.
  • Better colored chat answers for all commands.
  • Minor internal fixes.

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