Difference between revisions of "Achievements changelog"
From Craftland Minecraft Aether Server
(→Achievements History) |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | v0. | + | v0.981 |
+ | * Next attempt to fix plugin dependencies | ||
+ | v0.98 | ||
+ | * Attempt to fix plugin dependencies | ||
+ | v0.972 | ||
+ | * Attempt to fix Classpath and updater | ||
+ | v0.96 (03-04-11) | ||
+ | * Forgot to update internal version | ||
+ | v0.95 (03-04-11) | ||
+ | * Updated to latest RB (617) | ||
+ | * Better warp-command handling for Essentials | ||
+ | v0.9 (25-03-11) | ||
+ | * Added native console command handler (you can use any command for reward that works on console now! (i.e. '/money grant * 2000;/kick *') | ||
+ | * Added addpermission command for GroupManager | ||
+ | * Added removepermission command for GroupManager | ||
+ | * Added addsubgroup command for GroupManager | ||
+ | * Added removesubgroup command for GroupManager | ||
+ | * Added 'group <groupname>' as Achievement-condition (works with Permissions and GroupManager) | ||
+ | * Added 'permission <permissionnode>' as Achievement-condition (works with Permissions and GroupManager) | ||
+ | * Fixed '!' in conditions works with !<achievementname> !group and !permission | ||
+ | * Better permissions (see [http://dev.craftland.org/wiki/Stats_and_Achievements#Permissions here]) | ||
+ | * You can now use semicolons and colons in achievment-definitions by escaping them wiht \: or \; | ||
+ | * You can also use <colon> and <semicolon> instead of \: and \; | ||
+ | * Fixed crash on stop (Plugin-loading order caused it) | ||
+ | * Reload of achievements -list does no Longer Disable/Enable plugin | ||
+ | * item-command can now be used with Item IDs | ||
+ | * Minor bug-fixes | ||
+ | |||
+ | v0.8 (19-03-11) | ||
+ | * Achievements defintions in SQL-added (check 'sql-table-achievements' and 'achievements-definintions-sql') | ||
+ | * [http://dev.craftland.org/achievements_txt_to_sql.php Click here] to convert your achievements.txt to SQL-statements | ||
+ | * Tried to fix loading/unloading problems (should fix 'Plugin attempted to register PLAYER_JOIN while not enabled'-errors) | ||
+ | * Datafolder moved to plugins/Achievements | ||
+ | * Uses same SQL-Settings defined in stats.properties | ||
+ | |||
+ | v0.7 (02-03-11) | ||
* More fixes on loading order | * More fixes on loading order | ||
* Supports CraftIRC 2.0 | * Supports CraftIRC 2.0 |
Latest revision as of 18:25, 7 April 2011
v0.981
- Next attempt to fix plugin dependencies
v0.98
- Attempt to fix plugin dependencies
v0.972
- Attempt to fix Classpath and updater
v0.96 (03-04-11)
- Forgot to update internal version
v0.95 (03-04-11)
- Updated to latest RB (617)
- Better warp-command handling for Essentials
v0.9 (25-03-11)
- Added native console command handler (you can use any command for reward that works on console now! (i.e. '/money grant * 2000;/kick *')
- Added addpermission command for GroupManager
- Added removepermission command for GroupManager
- Added addsubgroup command for GroupManager
- Added removesubgroup command for GroupManager
- Added 'group <groupname>' as Achievement-condition (works with Permissions and GroupManager)
- Added 'permission <permissionnode>' as Achievement-condition (works with Permissions and GroupManager)
- Fixed '!' in conditions works with !<achievementname> !group and !permission
- Better permissions (see here)
- You can now use semicolons and colons in achievment-definitions by escaping them wiht \: or \;
- You can also use <colon> and <semicolon> instead of \: and \;
- Fixed crash on stop (Plugin-loading order caused it)
- Reload of achievements -list does no Longer Disable/Enable plugin
- item-command can now be used with Item IDs
- Minor bug-fixes
v0.8 (19-03-11)
- Achievements defintions in SQL-added (check 'sql-table-achievements' and 'achievements-definintions-sql')
- Click here to convert your achievements.txt to SQL-statements
- Tried to fix loading/unloading problems (should fix 'Plugin attempted to register PLAYER_JOIN while not enabled'-errors)
- Datafolder moved to plugins/Achievements
- Uses same SQL-Settings defined in stats.properties
v0.7 (02-03-11)
- More fixes on loading order
- Supports CraftIRC 2.0
- Supports GroupManager 1.0
- Supports EssentialsEco 202
v0.6 (01-03-11)
- Updated to latest Craftbukkit (Tested with #478+)
- Supports GroupManager (untested!), Permissions 2.4, iConomy 4, CraftIRC 1.70d
- Fixed crash caused by wrong loading/unloading order
v0.54 (23-02-11)
- Fixed bug in SQL-Table-Check
- Fixed bug with multiple rewards
v0.53 (23-02-11)
- Updated to latest Craftbukkit (Build #431)
v0.52 (18-02-11)
- Fixed java.lang.NoClassDefFoundError when using Essentials's /modgrp command
v0.51 (16-02-11)
- Fixed SQLite ClassPath issues
v0.5 (16-02-11)
- Fixed formatting
- Use of Async-Bukkit-Scheduler instead of own Thread
- Added some checks to Achievements.txt parsing
- Fixes in generated default achievements.txt
- More stuff, can't remember all changes
- No SQLLite yet...
v0.3b (05-02-11)
- fixed a server crash when messages were send to a player
0.3
- Improved /listach (/listachievements) output!
- /listach now requires the '/listach' permission
- /listachs output can now be formatted/customized
- Achievements Notify broadcast can now be formatted/customized
- Warp-Command support (using Essentials warps-data / warps.txt)
- Group-Command support for Permissions config.yml
- Improved Achievements reloading
- Improved MySQL Connection handling
- Moved PlayerLoading from Login to Join event
0.2c
- Added some more null-checks to prevent NPE's
- Added version number to each log entry
0.2
- Added Nijis Permissions
- Added iConomy support (command is money <value>)