PermissionsBukkit v2.3
Details
-
FilenamePermissionsBukkit-2.3.jar
-
Uploaded by
-
UploadedMay 3, 2014
-
Size57.41 KB
-
Downloads72,184
-
MD5b01770e7e66038e808c3624769d33e95
Supported Bukkit Versions
- CB 1.7.9-R0.1
Changelog
Changes in version 2.3:
- Updates to storage and commands to use player UUIDs instead of names.
- Commands can take UUIDs or the name of a currently-online player.
- A player's name is changed to their UUID in the config when they first log in.
- Currently no "convert all" function, may be added later.
Changes in previous beta releases:
- Big performance improvements to situations where permissions are calculated (player join, player change world, /perm command use).
- Fixed anti-build message not showing up.
- Better preserve order of permission settings.
- Fixed potential problems with permission refreshing happening to a wrong player with a similar name.
- Added more helpful handling of invalid configuration files.
- Fixed some error spam in metrics if configuration was invalid.
- Added /perm dump -file command to create a text file listing permission info.
- Added tab-completion - hit tab to bring up a list of possibilities on almost all
/perm
command arguments - Added crash prevention and a warning for groups that inherit themselves
- Added information on how many logged-in users (including console) have a permission to the
/perm info
command - Marginally improved performance of the included antibuild
- More advanced plugin metrics added to MCStats
- See your own server's metrics using
/perm about
- Can be disabled by setting
opt-out: true
in plugins/PluginMetrics/config.yml - See PermissionsBukkit's stats here: http://mcstats.org/plugin/PermissionsBukkit
- See your own server's metrics using
For changes in version 2.0, see its changelog.
- API methods used in the interface for other plugins do not function correctly in many cases.