SolusRpg v2.5
Details
-
FilenameSolusRpg.jar
-
Uploaded by
-
UploadedJul 13, 2012
-
Size320.33 KB
-
Downloads941
-
MD503dff7fab89abb46c1fbf43840e7ba78
Supported Bukkit Versions
- CB 1.2.5-R4.0
Changelog
Changelog
- Fixed an issue where a player's health would regenerate to 1 below the max, rather then to the max
- Fixed player interaction handling
- Added support for Spout custom items and blocks
- Added support for first-time players to change their own name and class (fully configurable)
- Added a new directive, 'private', for class configuration (see Configuration Directives).
- SolusRpg now requires the permission node 'admin.list.see-private' to allow /class list to display all possible classes
- Corrected a bug with custom item/block detection
- Corrected a bug with entity target event detection
Addition of 'private' directive
The addition of the new class directive 'private' means that, unless you have given yourself all admin permissions for SolusRpg, you will no longer see all classes listed when you type '/class list'! The required node is 'dbstudios.solusrpg.admin.list.see-private'.
Addition of initial name/class changes
When a player first joins the server, they will be permitted to change their class and name once. For classes, they are only permitted to set their class to a class marked with 'private: false' (which is the default). You can disable this option in the configuration by using:
config:
allow-initial-class-change: false
allow-initial-name-change: false
This will disable initial class and name changes, respectively.